/*
Theme Name: SMSF Advice
Theme URI: 
Description: Bespoke Wordpress theme created by Nick Kind, Kandan, July 2014
Author: Kandan
Version: 1.0
*/

@charset "utf-8";

/* CSS STYLES for SMSF Advice - Nick Kind Kandan 140705 */


/* FONT DECLARATION */

@font-face {
    font-family: "bebasneue-webfont";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/mbebasneue-webfont.eot?#iefix") format("embedded-opentype"), 
    url("fonts/bebasneue-webfont.woff") format("woff"), 
    url("fonts/bebasneue-webfont.ttf") format("truetype"), 
    url("fonts/bebasneue-webfont.svg#bebasneue-webfont") format("svg");
}

@font-face {
    font-family: "AvenirLTStd-Book-0";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/2B5526_0_0.eot?#iefix") format("embedded-opentype"), 
    url("fonts/2B5526_0_0.woff") format("woff"), 
    url("fonts/2B5526_0_0.ttf") format("truetype")
}

@font-face {
    font-family: "AvenirLTStd-Book-1";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/2B5526_1_0.eot?#iefix") format("embedded-opentype"), 
    url("fonts/2B5526_1_0.woff") format("woff"), 
    url("fonts/2B5526_1_0.ttf") format("truetype")
}

@font-face {
    font-family: "AvenirLTStd-Book-2";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/2B5526_2_0.eot?#iefix") format("embedded-opentype"), 
    url("fonts/2B5526_2_0.woff") format("woff"), 
    url("fonts/2B5526_2_0.ttf") format("truetype")
}

@font-face {
    font-family: "AvenirLTStd-Book-3";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/2B5526_3_0.eot?#iefix") format("embedded-opentype"), 
    url("fonts/2B5526_3_0.woff") format("woff"), 
    url("fonts/2B5526_3_0.ttf") format("truetype")
}

@font-face {
    font-family: "AvenirLTStd-Book-4";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/2B5526_4_0.eot?#iefix") format("embedded-opentype"), 
    url("fonts/2B5526_4_0.woff") format("woff"), 
    url("fonts/2B5526_4_0.ttf") format("truetype")
}

@font-face {
    font-family: "AvenirLTStd-Book-5";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/2B5526_5_0.eot?#iefix") format("embedded-opentype"), 
    url("fonts/2B5526_5_0.woff") format("woff"), 
    url("fonts/2B5526_5_0.ttf") format("truetype")
}

/* CSS BEGIN */

*{
	margin: 0;
	padding: 0;
	line-height: 0;
	
	list-style: circle 
	
}

body{
	
}

.mobile{
	display: none;
}

.container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.container-content{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#header{
	clear: both;
	display: inline-block;
	width: 100%;
	height: 160px;
	background-color: #f1f1f1;
	
	background-image: url('images/header-background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	
	transition: all 0.5s ease;
}

#header .container{
	position: relative;
}

#sign-up{
	position: absolute;
	top: 45px;
	right: 20px;
	width: 265px;
	height: 40px;
	background-image: url('images/SMSF-sprite.png');
	background-position: -20px -1360px;
	background-repeat: no-repeat;
	
	z-index: 1000;
}

#sign-up:hover{
	cursor: pointer;
	background-position: -20px -1420px;
}

#sign-up-close{
	position: absolute;
	top: 45px;
	right: 20px;
	width: 265px;
	height: 40px;
	background-image: url('images/SMSF-sprite.png');
	background-position: -20px -1480px;
	background-repeat: no-repeat;
	
	z-index: 100;
}

#sign-up-close:hover{
	cursor: pointer;
}

#sign-up-form{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 90px;
	padding-top: 10px;
	background-color: rgba(170, 16, 39, 1);
	display: none;
	overflow: hidden;
	
	z-index: 10000;
}

#sign-up-form ul.gform_fields{
	display: inline-block;
	width: 100%;
}

#sign-up-form li{
	clear: none;
	float: left;
	width: 25%;
}

#sign-up-form .ginput_container{
	width: 100%;
}

#sign-up-form input{
	width: 90%!important;
	margin-left: 5%!important;
	margin-right: 5%!important;
	border-radius: 3px;
	border: solid 0px #ffffff;
	color: #ababab;
}

#sign-up-form label{
	display: none;
}

#sign-up-form #gform_submit_button_2{
	float: right;
	display: block;
	position: absolute;
	
	top: 60px;
	right: 27px;
	
	margin: 0!important;
	width: 100px!important;
	height: 24px;
	padding: 3px;
	border-radius: 3px;
	border: solid 0px #ffffff;
	
	color: #aa1027;
	font-family: "bebasneue-webfont";
	font-size: 18px;
	font-weight:  normal;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center;
	
	-moz-box-shadow: 3px 4px 4px -3px #490710;
	-webkit-box-shadow: 3px 4px 4px -3px #490710;
	box-shadow: 3px 4px 4px -3px #490710;
	
	background-color: #ffffff;
}

#sign-up-form #gform_submit_button_2:hover{
	color: #575757;
	cursor: pointer;
}

#sign-up-form #gform_submit_button_2:active{
	color: #aa1027;
	
	-moz-box-shadow: inset 3px 3px 3px -1px #494949;
	-webkit-box-shadow: inset 3px 3px 3px -1px #494949;
	box-shadow: inset 3px 3px 3px -1px #494949;
}

#sign-up-form li#field_2_5{
	position: absolute;
	width: 300px!important;
	top: 60px;
	right: 60px;
	
}

#sign-up-form li.gchoice_5_1{
	width: 300px!important;
}

#sign-up-form li#field_2_5 input{
	width: 20px!important;
}

#sign-up-form #field_2_5 #label_5_1{
	display: block;
	color: #fff;
	font-size: 12px;
}

#gform_confirmation_message_2{
    color: #fff;
    float: left;
    font-family: "bebasneue-webfont";
    font-size: 25px;
    font-weight: normal;
    height: 28px;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 20px;
    padding: 12px 0 10px 20px;
    width: auto;
}


#logo{
	float: left;
	margin-left: 20px;
	margin-top: 40px;
}

#logo a{
	
}

#logo img{
	
	border: 0;
}


/* PRIMARY NAVIGATION */

#primary_nav{
	clear: both;
	display: inline-block;
	width: 100%;
	height: 40px;
	background-color: #fff;
	/* overflow: hidden; */
}

.fixed {
    position:fixed;
    top:0;
    z-index: 100000;
    
    background-color: #8f8f8f!important;
}

#primary_nav ul {
	width: 960px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #ba122b;

}

#primary_nav ul li{
	position: relative;
	display: inline-block;
	list-style-type: none;	
}

#primary_nav ul li a{
	float: left;
	height: 19px;
	text-align: center;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 21px;
	font-size: 16px;
	font-family: "AvenirLTStd-Book-0";
	font-weight: normal;
	
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	transition: background 200ms linear;

	background: url('images/nav-arrow.png') center 42px no-repeat;
}

#primary_nav ul li a:hover{
	background: url('images/nav-arrow.png') center bottom no-repeat;
	
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	transition: background 200ms linear;
}

#primary_nav ul li.current_page_item a,
#primary_nav ul li.current_page_item a:hover,
#primary_nav ul li.current_page_parent{
	background: url('images/nav-arrow.png') center bottom no-repeat;
}

#primary_nav ul li ul.children{
	
}

#campaign-list,
#campaign-list li,
#campaign-list li a{
	width: 245px!important;
}



#primary_nav .menu li .children{
	position: absolute;
	display: none;
	top: 40px;
	left: 0px;
	width: auto;
	padding: 0px;	  
	
	z-index: 100000;
}

#primary_nav .menu li .children li {
	clear: both;
	float: left;
	width: auto;
	padding: 0;

}

#primary_nav .menu li .children li a{
	clear: both;
	float: left;
	display: block;
	width: 160px;
	margin: 0;
	padding: 10px;
	padding-left: 20px;
	text-align: left;	
	line-height: 18px;

	
	white-space: nowrap;
	color: #fff;
	
	
	
	background: url('images/nav-arrow-left.png') #ba122b -20px center no-repeat;
	
}

#primary_nav .menu li .children li a:hover,
#primary_nav .menu li .children li.current_page_item a{
	background: url('images/nav-arrow-left.png') #ba122b left center no-repeat;
	
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	transition: background 200ms linear;
}


/* LANDING PAGE */

#section-light-grey{
	clear: both;
	display: inline-block;
	width: 100%;
	min-height: 160px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #f8f8f8;
	
	background-image: url('images/dark-grey-background.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	
}

