/* Table of Contents
=============================================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Transition Elements
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc 
	#All Mobile Sizes (767px Downwards) */


/* #Reset & Basics (Inspired by E. Meyers)
============================================================================= */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* Cookies Tool Fixes */

    .ccc-inner h2 {
        background-color: #2c5b80;
    }
    .ccc-outer {
        border: 1px solid #2c5b80;
    }
    #cccwr.ccc-left .ccc-expand {
        padding-top: 1px;
        background: #2c5b80;
    }
    #cccwr.ccc-left .ccc-expand:hover {
        background: #1f425c;
    }
    .ccc-inner a {
    	color: #2c5b80;
    }



/* #Basic Styles
============================================================================= */
	body {
		background: #FFF;
		font: 14px/21px "Open Sans", Arial, Helvetica, sans-serif;
		color: #4c4c4c;
		-webkit-font-smoothing: antialiased;/* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}


/* #Typography
============================================================================= */
	h1, h2, h3, h4, h5, h6 {
		color: #1b335b;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-weight: normal;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 36px; line-height: 40px; margin-bottom: 14px;}
	h2 { font-size: 30px; line-height: 40px; margin-bottom: 10px;}
	h3 { font-size: 26px; line-height: 30px; margin-bottom: 8px; }
	h4 { font-size: 20px; line-height: 24px; margin-bottom: 4px; }
	h5 { font-size: 16px; line-height: 22px; }
	h6 { font-size: 14px; line-height: 20px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 700; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
============================================================================= */
	a, a:visited { color: #555; text-decoration: none; outline: 0; }
	a:hover, a:focus, #main-nav a:hover {color: #72B626;}
	p a, p a:visited { line-height: inherit; }
	.link a, a.link {
    padding: 5px 10px;
    background-color: #595959; background: rgba(89,89,89,0.7); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)), to(rgba(255,255,255,0))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0)); background-image: -moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0)); background-image: -ms-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0)); background-image: -o-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0)); background-image: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff,endColorstr=#00ffffff);
    color: #FFF !important;
    float: right;
	}
	.link a:hover, a:hover.link {background-color: rgba(255, 137, 0, 1)!important; box-shadow: 0 0 6px 2px #FFF;}


/* #Transition Elements
============================================================================= */
    a, a:visited,
	.tp-bullets .bullet,
    .features a div,
	input[type="text"], 
  	input[type="password"],
 	input[type="email"], 
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
 	textarea,
	select,
	.label,
	.radio,
	.check {
        -webkit-transition: all 0.3s ease-in-out;  
        -moz-transition: all 0.3s ease-in-out;  
        -ms-transition: all 0.3s ease-in-out;  
        -o-transition: all 0.3s ease-in-out;  
        transition: all 0.3s ease-in-out;
  	}


/* #Lists
============================================================================= */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul {margin: 4px 0 5px 30px;}
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
    .page-content ul li  {
        list-style: none;
        margin-left: 10px;
        padding-left: 10px;
  		margin-bottom: 8px;
    }
    .page-content ul li:before {
        content: "\2022";
        color: #1b335b;
        font-family: Arial, sans-serif;
        font-size: 20px;
        left: -20px;
        position: relative;
        display: block;
        top: 0;
        max-width: 0;
        max-height: 0;
    }

	/* List using counters 1.1, 1.2, 1.2.1 etc */
	ol.counter, ol.counter ol {
        list-style-type: none;
        counter-reset: item;
        margin: 5px 0 0;
        padding: 0;
        color: #777;
        font-size: 14px;
    }
    ol.counter li {
        display: table;
        counter-increment: item;
    }
    ol.counter li:before {
        content: counters(item, ".") ". ";
        display: table-cell;
        padding-right: 0.6em;
        font-weight: bold;
    }
    ol.counter li ul li:before {
        content: "\2022";
        display: block;
        padding-right: 0;
    }
	ol.counter > li {
		color: #1b335b;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
    ol.counter li li {
        margin: 0 0 7px;
        line-height: 1.4;
    }
    ol.counter li li:before {
        content: counters(item, ".") " ";
    }

/* #Tables
============================================================================= */

    table:not(.cart) {
      width: 100%;
      border-collapse: collapse;
      margin: 20px auto;
    }
    table:not(.cart) tr:nth-of-type(even) {
      background: #F3F3F3;
    }
    table:not(.cart) td, table:not(.cart) th {
      padding: 6px;
      border: 1px solid #CCC;
      text-align: left;
      color: #333;
    }
    table:not(.cart) th {
      background: #EEE;
      font-weight: bold;
    }

    @media only screen and (max-width: 959px) {
        
        table:not(.cart), table:not(.cart) thead, table:not(.cart) tbody, table:not(.cart) th, table:not(.cart) td, table:not(.cart) tr { 
            display: block; 
        }
        table:not(.cart) thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        table:not(.cart) tr {
            border: 1px solid #ccc;
            }
        table:not(.cart) tr:nth-of-type(even) td {
            border-color: #DDD;
            }
        table:not(.cart) td { 
            border: none;
            border-bottom: 1px solid #eee; 
            position: relative;
            padding-left: 50%; 
        }
        table:not(.cart) td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            font-weight: bold;
        }
        .cookie-table td:nth-of-type(1):before { content: "Path"; }
        .cookie-table td:nth-of-type(2):before { content: "Secure"; }
        .cookie-table td:nth-of-type(3):before { content: "Expires"; }
        .cookie-table td:nth-of-type(4):before { content: "Name"; }
        .cookie-table td:nth-of-type(5):before { content: "Sample Content"; }
        .cookie-table td:nth-of-type(6):before { content: "Purpose"; }
    
    }


/* #Images
============================================================================= */
	img.scale {
		max-width: 100%;
		height: auto;
	}


/* #Buttons
============================================================================= */
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  background: #22a4fa;
	  border: 0;
	  -webkit-appearance: none;
	  -moz-border-radius: 0;
	  -webkit-border-radius: 0;
	  border-radius: 0;
	  color: #FFF;
	  display: inline;
	  font-size: 12px;
	  font-weight: normal;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 5px 8px;
  	  outline: none; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
    .button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active{
		background: #72BCD4;
	   }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
============================================================================= */

	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 0;
		padding: 6px 2%;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-family: inherit;
    	font-size: inherit;
    	font-style: inherit;
    	font-weight: inherit;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		-webkit-appearance: none; }
	select {
		padding: 0;
		-webkit-appearance: menulist; }

    .page-content input[type="text"],
    .page-content input[type="password"],
    .page-content input[type="email"],
    .page-content textarea,
    .page-content select {
        background: #EEE;
        padding-left: 10px
    }
    .page-content select {
        height: 27px;
    }
    .page-content input#CaptchaV2,
    .page-content textarea{
        max-width: 210px;
    }

	input[type="text"]:not(.read-only):focus,
	input[type="password"]:not(.read-only):focus,
	input[type="email"]:not(.read-only):focus,
	textarea:not(.read-only):focus,
	select:not(.read-only):focus {
        color: #444;
        -moz-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.5) !important;
        -webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.5) !important;
        box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.5) !important;
        }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: normal;
  		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
    ::-webkit-input-placeholder { /* WebKit browsers */
        -webkit-transition: all 0.3s ease-in-out; 
        color:    #777;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        -moz-transition: all 0.3s ease-in-out;
        color:    #777;
        opacity:  1;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        -moz-transition: all 0.3s ease-in-out;
        color:    #777;
        opacity:  1;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        -ms-transition: all 0.3s ease-in-out; 
        color:    #777;
    }
    :hover::-webkit-input-placeholder { /* WebKit browsers */
        color:    #111;
    }
    :hover:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #111;
        opacity:  1;
    }
    :hover::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #111;
        opacity:  1;
    }
    :hover:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #111;
    }


/* #Misc
============================================================================= */

	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.hide { display: none !important; }

/* #All Mobile Sizes (devices and browser) 
============================================================================= */
@media only screen and (max-width: 767px) {
  
    #main h1, #main .page-content h1 {
        font-size: 26px;
        line-height: 1;
    }
    p {
        line-height: 18px
    }
}
