/*
	Theme Name: Road Transport Association NZ Theme
	Theme URI: http://inner-circle.co.nz
	Description: Custom theme for Road Transport Association NZ
	Version: 1.0
	Author: John Fenton
	Author URI: http://inner-circle.co.nz
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
}
body {
	font-family:"Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;

}
a {
	color:#007cad;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color:#53a3e1;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

#mobile-head, .mob-banner { display:none; }

.mob-banner { display:none; }

.mobile-nav { display:none; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
}
/* header */
.header {
	border-top:10px #2f6fa1 solid;

}

.inner { max-width:1378px; margin: 0 auto;  }

/* logo */
.logo {
    display: inline-block;
    margin: 33px 5px 30px;
}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}


.member-nav {
    float: right; margin:50px 10px 0 0; 
}

.member-nav ul { margin:0; padding: 0; }

.member-nav li { display:inline-block;}

.member-nav a { color:#000; text-transform: uppercase; font-weight:600; font-size:16px; padding: 20px 10px; }

.member-nav a:after { content:"//"; color:#2d6c9d; font-weight: 800; margin-left: 7px; }

.member-nav a:hover {
	color:#53a3e1;
}

.nav {
    background:#f5f7f7; text-align: right;
}

.nav ul {
    margin: 0 12px 0 0;
    padding: 0;
}

.nav li { display:inline-block;}

.nav a { 
	color: #0d0e0e;
	font-weight: 300;
	font-size: 22px;
	padding: 16px 20px;
	display: block; 
}

.nav a:hover {
	color:#53a3e1;
}

.main-nav { background:#3e3d3d;}

/*------------------------------------*\
    HOME
\*------------------------------------*/

.banner { height:514px; width:100%; background: #000 url("img/banner-01.jpg") top right no-repeat; color:#fff; position: relative; overflow: hidden;}

.banner h1 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
    display: block;
    margin: 60px 5px 85px;
}
.banner h1:after {
   background: none repeat scroll 0 0 #2e6d9e;
   bottom: -55px;
   content: "";
   display: block;
   height: 7px;
   position: relative;
   width: 226px;
}

.banner p { font-size:28px; letter-spacing: -1px; max-width: 830px; margin: 0 5px; color:#fff; line-height: 32px;}

.banner a {
    font-size: 24px;
    color: #fff;
    background: #2e6d9e;
    display: inline-block;
    padding: 10px 20px;
    margin: 28px 0 0;
}

.banner a:hover { background: #024172; }

.news-box {
    background: #fff;
    box-shadow: 0px 2px 29px -10px #000;
    padding: 50px;
    min-height: 766px;
    margin-top: -20px !important;
    z-index: 99;
    position: relative;
	margin-bottom: -20px !important;
}

.news-box h2 {
    color: #2d3650;
    font-size: 24px;
    font-weight: 800;
    display:block;
    margin: 0 0 54px !important;
}

.news-box h2 span { 
font-size: 20px;
font-weight: 500; }

.news-box a { text-decoration:none;  }

.see-more {
    display: inline-block;
    color: #2d3650;
    text-decoration: underline;
    margin: 0 0 0 8px;
    font-size: 16px;
}

.nzta-rss ul { padding:0; margin:0;}

.nzta-rss li { list-style-type: none; margin: 0 0 30px }

.nzta-rss li small { display:block; color:#1f6bad; font-size:16px; font-weight:300; }

.nzta-rss li a { color:#2d3650; font-size: 16px; font-weight:800; display: block;}

.nzta-rss li a:hover { color:#1f6bad; }

.nzta-rss li br {
    height: 0;
    display: block;
}

.rtn img { max-width: 200px;
    box-shadow: 1px 7px 28px -13px #000; float:left; width: 100%;}

.rtn p { 
	width: 126px; 
	float :right;
	font-weight: 400;
font-size: 17px;
line-height: 21px; }

.boxes-container { width:100%; background: #29638e url("img/box-bg.png") top center no-repeat; min-height: 600px; padding-top: 50px;}

.boxes-container h2 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -1px;
    display: block;
    margin: 0px 5px 78px;
    color: #fff;
}
.boxes-container h2:after {
   background: none repeat scroll 0 0 #44a7fc;
   bottom: -26px;
   content: "";
   display: block;
   height: 5px;
   position: relative;
   width: 175px;
}

.member-box {background: rgba(23, 71, 107, 0.55); color:#fff;  }

.member-box:hover {background: rgba(16, 50, 75, 1); color:#fff;  }

.member-box h3 { margin:20px 28px; }

.member-box h3:after {
   background: none repeat scroll 0 0 #44a7fc;
   bottom: -26px;
   content: "";
   display: block;
   height: 4px;
   position: relative;
   width:72px;
}

.member-box p {padding: 32px 28px 22px; line-height: 24px; color:#fff; }

.col.span_1_of_3.member-box {
    cursor: pointer; min-height:510px;
}

.new-row { margin-left:0 !important; }

.section.group.blue-section {
    padding: 0 0 96px 0;
}


.about-section { background: url("img/about-us-home.jpg") top right no-repeat;}

.col.span_1_of_2.about-us-text {
    background: #fff;
    min-height: 495px;
	margin: 0 !important;
}

.col.span_1_of_2.about-us-text p { max-width: 510px;}

.col.span_1_of_2.about-us-text a {
    background: #44a7fc;
    padding: 16px 50px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    margin: 22px 0;
}

.subscribe {width:100%; background: #29638e; }

.subscribe h2 { color:#fff;  }
.subscribe p { color:#fff; font-weight: 600; }

/*------------------------------------*\
    NEWS
\*------------------------------------*/

.header-banner { width:100%; background: #29638e url("img/box-bg.png") top center no-repeat; min-height: 188px; padding-top: 50px; margin:0 0 25px;}

.header-banner h1 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -1px;
    display: block;
    margin: 0px 5px 78px;
    color: #fff;
}

.header-banner h1 a { color:#fff;}

.header-banner h1:after {
   background: none repeat scroll 0 0 #44a7fc;
   bottom: -26px;
   content: "";
   display: block;
   height: 5px;
   position: relative;
   width: 175px;
}

.date {
    margin: 0 0 20px;
    display: block;
    
}

article {
    border-bottom: 1px #ccc solid;
    margin: 0 0 30px;
}

.page-template-landing article {
    margin: 0 !important;
}

.back-button {
    background: #29638e;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 0 20px;
	color: #fff;
}

.back-button:before {  content:"//"; color:#44a7fc; font-weight: 800; margin-right: 7px; } 

.sidebar-widget h3 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px #ccc solid;
    max-width: 300px;
    padding: 0 0 13px;
}
.sidebar-widget ul { margin:0; padding:0; }

.sidebar-widget li { list-style-type: none; margin:0; padding:0;
}

.sidebar-widget li a {
    color: #4D4D4D;
    padding: 0 0 10px;
    display: block;
}

.sidebar-widget li a:before {  content:"//"; color:#2d6c9d; font-weight: 800; margin-right: 7px; } 

.single-post .breadcrumbs {
    margin: 25px 0 25px;
    font-size: 14px;
}

.single-news-item { margin-top:43px !important;}

.single-post article {
    min-height: 663px;
}

.single-post .date {
    border-bottom: 1px #ccc dashed;
    padding: 0 0 20px;
    color: #444;
    font-size: 14px;
}

.nzta-news-page ul { padding:0; margin: 40px 0 0;}

.nzta-news-page li { 
	list-style-type: none;
	margin: 0 0 30px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px; }

.nzta-news-page li small { display:block; color:#1f6bad; font-size:16px; font-weight:300; }

.nzta-news-page li a { 
color: #444;
font-size: 30px;
font-weight: 800;
letter-spacing: -1px;
display: block;
margin: 0 0 20px;}

.nzta-news-page li a:hover { color:#1f6bad; }

.nzta-news-page li br {
    height: 0;
    display: block;
}

.sidebar-widget h3 { margin: 24px 0;
}

.home-nzanz-news ul { padding:0; margin: 40px 0 0;}

.home-nzanz-news li { list-style-type: none; margin: 0 0 30px }

.home-nzanz-news .date { display:block; color:#1f6bad; font-size:16px; font-weight:300; margin: 0; }

.home-nzanz-news h3 { margin:0; }

.home-nzanz-news h3 a { color:#2d3650; font-size: 16px; font-weight:800; display: block; margin:0;}

.home-nzanz-news h3 a:hover { color:#1f6bad; }

.home-nzanz-news br {
    height: 0;
    display: block;
}

.home-nzanz-news h2 { margin-bottom: 60px; }

.page-template-default main, .tax-wpbdp_category main { max-width:1000px; margin: 0 0 150px;}

.fivo-docs-category-title {
    background-color: #2f6fa1;
    text-transform: uppercase;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.wpbdp-listing .listing-title a, .wpbdp-listing .listing-title h2 {
    color: #044f8d;
    font-size: 22px !important;
	margin: 0 0 20px !important;
	display: block;
}

.wpbdp-listing .listing-title {
    border: none !important;
}

.wpbdp-listing-excerpt {
    padding: 26px !important;
    border-bottom: dotted 1px #ddd;
	background: #eee;
}

.listing-actions a.button { display:none !important; }

.wpbdp-listing a:not(.wpbdp-button) {
    border-bottom:0 !important;
}

.wpbdp-listing-excerpt.odd {
    background: #f8f8f8 !important;
}

.wpbdp-categories.cf.wpbdp-categories-large li {
    list-style-type: none;
    font-size: 25px;
    font-weight: 600;
}

.wpbdp-categories a:before { content:"// "; color:#2d6c9d; font-weight: 800; margin-left: 7px; }

.wpbdp-main-box {
    background: #2d6c9d !important;
    margin: 10px 0 40px 0 !important;
    border-radius: 0px !important;
    padding: 42px !important;
    width: 100%;
}

.breadcrumbs {
    margin: 0 0 25px;
    font-size: 14px;
}


#wpcf-field-start-date {
    display: inline-block;
}

#wpcf-field-end-date {
    display: inline-block;
}

#wpcf-field-end-date:before { content:'to '; }

/*------------------------------------*\
    MEMBERSHIP 
\*------------------------------------*/

#pmpro_user_fields {
    max-width: 45%;
    float: left;
}

#pmpro_billing_address_fields {
    max-width: 45%;
	float: right; }

#pmpro_payment_information_fields {
    overflow: hidden;
    display: block;
    clear: both;
}

#pmpro_levels_table {
    width: 100%;
    text-align: left;
}

#pmpro_account .pmpro_box h3 {margin: 0 0 30px;}

.pmpro_table {
    text-align: left;
	background: #ededed;}


.pmpro_table th { padding:20px; background: #000; color:#fff;}
.pmpro_table td { padding:20px;}

.pmpro_actionlinks a {
    margin: 20px;
}


.landing-page-nav { 
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 10px 30px;
}

.landing-page-nav li {
    list-style-type: none;
	color: #060000;
	margin: 0 0 30px;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}

.landing-page-nav li a { font-weight:800; }

/* Forms  ///////////////////////////////////////////////////////////////////////////////////////////////////*/

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:10px 15px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }

#form_contact2 { max-width:600px; margin:0 auto;}

.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
    background-color: #ffffff;
    border-color: #444 !important;
    border-radius: 0 !important;
    border-style: solid;
    border-width: 1px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box;
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    max-width: 100%;
    outline: medium none;
    padding: 6px 10px;
    width: 100%;
	font-family:Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	background: #f4f4f4;
}


.frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
    background: #ffffff none repeat scroll 0 0;
    border-color: #444!important;
    border-radius: 0 !important;
    border-style: solid;
    border-width: 1px !important;
    color: #444444!important;
    font-size: 18px !important;
    font-weight: 700 !important; 
    padding: 10px 11px !important; 

}


.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="file"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select {
    height: 46px !important;} 
	

article table { width:100%; }

article table td { padding:20px; }

article table tr:nth-child(odd) {
   background-color: #ccc;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h2 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -1px;
    display: block;
    margin: 0px 0px 38px !important;
    color: #29638e;
}
h2:after {
   background: none repeat scroll 0 0 #44a7fc;
   bottom: -26px;
   content: "";
   display: block;
   height: 5px;
   position: relative;
   width: 175px;
}

h2 a, h1 a {color: #444; }

article h2 { margin: 0px 0px 80px !important; }

.post-type-archive-rtn-newsletter article h2 { margin: 0px 0px 40px !important; }

.about-us-text h2, .subscribe h2 {  margin: 48px 5px 62px !important; }

.about-us-text p {
    color: #060000;
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
}


h3 { margin:0 0 30px; }

p {
    color: #060000;
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.excerpt-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
}

.side-nav h3 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px #ccc solid;
    max-width: 300px;
    padding: 0 0 13px;
}

.side-nav ul { margin:30px 0; padding:0; }

.side-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.side-nav li a {
    color: #4D4D4D;
    padding: 0 0 10px;
    display: block;
}

.side-nav li a::before {
    content: "//";
    color: #2d6c9d;
    font-weight: 800;
    margin-right: 7px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 3px;
    background: #ccc;
    margin: 0 0 32px;
    border: 0;
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 15px;
    color: #909090;
    font-weight: 600;
}

.wp-block-file {
    background: #eaeaea;
    padding: 20px;
}

.wp-block-file__button {
    float: right;
}

/*------------------------------------*\
    WOO
\*------------------------------------*/

.inner-shop {
    overflow: hidden;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
	font-size: 22px;
	margin: 0 0 30px;
	display: block;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 38px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #29638e;
	color: #fff;}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #2676b1;
    color: #fff;
}

.woocommerce div.product div.summary {
    margin-bottom: 150px;
}

.button.button.alt.disabled { background-color: #2676b1 !important;
    color: #fff; }


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* footer */
.footer {
    border-top: 10px #29638e solid;
    text-align: center;
	padding: 50px 0 0;
}

#menu-footer-nav {
    margin: 0;
    padding: 0px 20px 40px;
}
#menu-footer-nav li { list-style-type:none; display: inline-block;  }

#menu-footer-nav li a { font-size:22px; font-weight: 300; color:#0d0e0e; padding: 20px; display: block; }

.copyright { 
	background: #154365;
	color: #61ace3;
	font-size: 16px;
	padding: 26px;
	font-weight: 300;
}

.copyright a { color: #61ace3; text-decoration: underline; }

.social { text-align: right; border-right: 1px #ccc solid; padding:20px;}



.social h3 { margin:0 0 20px; }

.sponsor { text-align: left; padding: 20px 20px 20px 0; }

.sponsor h4 { color:#424547; font-size:20px; font-weight:#424547; font-weight: 300; margin:0 0 20px;}

.footer-phone { font-size:24px; font-weight: 800; color:#29638e; margin: 60px 20px 40px; }

.footer-contacts {
	max-width: 600px;
	margin: 0px auto 50px;
	clear: both;
	overflow: hidden;

}

.footer-contacts ul  { margin:0; padding: 0; text-align: left; }

.footer-contacts li { 
	list-style-type:none; 
	color: #29638e;
	font-size: 15px;
	font-weight: 300; 
	margin:0 0 10px; 
}

@media only screen and (max-width: 1160px) {

.header, .nav { display: none;}

#mobile-head { background: #fff none repeat scroll 0 0; display: block; height: 80px; padding: 10px; position: fixed; width: 100%; z-index: 9999; box-shadow:0px -2px 17px 1px #000; top:0; }
	 
.header-container { margin:0 auto 0; }

.mob-logo {

    float: left;
    margin: 14px 0 0 8px;
    height: auto;
    display: block;
    width: 152px;

}

.mobmenu{ width:34px; height:28px; background:url(img/open.png) top no-repeat; display:block; float:right; cursor: pointer; margin: 16px 14px 0;}
.banner {
    padding: 30px 19px;
	background: rgba(0, 0, 0, 0.5) url(img/banner-mobile.jpg) top right no-repeat !important;
}
.banner h1 {font-size: 40px; margin: 60px 5px 0px;}
.banner h1::after { display: none; }
.banner p {font-size: 20px; }

.news-box {
		min-height: 0;}
	
.news-box {  padding: 30px 15px;}
	
.see-more { margin: 0;}
	
h2 { margin: 0px 10px 64px 24px !important;} 
	
.about-us-text h2, .subscribe h2 {margin: 48px 15px 62px 24px !important;}
	
.about-us-text p { margin: 0 24px 30px;}
	
.subscribe p { margin: 0 24px;}
	
.col.span_1_of_3.member-box { min-height: 0; }
	
.social { text-align: center;}
	
.sponsor { text-align: center; }
	
.footer-contacts ul { text-align: center; }
	
.page-template-landing .inner { margin: 0 auto; }
.inner { margin: 0 24px; }
	
	
.header-banner {  padding-top: 142px;  margin: 0 0 25px; min-height: 254px; }
	
	.sidebar-widget {
    display: none;
}  
	
}