#section-light-grey .video-slider { 
	float: left;
	width: 620px!important;
	height: 330px;
	position: relative; 
	overflow: hidden; 
	border-radius: 5px;
	
	-moz-box-shadow: 3px 4px 4px -3px #c9c9c9;
	-webkit-box-shadow: 3px 4px 4px -3px #c9c9c9;
	box-shadow: 3px 4px 4px -3px #c9c9c9;
}
 
#section-light-grey .video-slider li,
#campaign_page .video-wrapper a { 
	position: relative; 
	list-style: none; 
	
}

.video-wrapper a img,
.video-wrapper a {
	border: solid 0px #fff;
}

#section-light-grey .video-slider ul li { 
	float: left; 
	margin: 0;
}

#section-light-grey .video-slider #nav{
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 10000;
}

#section-light-grey .video-slider #nav a{
	float: left;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	border-radius: 5px;
	font-size: 0;
	background-color: #787474;
}

#section-light-grey .video-slider #nav a:hover,
#section-light-grey .video-slider #nav a.activeSlide{
	cursor: pointer;
	background-color: #fff;
}

#section-light-grey .video-wrapper .play-button,
#campaign_page .video-wrapper .play-button{
	position: absolute;
	top: 100px;
	left: 240px;
	width: 120px;
	height: 120px;
	background-image: url('images/SMSF-sprite.png');
	background-position: -20px -730px;
	background-repeat: no-repeat;
	
	z-index: 100;
}

#section-light-grey .video-wrapper .hover-veil,
#campaign_page .video-wrapper .hover-veil{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 620px;
	height: 330px;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 10;
}

#section-light-grey .video-wrapper .hover-veil h2{
	color: #fff;
	margin-left: 20px;
	margin-top: 20px;
}

#section-light-grey .video-wrapper .hover-veil h3{
	 color: #dedede;
    font-family: "AvenirLTStd-Book-0";
    font-size: 15px;
    line-height: normal;
	margin-left: 20px;
	margin-top: 20px;
}

#section-light-grey .top-posts{
	float: right;
}

#section-light-grey .top-posts ul li{
	list-style-type: none;
	margin-bottom: 10px;
}

#section-light-grey .top-posts ul li.last{
	margin-bottom: 0;
}

#section-light-grey .post-wrapper{
	position: relative;
	width: 300px;
	height: 160px;
	background-color: #fff;
	border-radius: 5px;
	
	-moz-box-shadow: 3px 4px 4px -3px #c9c9c9;
	-webkit-box-shadow: 3px 4px 4px -3px #c9c9c9;
	box-shadow: 3px 4px 4px -3px #c9c9c9;
	
	overflow: hidden;
}

#section-light-grey .post-wrapper img{
	float: right;
}

#section-light-grey .post-wrapper .content-wrapper{
	float: left;
	width: 130px;
	padding-top: 14px;
	padding-left: 14px;
}

#section-light-grey .post-wrapper .content-wrapper a{
	position: absolute;
	display: block;
	bottom: 14px;
	left: 52px;
	width: 80px;
	height: 18px;
	padding: 3px;
	border-radius: 3px;
	
	color: #fff;
	font-family: "bebasneue-webfont";
	font-size: 18px;
	font-weight:  normal;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center;
	
	-moz-box-shadow: 3px 4px 4px -3px #c9c9c9;
	-webkit-box-shadow: 3px 4px 4px -3px #c9c9c9;
	box-shadow: 3px 4px 4px -3px #c9c9c9;
	
	background-color: #575757;
}

#section-light-grey .post-wrapper .content-wrapper h4{
	color: #ba122b;
    font-family: "bebasneue-webfont";
    font-size: 23px;
    font-size: 21px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
}

#section-light-grey .post-wrapper .content-wrapper p{
	font-size: 13px;
}

#section-light-grey .post-wrapper .content-wrapper .date{
	font-size: 12px;
	margin-top: -3px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* */

#section-dark-grey{
	clear: both;
	display: inline-block;
	width: 100%;
	min-height: 160px;
	height: auto;
	background-color: #f8f8f8;
	
	background-image: url('images/dark-grey-background.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	
}

#section-dark-grey .one-third{
	position: relative;
	float: left;
	width: 275px;
	height: 300px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	border-top: solid 1px #575757;
	border-bottom: solid 1px #575757;
}

#section-dark-grey .one-third.first{
	margin-left: 0;
}


#section-dark-grey .one-third h4{
	color: #ba122b;
    float: left;
    font-family: "bebasneue-webfont";
    font-size: 25px;
    font-weight: normal;
   
    margin-bottom: 15px;
    
		
}

#section-dark-grey .one-third h6{
	clear: both;
	color: #737373;
    float: left;
    font-family: "bebasneue-webfont";
    font-size: 20px;
    font-weight: normal;
   

}

#section-dark-grey .one-third p{
	clear: both;
	font-size: 14px;
    line-height: 18px;
}

#section-dark-grey .one-third sup{
	display: block;
	margin-top: 10px;
	margin-bottom: 22px;
	line-height: 12px;
}

#section-dark-grey .one-third a{
	background-color: #575757;
    border-radius: 3px;
    bottom: 20px;
    box-shadow: 3px 4px 4px -3px #c9c9c9;
    color: #fff;
    display: block;
    font-family: "bebasneue-webfont";
    font-size: 18px;
    font-weight: normal;
    height: 18px;
    line-height: 16px;
    padding: 3px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
    overflow: hidden;
}

#section-dark-grey .one-third a.lilink{
	background-color: transparent;
    border-radius: 0px;
        box-shadow: 0px 0px 0px 0px #c9c9c9;
    color: #575757;
    display: inline-block;
    font-family: "AvenirLTStd-Book-0";
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 9px;
    padding: 0px;
    position: static;
    
    text-align: left;
    text-transform: none;
    width: auto;
    overflow: hidden;
}

#section-dark-grey .one-third a.lilink:hover{
	color: #ba122b;
	background-color: transparent;
}

#section-dark-grey .one-third a.lilink:active{
	color: #ba122b;
	background-color: transparent;
	box-shadow: 0px 0px 0px 0px #c9c9c9;

}

#section-dark-grey .one-third .video-wrapper{
	float: left;
	margin-right: 20px;
	width: 275px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	
	text-align: center;
}

#section-dark-grey .one-third .video-wrapper.last{
	margin-right: 0;
}

#section-dark-grey .one-third .video-wrapper a{
	position: relative;
	display: inline-block;
	width: 275px;
	height: 180px;
	margin: 0;
	padding: 0;
	right: 0;
	border-radius: 5px;
	

}

#section-dark-grey .one-third .video-wrapper a .the-image{
	width: 295px;
	height: 190px;
	background-image: url(images/deletethis-authorites-videos.jpg);
	background-position: -34px -8px;
	border-radius: 5px;
	
	-moz-box-shadow: 3px 4px 4px -3px #c9c9c9;
	-webkit-box-shadow: 3px 4px 4px -3px #c9c9c9;
	box-shadow: 3px 4px 4px -3px #c9c9c9;
}

#section-dark-grey .one-third .video-wrapper a .hover-veil{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: none;
    height: 195px;
    left: 0; 
    position: absolute;
    top: 0;
    width: 295px;
    z-index: 10;
}

#section-dark-grey .one-third .video-wrapper a .play-button {
    background-image: url("images/SMSF-sprite.png");
    background-position: -20px -730px;
    background-repeat: no-repeat;
    height: 120px;
    left: 78px;
    position: absolute;
    top: 30px;
    width: 120px;
    z-index: 100;
}

.campaign-image-wrapper{
	clear: both;
	width: 100%;
	height: 160px;
	text-align: center;
}

.campaign-image-wrapper a img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.campaign-image-wrapper a{
	position: static!important;
	display: inline-block!important;
	width: 100%!important;
	height: 160px!important;
	margin: 0!important;
	margin-top: 5px!important;
	margin-bottom: 0px!important;
	padding: 0!important;
	box-shadow: 0px 0px 0px 0px #c9c9c9!important;
	
	
	background-color: transparent!important;
}


/* */

#section-white{
	clear: both;
	display: inline-block;
	width: 100%;
	min-height: 160px;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	
}

#section-white .container-content{
	position: relative;
	height: 380px;
}

#section-white h2{
	margin-top: 0;
	color: #ba122b;
	font-family: "AvenirLTStd-Book-0";
	font-size: 18px;
	text-transform: none;
	
}

#section-white .one-third{
	position: relative;
	float: left;
	width: 255px;
	height: 200px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f1f1f1;
}

#section-white .one-third.first{
	margin-left: 0px;
}

#section-white h3{
	float: left;
	width: 275px;
	height: 28px;
	margin-left: -20px;
	margin-bottom: 15px;
	padding: 10px;
	padding-top: 12px;
	padding-right: 0;
	padding-left: 20px;
	color: #fff;
	font-family: "bebasneue-webfont";
	font-size: 18px;
	font-weight:  normal;
	font-size: 25px;
	background-color: #8f8f8f;
}

#section-white .one-third.first h3{
	background-color: #737373;
}

#section-white .one-third a{
	position: absolute;
	display: block;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 18px;
	padding: 3px;
	border-radius: 3px;
	
	color: #fff;
	font-family: "bebasneue-webfont";
	font-size: 18px;
	font-weight:  normal;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center;
	
	-moz-box-shadow: 3px 4px 4px -3px #c9c9c9;
	-webkit-box-shadow: 3px 4px 4px -3px #c9c9c9;
	box-shadow: 3px 4px 4px -3px #c9c9c9;
	
	background-color: #575757;
}

#section-white span{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50px;
	left: 0;
	font-size: 0;
	background-image: url(images/SMSF-sprite.png);
	background-position: -20px -540px;
	background-repeat: no-repeat;	
}

#section-white .one-third.first span{
	background-image: url(images/SMSF-sprite.png);
	background-position: -20px -380px;
	background-repeat: no-repeat;	
}

/* MODALS */

.landing-modal{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 940px;
	height: 380px;
	background-color: #fff;
	
	display: none;
}

#section-white .landing-modal h3{
	margin-left: 0;
	width: 94%;
	margin-bottom: 0px;
	padding: 10px;
	padding-bottom: 15px;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 31px;
	background-color: #737373;
}

#section-white .landing-modal h3 .close{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-image: url(images/SMSF-sprite.png);
	background-position: -14px -1228px;
	background-repeat: no-repeat;	
}

#section-white .landing-modal .pointer{
	clear: both;
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(images/SMSF-sprite.png);
	background-position: -20px -1300px;
	background-repeat: no-repeat;	
}

#section-white .landing-modal h3 .close:hover{
	cursor: pointer;
}

#section-white .landing-modal p{
	clear: both;
	width: 70%;
}

#section-white .landing-modal a{
	position: absolute;
	display: block;
	bottom: 20px;
	right: 10px;
	width: auto;
	height: 16px;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 3px;
	
	color: #fff;
	font-family: "bebasneue-webfont";
	font-size: 20px;
	font-weight:  normal;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center;
	
	-moz-box-shadow: 3px 4px 4px -3px #c9c9c9;
	-webkit-box-shadow: 3px 4px 4px -3px #c9c9c9;
	box-shadow: 3px 4px 4px -3px #c9c9c9;
	
	background-color: #575757;

}

#section-white .landing-modal a.authorities-modal-button{
	bottom: 250px;
}

#authorities-modal .one-third-show{
	display: block;
	position: relative;
	clear: none;
	float: left;
	width: 255px;
	height: 180px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f1f1f1;
	
	text-align: left;
}

#authorities-modal .one-third-show.first{
	margin-left: 0px;
}

#authorities-modal h4{
	float: left;
	width: 275px;
	height: 28px;
	margin-left: -20px;
	margin-bottom: 15px;
	padding: 10px;
	padding-top: 12px;
	padding-right: 0;
	padding-left: 20px;
	color: #fff;
	font-family: "bebasneue-webfont";
	font-size: 18px;
	font-weight:  normal;
	font-size: 25px;
	background-color: #8f8f8f;
}

#authorities-modal .one-third-show.first h4{
	background-color: #c51b21;
}

#authorities-modal .one-third-show p{
	width: 95%;
}

#authorities-modal .one-third-show a{
	position: absolute;
	display: block;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 18px;
	padding: 3px;
	border-radius: 3px;
	
	color: #fff;
	font-family: "bebasneue-webfont";
	font-size: 18px;
	font-weight:  normal;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center;
	
	-moz-box-shadow: 3px 4px 4px -3px #c9c9c9;
	-webkit-box-shadow: 3px 4px 4px -3px #c9c9c9;
	box-shadow: 3px 4px 4px -3px #c9c9c9;
	
	background-color: #575757;
}

#authorities-modal .one-third-show span{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50px;
	left: 0;
	font-size: 0;
	background-image: url(images/SMSF-sprite.png);
	background-position: -20px -540px;
	background-repeat: no-repeat;	
}

#authorities-modal .one-third-show.first span{
	background-image: url(images/SMSF-sprite.png);
	background-position: -20px -460px;
	background-repeat: no-repeat;	
}



/* STANDARD PAGE */


/* FOOTER */

#contact-us-bar{
	clear: both;
	display: inline-block;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background-color: #f0f0f0;
	
}

#authority_page #contact-us-bar{
	background-color: #f8f8f8;
}

#contact-us-bar .container{
	border-top: solid 1px #a5a5a5;
	padding-top: 20px;
}

#contact-us-bar #contact-us-bar-content{
	display: inline-block;
	width: 920px;
	padding: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 5px;
	
	background-color: #ffffff;
	
	-moz-box-shadow: 3px 4px 4px -3px #d0d1d1;
	-webkit-box-shadow: 3px 4px 4px -3px #d0d1d1;
	box-shadow: 3px 4px 4px -3px #d0d1d1;
}

#contact-us-bar #contact-us-bar-content h3{
	float: left;
	width: 71%;
	font-size: 27px;
	font-weight: normal;
	font-family: "bebasneue-webfont";
	color: #ba122b;
}

#contact-us-bar #contact-us-bar-content .link-button{
	float: right;
	margin-top: 4px;
}

		
#linkedin-bar{
	clear: both;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #737373;
}
	
#linkedin-bar .linkedin-connect{
	float: left;
	width: 200px;
	height: 35px;
	padding-top: 20px;
	padding-left: 50px;
	color: #f1f1f1;
	font-family: "bebasneue-webfont";
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 0.4pt;
	background-image: url('images/SMSF-sprite.png');
	background-position: -20px -45px;
	background-repeat: no-repeat;
}

#linkedin-bar .linkedin-people{
	float: right;
}

#linkedin-bar .linkedin-people ul li{
	float: left;
	list-style-type: none;
}

#linkedin-bar .linkedin-people ul li .post-wrapper .image{
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px
}

#linkedin-bar .linkedin-people ul li .post-wrapper .image img{
	width: 40px;
	height: 40px;
}

#linkedin-bar .linkedin-people ul li .post-wrapper{
	width: 200px;
}

#linkedin-bar .linkedin-people ul li .post-wrapper h3{
	float: left;
	margin-top: -3px;
	color: #f1f1f1;
	font-family: "AvenirLTStd-Book-0";
	
	font-size: 14px;
}

#linkedin-bar .linkedin-people ul li .post-wrapper p,
#linkedin-bar .linkedin-people ul li .post-wrapper p a,
#linkedin-bar .linkedin-people ul li .post-wrapper a{
	float: left;
	color: #f1f1f1;
	font-family: "AvenirLTStd-Book-0";
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

#linkedin-bar .linkedin-people ul li .post-wrapper a{
	text-decoration: underline;
}

/* AUTHORITIES PAGE */

#content > .container{
	padding-top: 40px;
}

#content .page-content{
	float: left;
	width: 620px;
}

#content .sidebar{
	float: right;
	display: inline-block;
	width: 300px;
	height: auto;
	
}

#content .sidebar .sidebar-panel{
	width: 260px;
	padding: 20px;
	height: auto;
	margin-bottom: 20px;
	text-align: center; 
	background-color: #f1f1f1;
	
	border-radius: 5px;
	-moz-box-shadow: 3px 4px 4px -3px #d0d1d1;
	-webkit-box-shadow: 3px 4px 4px -3px #d0d1d1;
	box-shadow: 3px 4px 4px -3px #d0d1d1;

}

#content .sidebar .sidebar-panel h5{
	color: #575757;
    font-family: "bebasneue-webfont";
    font-size: 25px;
    font-weight: normal;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0px;
    padding: 0;
    text-align: left;
    width: 100%;
    line-height: 24px;
}

#content .sidebar .sidebar-panel.not-sure h5 span{
	position: relative;
	float: left;
	width: 40px;
	height: 42px;
	margin-right: 7px;
	top: -1px;
	left:  -5px;
	background-image: url('images/SMSF-sprite.png');
	background-position: -20px -900px;
	background-repeat: no-repeat;
}

#content .sidebar .sidebar-panel.not-sure p{
	clear: both;
	margin-top: 10px;
	text-align: left;
}

#content .sidebar .sidebar-panel.make-the > div{
	position: relative;
	clear: both;
	display: inline-block;
	width: 240px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-family: "AvenirLTStd-Book-0";
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	background-color: #737373;
}

#content .sidebar .sidebar-panel.make-the > div.red{
	margin-top: 25px;
	background-color: #ba122b;
}

#content .sidebar .sidebar-panel.make-the > div.dark-grey{
	background-color: #575757;
	
}

#content .sidebar .sidebar-panel.make-the > div.dark-grey span{
	position: absolute;
	width: 20px;
	height: 10px;
	top: -10px;
	left: 115px;
	background-image: url('images/SMSF-sprite.png');
	background-position: -98px -10px;
	background-repeat: no-repeat;
}

#content .sidebar .sidebar-panel.make-the > div.lighter-grey span{
	position: absolute;
	width: 20px;
	height: 10px;
	top: -10px;
	left: 115px;
	background-image: url('images/SMSF-sprite.png');
	background-position: -18px -10px;
	background-repeat: no-repeat;
}

.one-half{
	float: left;
	margin-right: 0px;
}

.one-half.first{
	float: left;
	margin-right: 60px;
}

#authority_page .one-third{
	position: relative;
	display: inline-block;
	clear: both;
	float: left;
	width: 580px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	background-color: #fff;
}

#authority_page .one-third li{
	float: left;
	width: 260px;
	margin-bottom: 3px;
}

#authority_page  .one-third h3{
	float: left;
	width: 600px;
	height: 22px;
	margin-left: -20px;
	margin-bottom: 15px;
	padding: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 20px;
	color: #fff;
	font-family: "AvenirLTStd-Book-0";
	font-size: 18px;
	font-weight:  normal;
	background-color: #8f8f8f;
}

/*
#authority_page h2 {
	clear: both;
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
}*/

#authority_page #section-light-grey h2{
	margin-top: 10px;
	margin-bottom: 10px;
}

#authority_page #section-light-grey p{
	clear: both;
	text-align: left;
}

#authority_page .one-third a{


	position: absolute;
	display: block;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 18px;
	padding: 3px;
	border-radius: 3px;
	
	color: #fff;
	font-family: "bebasneue-webfont";
	font-size: 18px;
	font-weight:  normal;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center;
	
	-moz-box-shadow: 3px 4px 4px -3px #c9c9c9;
	-webkit-box-shadow: 3px 4px 4px -3px #c9c9c9;
	box-shadow: 3px 4px 4px -3px #c9c9c9;
	
	background-color: #575757;
}

#authority_page span{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 40px;
	left: 0;
	font-size: 0; 
	background-image: url(images/SMSF-sprite.png);
	background-position: -20px -540px;
	background-repeat: no-repeat;	
}

#authority_page #section-light-grey .one-third{
	position: relative;
	clear: none;
	float: left;
	width: 255px;
	height: 240px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f1f1f1;
	
	text-align: left;
}

#authority_page #section-light-grey .one-third.first{
	margin-left: 0px;
}

#authority_page #section-light-grey h4{
	float: left;
	width: 275px;
	height: 28px;
	margin-left: -20px;
	margin-bottom: 15px;
	padding: 10px;
	padding-top: 12px;
	padding-right: 0;
	padding-left: 20px;
	color: #fff;
	font-family: "bebasneue-webfont";
	font-size: 18px;
	font-weight:  normal;
	font-size: 25px;
	background-color: #8f8f8f;
}

#authority_page #section-light-grey .one-third.first h4{
	background-color: #c51b21;
}

#authority_page #section-light-grey .one-third a{
	position: absolute;
	display: block;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 18px;
	padding: 3px;
	border-radius: 3px;
	
	color: #fff;
	font-family: "bebasneue-webfont";
	font-size: 18px;
	font-weight:  normal;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center;
	
	-moz-box-shadow: 3px 4px 4px -3px #c9c9c9;
	-webkit-box-shadow: 3px 4px 4px -3px #c9c9c9;
	box-shadow: 3px 4px 4px -3px #c9c9c9;
	
	background-color: #575757;
}

#authority_page #section-light-grey .one-third span{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50px;
	left: 0;
	font-size: 0;
	background-image: url(images/SMSF-sprite.png);
	background-position: -20px -540px;
	background-repeat: no-repeat;	
}

#authority_page #section-light-grey .one-third.first span{
	background-image: url(images/SMSF-sprite.png);
	background-position: -20px -460px;
	background-repeat: no-repeat;	
}

#authorities-videos{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 0px;
	border-top: 1px solid #a3a3a3;			
}

#authorities-videos .video-wrapper{
	float: left;
	margin-right: 20px;
	width: 295px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	overflow: visible;
}

#authorities-videos .video-wrapper.last{
	margin-right: 0;
}

#authorities-videos .video-wrapper a{
	position: relative;
	display: block;
	width: 295px;
	height: 185px;
	border-radius: 5px;
	overflow: hidden;

}

#authorities-videos .video-wrapper a .the-image{
	width: 295px;
	height: 185px;
	background-image: url(images/deletethis-authorites-videos.jpg);
	background-position: -34px -8px;
	border-radius: 5px;
	
	-moz-box-shadow: 3px 4px 4px -3px #c9c9c9;
	-webkit-box-shadow: 3px 4px 4px -3px #c9c9c9;
	box-shadow: 3px 4px 4px -3px #c9c9c9;
}

#authorities-videos .video-wrapper a .hover-veil{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: none;
    height: 185px;
    left: 0; 
    position: absolute;
    top: 0;
    width: 295px;
    z-index: 10;
}

#authorities-videos .video-wrapper a .play-button {
    background-image: url("images/SMSF-sprite.png");
    background-position: -20px -730px;
    background-repeat: no-repeat;
    height: 120px;
    left: 90px;
    position: absolute;
    top: 35px;
    width: 120px;
    z-index: 100;
}


#authorities-videos .video-wrapper h5{
	clear: both;
	width: 100%;
	font-family: "bebasneue-webfont";
    font-size: 25px;
    font-weight: normal;
    height: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
	text-align: center;
	color: #575757;
}


/* VIDEO PAGE */

#video_page .video-scroller{
	margin-top: 10px;
	text-align: left;
}

#video_page #content .sidebar .video-gallery,
#campaign_page #content .sidebar .campaign-gallery{
	display: inline-block;
	padding-bottom: 10px;
}

#video_page .video-scroller p.cat-title,
#campaign_page .campaign-scroller a,
#news_page .news-scroller a{
	clear: both;
	float: left;
	width: 96%;
	height: auto;
	margin: 0;
	padding: 5px;
	padding-left: 2%;
	padding-right: 2%;
	color: #575757;
	font-size: 15px;
	font-family: "AvenirLTStd-Book-3";
	background-color: #e4e4e4;
}

#video_page .video-scroller a{
	clear: both;
	float: left;
	width: 96%;
	height: auto;
	padding: 5px;
	padding-left: 2%;
	padding-right: 2%;
	margin: 0;
	color: #575757;
	font-size: 14px;
	line-height: 19px;
	font-family: "AvenirLTStd-Book-0";
	background-color: #f1f1f1;
}

#video_page .video-wrapper a{
	position: relative;
	display: block;
	height: 185px;
	width: 300px;
}

#video_page .video-wrapper a .hover-veil{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: none;
    height: 185px;
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 10;
}

#video_page .video-wrapper a .play-button {
    background-image: url("images/SMSF-sprite.png");
    background-position: -20px -730px;
    background-repeat: no-repeat;
    height: 120px;
    left: 90px;
    position: absolute;
    top: 35px;
    width: 120px;
    z-index: 100;
}

#video_page h2{
	clear: both;
	margin-top: 10px;
	font-size: 27px;
	letter-spacing: 1px;
}


#video_page h3{
	color: #575757;
    font-family: "bebasneue-webfont";
    font-size: 23px;
    font-weight: normal;
    height: auto;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 5px;
    padding: 0;
    text-align: left;
    width: 100%;
}


#video_page .video-item{
	float: left;
	width: 310px;
	height: 310px;
	margin-bottom: 10px;
}

/* CONTACT PAGE */

.page-id-6 #contact-us-bar{
	display: none;
}

#contact_page .gform_wrapper input[type="text"],
#contact_page .gform_wrapper input[type="email"],
#contact_page .gform_wrapper textarea.medium{
	width: 300px;
	padding: 7px;
    border-radius: 3px;
    border: solid 1px #737373;
}

#contact_page .gform_wrapper textarea.medium{
	line-height: 18px;
}

#contact_page .gform_wrapper .gform_button{
	background-color: #575757;
    border-radius: 3px;
    border: 0;
    box-shadow: 3px 4px 4px -3px #c9c9c9;
    color: #fff;
    display: block;
    font-family: "bebasneue-webfont";
    font-size: 18px;
    font-weight: normal;
    height: 24px;
    line-height: 16px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
	background-color: #ba122b;
	-moz-box-shadow: 2px 2px 1px -1px #84152d;
	-webkit-box-shadow: 2px 2px 1px -1px #84152d;
	box-shadow: 2px 2px 1px -1px #84152d;
	-webkit-transition: background-color  ease-out 250ms;
    -moz-transition: background-color  ease-out 250ms;
    -o-transition: background-color  ease-out 250ms;
    transition: background-color  ease-out 250ms;
}

#contact_page .gform_wrapper .gform_button:hover{	
	
	background-color: #990f24;
	cursor: pointer;
	
	-webkit-transition: background-color  ease-out 250ms;
    -moz-transition: background-color  ease-out 250ms;
    -o-transition: background-color  ease-out 250ms;
    transition: background-color  ease-out 250ms;

}

#contact_page .gform_wrapper .gform_button:active{
	-moz-box-shadow: inset 3px 4px 1px -1px #5c0105;
	-webkit-box-shadow: inset 3px 4px 1px -1px #5c0105;
	box-shadow: inset 3px 4px 1px -1px #5c0105;

}

#contact_page .sidebar .sidebar-panel.register,
#education_page .sidebar .sidebar-panel.register {
	text-align: left;
}

#contact_page .sidebar .sidebar-panel.register p,
#education_page .sidebar .sidebar-panel.register p{
	margin-top: 5px;
}

#contact_page .sidebar .sidebar-panel.register .email-icon,
#contact_page .sidebar .sidebar-panel.register .number-icon,
#education_page .sidebar .sidebar-panel.register .email-icon,
#education_page .sidebar .sidebar-panel.register .number-icon{
	float: left;
	width: 22px;
	height: 18px;
	margin-right: 5px;
	background-image: url('images/SMSF-sprite.png');
	background-position: -18px -984px;
	background-repeat: no-repeat;
}

#contact_page .sidebar .sidebar-panel.register .number-icon,
#education_page .sidebar .sidebar-panel.register .number-icon{
	background-position: -18px -1042px;
}

.register-text{
	float: left;
	margin-top: 9px;
}

#contact_page .sidebar .sidebar-panel.contact .person-wrapper,
#education_page .sidebar .sidebar-panel.contact .person-wrapper{
	display: inline-block;
	width: 125px;
	margin-top: 10px;
	text-align: center;
}

#contact_page .sidebar .sidebar-panel.contact .link-button,
#education_page .sidebar .sidebar-panel.contact .link-button{
	width: 100px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 16px;
	padding: 5px;
}

#contact_page .sidebar .sidebar-panel.quote,
#about_page .sidebar .sidebar-panel.quote,
#education_page .sidebar .sidebar-panel.quote,
#strategic_page .sidebar .sidebar-panel.quote,
#campaign_page .sidebar .sidebar-panel.quote,
#news_page .sidebar .sidebar-panel.quote{
	display: inline-block;
	height: auto;
	background-color: #8f8f8f;
	text-align: left;
}

#contact_page .sidebar .sidebar-panel.quote .openquote-icon,
#contact_page .sidebar .sidebar-panel.quote .closequote-icon,
#about_page .sidebar .sidebar-panel.quote .openquote-icon,
#about_page .sidebar .sidebar-panel.quote .closequote-icon,
#education_page .sidebar .sidebar-panel.quote .openquote-icon,
#education_page .sidebar .sidebar-panel.quote .closequote-icon,
#strategic_page .sidebar .sidebar-panel.quote .openquote-icon,
#strategic_page .sidebar .sidebar-panel.quote .closequote-icon,
#campaign_page .sidebar .sidebar-panel.quote .openquote-icon,
#campaign_page .sidebar .sidebar-panel.quote .closequote-icon,
#news_page .sidebar .sidebar-panel.quote .openquote-icon,
#news_page .sidebar .sidebar-panel.quote .closequote-icon{
	clear: both;
	float: left;
	width: 40px;
	height: 35px;
	margin-right: 5px;
	background-image: url('images/SMSF-sprite.png');
	background-position: -23px -1105px;
	background-repeat: no-repeat;
}

#contact_page .sidebar .sidebar-panel.quote .closequote-icon,
#about_page .sidebar .sidebar-panel.quote .closequote-icon,
#education_page .sidebar .sidebar-panel.quote .closequote-icon,
#strategic_page .sidebar .sidebar-panel.quote .closequote-icon,
#campaign_page .sidebar .sidebar-panel.quote .closequote-icon,
#news_page .sidebar .sidebar-panel.quote .closequote-icon{
	float: right;
	background-position: -18px -1160px;
}

#contact_page .sidebar .sidebar-panel.quote .quote-text,
#about_page .sidebar .sidebar-panel.quote .quote-text,
#education_page .sidebar .sidebar-panel.quote .quote-text,
#strategic_page .sidebar .sidebar-panel.quote .quote-text,
#campaign_page .sidebar .sidebar-panel.quote .quote-text,
#news_page .sidebar .sidebar-panel.quote .quote-text{
	clear: both;
	display: inline-block;
    color: #fff;
    font-family: "bebasneue-webfont";
    font-size: 21px;
    font-weight: normal;
    height: auto;
    line-height: 28px;
    

}

/* ABOUT PAGE */

#authority_page .sidebar .sidebar-panel.support-tile,
#about_page .sidebar .sidebar-panel.support-tile,
#support_page .sidebar .sidebar-panel.support-tile,
#strategic_page .sidebar .sidebar-panel.support-tile{
	position: relative;
	text-align: left;	
	padding-bottom: 50px;
}

#authority_page .sidebar .sidebar-panel h5,
#about_page .sidebar .sidebar-panel h5,
#support_page .sidebar .sidebar-panel h5,
#strategic_page .sidebar .sidebar-panel h5{
	margin-bottom: 10px;
}

#authority_page .sidebar .sidebar-panel.support-tile a,
#about_page .sidebar .sidebar-panel.support-tile a,
#support_page .sidebar .sidebar-panel.support-tile a,
#strategic_page .sidebar .sidebar-panel.support-tile a {
    background-color: #575757;
    border-radius: 3px;
    bottom: 20px;
    box-shadow: 3px 4px 4px -3px #c9c9c9;
    color: #fff;
    display: block;
    font-family: "bebasneue-webfont";
    font-size: 18px;
    font-weight: normal;
    height: 18px;
    line-height: 16px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

/* EDUCATION PAGE */

#content .page-content .grey-page-content,
#news_page .panel-tab{
	width: 580px;
	padding: 20px;
	height: auto;
	margin-bottom: 20px;
	text-align: left; 
	background-color: #f1f1f1;
	
	border-radius: 5px;
	-moz-box-shadow: 3px 4px 4px -3px #d0d1d1;
	-webkit-box-shadow: 3px 4px 4px -3px #d0d1d1;
	box-shadow: 3px 4px 4px -3px #d0d1d1;

}

/* STRATEGIC PAGE */

#content .strategic table{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

#content .strategic table td{
	width: 140px;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 16px;
}

/* CAMPAIGN PAGE */


#campaign_page #content .sidebar .sidebar-panel.download h5{
	color: #ba122b;
	margin-bottom: 10px;
	text-align: center;
}

#campaign_page #content .sidebar .sidebar-panel.campaign-gallery h5{
	margin-bottom: 10px;
	text-align: left;
}

#campaign_page .campaign-scroller a{
	text-align: left;
	line-height: 22px;
}

#campaign_page .campaign-wrapper{
	width: 100%;
	height: auto;
	overflow: hidden;

}

#campaign_page .image-wrapper{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#campaign_page .image-wrapper img,
#campaign_page .video-wrapper a img{
	width: 100%;
	height: auto;
}

#campaign_page .video-wrapper a {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;

}

#campaign_page .video-wrapper a .hover-veil{
	width: 1000px;
	height: 1000px;
}

#campaign_page .video-wrapper a .play-button{
	top: 120px;
}

#campaign_page .campaign-panel a{
	margin: 10px;
}

/* NEWS PAGE */


#news_page #panel-tab-wrapper{
	position: relative;
	margin-top: 40px;
}

#news_page #panel-tab-wrapper{
	display: block;
	height: 100px;
}

#news_page .panel-tab{
	position: absolute;
	top: 30px;
	height: auto;
	z-index: 1000;
}

#news_page .panel-tab-button.active{
	color: #ba122b;
	background-color: #f1f1f1!important;
}

#news_page .panel-tab-button{
	position: absolute;
	top: -10px;
	left: 0px; 
	padding: 10px;
	padding-left: 2%;
	padding-right: 0;
	height: auto;
	width: 28%;
	text-align: left; 
	background-color: #c7c7c7;

    color: #575757;
    font-family: "bebasneue-webfont";
    font-size: 21px;
    font-weight: normal;
    line-height: 24px;

	border-radius: 5px 5px 0 0;
	
	z-index: 10;
}

#news_page .panel-tab-button:hover{
	cursor: pointer;
}

#news_page .panel-tab.media{
	background-color: #f1f1f1;
	z-index: 10000;
	display: none;
	height: auto;
}

#news_page #button-media{
	left: 28%;
	background-color: #c7c7c7;
}

#news_page #content .sidebar .sidebar-panel.download h5{
	color: #ba122b;
	margin-bottom: 10px;
	text-align: center;
}

#news_page #content .sidebar .sidebar-panel.news-gallery h5{
	margin-bottom: 10px;
	text-align: left;
}

#news_page .news-scroller a{
	text-align: left;
	line-height: 22px;
}

#news_page .news-wrapper{
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;
}

#news_page #content ul li {
	float: left;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 20px;
}

#news_page #content ul li.last{
	margin-right: 0;	
}

#news_page .post-wrapper{
	background-color: #fff;
    border-radius: 5px;
   
    height: 150px;
    padding: 5px;
    overflow: hidden;
    position: relative;
    width: 270px;
}

#news_page .first-post .post-wrapper{
	width: 570px;
	margin-bottom: 20px;
}

#news_page .post-wrapper h4 {
    color: #ba122b;
    font-family: "bebasneue-webfont";
    font-size: 23px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
}

#news_page .post-wrapper .content-wrapper .date,
#news_page .first-post .date {
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: -3px;
    color: #575757;
    font-family: "AvenirLTStd-Book-0";
    text-transform: uppercase;
}

#news_page .post-wrapper .content-wrapper p {
    font-size: 13px;
}

#news_page .post-wrapper .content-wrapper a {
    background-color: #575757;
    border-radius: 3px;
    bottom: 12px;
    box-shadow: 3px 4px 4px -3px #c9c9c9;
    color: #fff;
    display: block;
    font-family: "bebasneue-webfont";
    font-size: 18px;
    font-weight: normal;
    height: 18px;
    left: 30px;
    line-height: 16px;
    padding: 3px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
}

#news_page .first-post .post-wrapper .content-wrapper a {
	left: 330px;
}

#news_page .post-wrapper img {
    float: right;
    margin-top: -5px;
    margin-right: -25px;
}

#news_page .first-post .post-wrapper img {
	margin-right: -5px;
}

/* FOOTER */
	
#footer{
	clear: both;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ba122b;s
}

#footer-space{
	clear: both;
	display: inline-block;
	width: 100%;
	height: 40px;

}	

#footer .footer-logo{
	float: left;
}
		
#footer #footer_nav{
	float: right;
}

#footer #footer_nav li{
	display: inline-block;
	list-style-type: none;	
}

#footer #footer_nav li a{
	float: left;
	height: 19px;
	text-align: center;
	color: #fff;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 21px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "AvenirLTStd-Book-0";
	font-weight: normal;
	

}

#footer #footer_nav li a:hover{
	
}

#footer #footer_nav li ul.children{
	display: none;
}

#footer .youtube-connect{
	float: right;
	width: 35px;
	height: 35px;
	padding-top: 0px;
	background-image: url('images/SMSF-sprite.png');
	background-position: -16px -105px;
	background-repeat: no-repeat;

}


/* GENERAL TEXTS */

h1{
	color: #ba122b;
	font-family: "bebasneue-webfont";
  	font-size: 40px;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h2{
	color: #ba122b;
	font-family: "bebasneue-webfont";
  	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h3{
	color: #555;
  	font-size: 20px;
	line-height: normal;
}

h4{
	color: #555;
  	font-size: 17px;	
	line-height: normal;
}

h5{
	color: #555;
  	font-size: 14px;
	line-height: normal;
}

h6{
	color: #555;
  	font-size: 12px;
	line-height: normal;
}

#content p,
#content h4 {
	color: #575757;
	font-size: 15px;
	line-height: 22px;
  	margin: 0 0 15px;
}

#content p.red-text{
	color: #ba122b;
	font-weight: bold;
}

#content h4{
	color: #ba122b;
	font-size: 15px;
	line-height: normal;
	font-family: "AvenirLTStd-Book-0";
}

#content ul{
	margin: 0 0 15px;
}

#content ul li{
	margin-left: 20px;
	font-size: 14px;
	line-height: 18px;
}

p, ul, ol, li, td, label{
	color: #575757;
	font-size: 15px;
	line-height: normal;
	font-family: "AvenirLTStd-Book-0";
}

p {
	margin-bottom: 10px;
}

a,
a:link,
a:visited{
	color: #ba122b;
	text-decoration: none;
	
	-webkit-transition: color  ease-out 250ms;
    -moz-transition: color  ease-out 250ms;
    -o-transition: color  ease-out 250ms;
    transition: color  ease-out 250ms;
}

a:hover{
	color: #575757;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color  ease-out 250ms;
    -moz-transition: color  ease-out 250ms;
    -o-transition: color  ease-out 250ms;
    transition: color  ease-out 250ms;
}

a img{
	border: 0;
}

a.link-button{
	display: inline-block;
	width: auto;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	border-radius: 5px;
	line-height: 25px;
	color: #fff;
	font-size: 27px;
	font-weight: normal;
	font-family: "bebasneue-webfont";
	background-color: #ba122b;
	
	-moz-box-shadow: 2px 2px 1px -1px #84152d;
	-webkit-box-shadow: 2px 2px 1px -1px #84152d;
	box-shadow: 2px 2px 1px -1px #84152d;
	
	-webkit-transition: background-color  ease-out 250ms;
    -moz-transition: background-color  ease-out 250ms;
    -o-transition: background-color  ease-out 250ms;
    transition: background-color  ease-out 250ms;
}

a.link-button:hover{	
	
	background-color: #990f24;
	
	-webkit-transition: background-color  ease-out 250ms;
    -moz-transition: background-color  ease-out 250ms;
    -o-transition: background-color  ease-out 250ms;
    transition: background-color  ease-out 250ms;

}

a.link-button:active{
	-moz-box-shadow: inset 3px 4px 1px -1px #5c0105;
	-webkit-box-shadow: inset 3px 4px 1px -1px #5c0105;
	box-shadow: inset 3px 4px 1px -1px #5c0105;

}

a.link-button-grey{
	display: inline-block;
	width: auto;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	border-radius: 5px;
	line-height: 25px;
	color: #fff;
	font-size: 27px;
	font-weight: normal;
	font-family: "bebasneue-webfont";
	background-color: #ba122b;
	
	-moz-box-shadow: 2px 2px 1px -1px #84152d;
	-webkit-box-shadow: 2px 2px 1px -1px #84152d;
	box-shadow: 2px 2px 1px -1px #84152d;
	
	-webkit-transition: background-color  ease-out 250ms;
    -moz-transition: background-color  ease-out 250ms;
    -o-transition: background-color  ease-out 250ms;
    transition: background-color  ease-out 250ms;
}

a.link-button-grey:hover{	
	
	background-color: #990f24;
	
	-webkit-transition: background-color  ease-out 250ms;
    -moz-transition: background-color  ease-out 250ms;
    -o-transition: background-color  ease-out 250ms;
    transition: background-color  ease-out 250ms;

}

a.link-button-grey:active{
	-moz-box-shadow: inset 3px 4px 1px -1px #5c0105;
	-webkit-box-shadow: inset 3px 4px 1px -1px #5c0105;
	box-shadow: inset 3px 4px 1px -1px #5c0105;

}

#news_page .post-wrapper .content-wrapper a:hover,
#news_page .first-post .post-wrapper .content-wrapper a:hover,
#about_page .sidebar .sidebar-panel.support-tile a:hover, 
#support_page .sidebar .sidebar-panel.support-tile a:hover, 
#strategic_page .sidebar .sidebar-panel.support-tile a:hover,
#authority_page #section-light-grey .one-third a:hover,
#authority_page .one-third a:hover,
#section-white .one-third a:hover,
#section-dark-grey .one-third a:hover,
#section-white .landing-modal a:hover,
#section-light-grey .post-wrapper .content-wrapper a:hover{
	color: #575757;
	background-color: #8f8f8f;
}

#news_page .post-wrapper .content-wrapper a:active,
#news_page .first-post .post-wrapper .content-wrapper a:active,
#about_page .sidebar .sidebar-panel.support-tile a:active, 
#support_page .sidebar .sidebar-panel.support-tile a:active, 
#strategic_page .sidebar .sidebar-panel.support-tile a:active,
#authority_page #section-light-grey .one-third a:active,
#authority_page .one-third a:active,
#section-white .one-third a:active,
#section-dark-grey .one-third a:active,
#section-white .landing-modal a:active,
#section-light-grey .post-wrapper .content-wrapper a:active{
	color: #575757;
	background-color: #8f8f8f;
	-moz-box-shadow: inset 3px 3px 3px -1px #494949;
	-webkit-box-shadow: inset 3px 3px 3px -1px #494949;
	box-shadow: inset 3px 3px 3px -1px #494949;
}



.line-break,
hr{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	border: 0px!important;
	background-color: #ababab;
}

#content table{
	border-collapse: collapse;
	margin-bottom: 20px;
}

#content table td{
	padding: 10px;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 13px;
	text-align: left;
	vertical-align: top;	
	border-bottom: solid 1px #ababab;
}

#content table td p,
#content table td li{
	font-size: 13px;
}

#content table thead td{
	background-color: #575757;
	color: #fff;
	padding-right: 10px;
	font-size: 11px;
}

/* HIDDEN */

.hidden{
	display: none;
}

/* FROM WORDPRESS */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* MOBILE NAVIGATION */

#mobile_nav{
	position: relative;
	clear: both;
	float: right;
	display: none;
	width: 100%;
	height: auto;
	margin-top: -40px;
	margin-bottom: 0px;
	text-align: center;
	border-radius: 0px;
	background-color: transparent;
	overflow: hidden;
	z-index: 1000000;	
}

#mobile_nav ul{	
	margin-top: 15px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	display: none;
	background-color: #575757;
	
}

#mobile_nav ul li{
	margin: 0px;
	margin-bottom: 1px;	
	list-style-type: none;	
	
}

#mobile_nav ul li a{	
	clear: both;
	display: block;
	height: 15px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
    padding-right: 20px;	
	text-transform: none;
	background-color: #8f8f8f;
	color: #fff;
    font-family: "AvenirLTStd-Book-0";
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

#mobile_nav ul li ul {
	margin-top: 12px;
}

#mobile_nav ul li ul li a{
	padding-left: 40px;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 0px;

}

#mobile_nav ul li a:hover{
	color: #000;
	text-decoration: none;

	background-color: #ba122b;
}

#mobile_nav .mobile-bar{
	width: 100%;
	height: 40px;
	margin-top: 0px;
	border-radius: 5px;
	background-color: transparent; 
	
	overflow: hidden;	
}



#mobile_nav .mobile-bar .mobile-button{
	clear: both;
	float: right;
	height: 5px;
	padding: 0px;
	padding-top: 21px;
	padding-bottom: 14px;
	padding-right: 30px;
	padding-left: 30px;

	text-transform: uppercase;
	color: #fff;
	
	background-image: url('images/SMSF-sprite.png');
	background-position: -16px -164px;
	background-repeat: no-repeat;
}

#mobile_nav .mobile-bar .mobile-button:hover{
	cursor: pointer;
}

#mobile_nav .mobile-bar .close-button{
	display: none;
	clear: both;
	float: right;
	height: 5px;
	padding: 0px;
	padding-top: 23px;
	padding-bottom: 14px;
	padding-right: 20px;
	padding-left: 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 27px;
	font-family: "bebasneue-webfont";

}

#mobile_nav .mobile-bar .close-button:hover{
	cursor: pointer;
}

.mobile{
	display: none!important
}


/* PLUGINS */


/* GRAVITY FORMS CSS */

.validation_error{
	display: none;
}

/* TOP NEWSLETTER FORM */

#sign-up-form .gform_wrapper li.gfield.gfield_error, 
#sign-up-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
#sign-up-form .gform_wrapper .top_label .gfield_description.validation_message, 
#sign-up-form .gform_wrapper .gfield_description.validation_message{
	padding: 0!important;
}

#sign-up-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
#sign-up-form .gform_wrapper .ginput_container + .gfield_description.validation_message,
#sign-up-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required{
	margin-top: 0!important;
	margin-bottom: 0!important;
}

#sign-up-form .gform_wrapper .validation_message{
	font-weight: normal!important;
}

#sign-up-form .gform_wrapper .gform_ajax_spinner {
	
}

/* RESPONSIVE */

@media (max-width: 980px) {

	.desktop{
		display: block;
	}
	
	.mobile{
		display: none;
	}

	
	.container,
	#primary_nav ul{
		width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.container-content{
		width: 680px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		
	}
	
	#primary_nav ul li a{
		padding-left: 14px;
		padding-right: 14px;
		font-size: 13px;
	}
	
	#linkedin-bar .linkedin-connect{
		width: 180px;
		
		font-size: 17px;
		letter-spacing: 0.4pt;
		
	}
	
	#linkedin-bar .linkedin-people ul li .post-wrapper{
		width: 160px;
	}
	
	#contact-us-bar #contact-us-bar-content {
		width: 680px;
	}
	
	#section-light-grey .top-posts{
		clear: both;
		float: left;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	
	#section-light-grey .top-posts li {
   	 	clear: none;
   	 	display: inline-block;
   	 	float: none;
   	 	margin-left: 10px;
   	 	margin-right: 10px;
	}
	
	#section-white .one-third{
		width: 173px;
		height: 280px;
	}
	
	#section-white .one-third h3{
		width: 193px;
		font-size: 21px;
	}
	
	#section-dark-grey .one-third{
		width: 193px;
		height: 390px;
	}
		
	#section-light-grey{
		text-align: center;
	}
	
	#section-light-grey .container{
		display: inline-block;
		text-align: center;
	}
	
	#section-light-grey .video-slider{
		display: inline-block;
		margin-left: 28px;
		margin-right: auto;
	}
	
	.top-posts li{
		clear: none;
		float: left;
	}

	#content .page-content{
		float: left;
		width: 100%;
	}
	
	#content .sidebar{
		clear: both;
		float: right;
		width: 100%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 20px;
		
	}
	
	#content .sidebar .sidebar-panel.not-sure h5{
		height: 50px;
		line-height: 44px;
	}
	
	#content .sidebar .sidebar-panel{
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
		
	.one-half.first{
		float: left;
		margin-right: 0px;
	}
	
	.one-half{
		float: right;
	}
	
	#authority_page .one-third{
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		overflow: hidden;
	}
	
	#authority_page .one-third h3{
		width: 125%;
		margin-left: -6%;
		padding-left: 5%;
		padding-right: 0%;

	}
	
	#authority_page #section-light-grey .one-third{
		width: 173px;
		height: 260px;
	}
	
	#section-white .landing-modal a.authorities-modal-button{
		bottom: 350px;
	}
	
	#authorities-modal-panels .one-third-show{
		width: 173px;
		height: 190px;
	}
	
	#authorities-modal .one-third-show h4{
		width: 193px;
	}

	
	#authorities-videos .video-wrapper{
		clear: both;
		float: none;
		margin-right: 10px;
		margin-left: 10px;
		display: inline-block;
		text-align: center;
	}
	
	#content .sidebar .sidebar-panel.make-the {
		text-align: center;
	}
	
	#content .sidebar .sidebar-panel.make-the h5{
		width: 100%;
		text-align: center;
	}
	
	#content .sidebar .sidebar-panel.make-the > div{
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#section-dark-grey .one-third .video-wrapper{
		width: 200px;
	}
	
	#section-dark-grey .one-third .video-wrapper a{
		width: 190px;
		height: 180px;
	}
	
	#section-dark-grey .one-third .video-wrapper a .play-button{
		top: 30px;
		left: 38px;
	}
	
	#content .page-content .grey-page-content,
	#news_page .panel-tab{
		width: 94%;
		padding: 20px;
		padding-left: 3%;
		padding-right: 3%;
	}
		
	#campaign_page .video-wrapper a .play-button{
		top: 20px;
		left: 20px;
	}
	
	.landing-modal{
		width: 710px;
		height: 500px;
	}
	
	#section-white .container-content{
		position: relative;
		height: 480px;
	}
	
	#section-dark-grey .one-third.first .excerpt{
		margin-top: 10px;
	}

	.campaign-image-wrapper,
	.campaign-image-wrapper a img{
		height: 120px;
	}
	
	#news_page .first-post .post-wrapper{
		width: 630px;
	}
	
	#news_page .post-wrapper{
		width: 299px;
	}
}


@media (max-width: 980px) and iPad wide{
	
}

@media (max-width: 720px), screen and (max-device-width : 320px) {

	.container, 
	#primary_nav ul{
		width: 100%;
	}
	
	.container-content{
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}

	#header{
		height: 90px;
		background-image: none;
		background-color: #ba122b;
	}

	#mobile-logo{
		display: block;
		float: left;
		margin-left: 20px;
		margin-top: 25px;
			
	}

	
	.desktop{
		display: none!important;
	}
	
	.mobile,
	#mobile_nav{
		display: block;
	}
	
	#linkedin-bar{
		height: auto;
		width: 99%;
	}
	
	#linkedin-bar .linkedin-connect{
		width: 82%;
		
	}
	
	#linkedin-bar a.linkedin-connect {
		padding-left: 40px;
		font-size: 25px;
	}

	
	.linkedin-connect,
	.footer-logo{
		margin-left: 4%;
	}
	
	#footer .youtube-connect{
		margin-right: 4%;
	}
	
	#contact-us-bar #contact-us-bar-content{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
		-moz-box-shadow: 0px 0px 0px 0px #990f24;
		-webkit-box-shadow: 0px 0px 0px 0px #990f24;
		box-shadow: 0px 0px 0px 0px #990f24;
		border-radius: 0;
		text-align: center;
	}
	
	#contact-us-bar #contact-us-bar-content h3{
		text-align: left;
		width: 100%;
	}

	#contact-us-bar #contact-us-bar-content .link-button{
		clear: both;
		float: none;
		margin-top: 30px;
		margin-bottom: 10px;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer{
		position: relative;
		height: auto;
		padding-bottom: 0;
	}
	
	#footer #footer_nav{
		clear: both;
		width: 100%;
		height: 22px;
		margin-top: 20px;
		text-align: center;
		background-color: #444;
	}
	
	#footer #footer_nav li a{
		height: 10px;
		padding-top: 6px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1;
	}
	
	#linkedin-bar .linkedin-people{
		clear: both;
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
		text-align: center;
	}
	
	#linkedin-bar .linkedin-people .prev,
	#linkedin-bar .linkedin-people .next{
		float: left;
		display: inline-block;
		width: 20px;
		height: 35px;
		margin-top: 25px;
		background-image: url('images/SMSF-sprite.png');
		background-position: -30px -237px;
		background-repeat: no-repeat;
	}
	
	#linkedin-bar .linkedin-people .next{
		float: right;
		background-position: -20px -297px;
	}
	
	.linkedin-people ul{
		position: relative;
		height: 100px;
		width: 78%;
		display: inline-block;
		margin-left: 3%;
		margin-right: 3%;
	}
	
	.linkedin-people ul li{
		position: absolute;
		clear: none;
		float: left;
		width: 100%;
		background-color: #737373;
		
		z-index: 1000;
	}
	
	#linkedin-bar .linkedin-people ul li .post-wrapper {
		width: 90%;	
		padding-top: 15px;
	}
	
	#linkedin-bar .linkedin-people ul li .post-wrapper .image{
		width: 110px;
		height: 110px;
		font-size: 0;
		margin-top: -15px;
		
	}
	
	#linkedin-bar .linkedin-people ul li .post-wrapper .image img{
		width: 110px;
		height: 110px;
	}
	
	#linkedin-bar .linkedin-people ul li .post-wrapper p, 
	#linkedin-bar .linkedin-people ul li .post-wrapper p a, 
	#linkedin-bar .linkedin-people ul li .post-wrapper a,
	#linkedin-bar .linkedin-people ul li .post-wrapper h3{
		width: 110%;
		float: none;
		text-align: left;
		margin-top: 0px;
		font-size: 10px;
	}
	
	#linkedin-bar .linkedin-people ul li .post-wrapper h3{		
		font-size: 14px;
	}
	
	#linkedin-bar .linkedin-people ul li .post-wrapper p{
		margin-top: -5px;
		line-height: 20px;
	}
	
	#section-white .one-third{
		clear: both;
		width: 90%;
		margin-left: 0;
		padding-left: 5%;
		padding-right: 5%;
		height: 200px;
		overflow: hidden;
	}
	
	#section-white .one-third h3{
		width: 125%;
		margin-left: -6%;
		padding-left: 5%;
		padding-right: 0%;
		font-size: 21px;
	}
	
	#section-dark-grey .one-third{
		width: 90%;
		height: auto;
		margin-left: 0;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 50px;
		overflow: hidden;
	}
	
	#section-light-grey .container{
		padding-bottom: 15px;
	}
	
	#section-light-grey .top-posts{
		display: none;
	}
	
	#section-light-grey .video-slider{
		width: 100%!important;
		display: inline-block;
		margin-left: 0;
		margin-right: auto;
		overflow: hidden;
	}
	
	#section-light-grey .video-wrapper{
		width: 100%;
	}
	
	#section-light-grey .video-wrapper img{
		width: 100%;
		height: auto;
	}
	
	#section-light-grey .video-wrapper .play-button{
		top: 20px;
		left: 20px;

		

	}
	
	.one-half.first{
		float: none;
		clear: both;
		text-align: center;
		margin-right: 0px;
	}
	
	.one-half{
		float: none;
		clear: both;
		margin-top: 30px;
		text-align: center;
	}

	#authority_page #section-light-grey .one-third{
		clear: both;
		width: 90%;
		margin-left: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	#authority_page #section-light-grey .one-third h4{
		width: 125%;
		margin-left: -6%;
		padding-left: 5%;
		padding-right: 0%;
		font-size: 21px;
	}
	
	#authorities-modal-panels .one-third-show{
		clear: both;
		width: 90%;
		height: 90px;
		margin-left: 0;
		margin-top: 10px;
		padding-left: 5%;
		padding-right: 5%;
		
		overflow: hidden;
	}
	
	#authorities-modal-panels .one-third-show h4{
		width: 125%;
		height: 18px;
		margin-left: -6%;
		margin-bottom: 10px;
		padding-left: 5%;
		padding-right: 0%;
		padding-top: 5px;
		font-size: 21px;
	}
	
	#authorities-modal .one-third-show span{
		top: 33px;
	}

	#authorities-modal .one-third-show a{
		bottom: 62px;
	}
	
	.landing-modal{
		height: 620px;
		z-index: 1000;
	}
	
	#section-white .landing-modal a.authorities-modal-button{
		bottom: 20px;
	}
	
	#authorities-videos .video-wrapper{
		clear: both;
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		display: inline-block;
		text-align: center;
	}
	
	#authorities-videos .video-wrapper a{
		display: inline-block;
	}
	
	#section-dark-grey .one-third .video-wrapper{
		clear: both;
		width: 100%;
	}
	
	#section-dark-grey .one-third .video-wrapper a{
		width: 260px;
		height: 180px;
	}
	
	#section-dark-grey .one-third .video-wrapper a .play-button{
		left: 20px;
		top: 20px;
	}
	
	#contact_page .gform_wrapper .left_label .gfield_label{
		width: 90%!important;
	}
	
	#contact_page .gform_wrapper input[type="text"], 
	#contact_page .gform_wrapper input[type="email"], 
	#contact_page .gform_wrapper textarea.medium{
		width: 95%;
	}
	
	.landing-modal{
		width: 94%;
		left: 3%;
		padding-right: 3%;
	}
	
	#section-white .landing-modal h3 .close{
		right: 4%;
	}
	
	#sign-up,
	#sign-up-form{
		display: none!important;
	}
	
	.desktop{
		display: none;
	}
	
	.mobile{
		display: block!important;
	}
	
	#section-white .landing-modal p{
		width: 100%;
	}
	
	#sign-up-close{
		display: none;
	}
	
	#section-dark-grey .one-third.first .excerpt{
		margin-top: 10px;
	}

	.campaign-image-wrapper,
	.campaign-image-wrapper a,
	.campaign-image-wrapper a img{
		height: auto!important;
	}

	#news_page #content ul li{
		margin: 0;
		margin-bottom: 20px;
		padding-left: 0%;
		padding-right: 0%;
	    width: 100%;
	}

	#news_page .first-post .post-wrapper{
		clear: both;
		margin: 0;
		margin-bottom: 20px;
		padding-left: 0%;
		padding-right: 0%;
	    width: 100%;
	}
	
	#news_page .post-wrapper{
		width: 100%;
		margin: 0;
		padding-left: 0%;
		padding-right: 0%;
	}
	
	#news_page .first-post .post-wrapper .content-wrapper a,
	#news_page .post-wrapper .content-wrapper a{
		left: 10px;
	}
	
	#news_page .first-post .post-wrapper .content-wrapper,
	#news_page .post-wrapper .content-wrapper{
		padding-left: 2%;
		padding-right: 5%;
	    width: 93%;
		margin: 0;
		
	}
	
	#news_page .first-post .post-wrapper .content-wrapper p,
	#news_page .post-wrapper .content-wrapper p{
		display: none;
	}
	
	#news_page .panel-tab-button{
		width: 39%;
	}
	
	#news_page #button-media{
		left: 39%;
	}
	
	#campaign-list, #campaign-list li, #campaign-list li a{
		width: auto!important;
	}

}

/* THIS MAKES THE RESPONSIVENESS SO NICE AND LOVELY!! */

.container,
#primary_nav ul li a,
#mobile_logo
#logo{
	 transition: all 0.5s ease;
	
}

/* END CSS */