/*

 ____            ___                 __         
/\  _`\         /\_ \    __         /\ \        
\ \ \L\ \     __\//\ \  /\_\    ____\ \ \___    
 \ \ ,  /   /'__`\\ \ \ \/\ \  /',__\\ \  _ `\  
  \ \ \\ \ /\  __/ \_\ \_\ \ \/\__, `\\ \ \ \ \ 
   \ \_\ \_\ \____\/\____\\ \_\/\____/ \ \_\ \_\
    \/_/\/ /\/____/\/____/ \/_/\/___/   \/_/\/_/
                                                
                                                
copyright 2011

/******

Template information:

black:			#000000;			0,0,0;
yellow:			#fdb813;			253,184,19
dark blue:		#06377b;			6,55,123
blue:			#0c4da2;			12,77,162
white:			#ffffff;			255,255,255

font-family: "brothers",sans-serif;
font-family: "depot-new-web",sans-serif;

*******/




/***** General Styles *****/

html {overflow-x: hidden;}

body {
	font-family: "depot-new-web",sans-serif;
	background: white;
	color: #0c4da2;
	overflow-x: hidden;
}



h1, h2, h3, h4, h5, h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: "depot-new-web",sans-serif;
	line-height: 1.15em;
	margin: .5em 0 .25em;
	font-weight: bold;
	color: #0c4da2;
	text-transform: uppercase;
}


p, ul, ol, dd, pre, hr, table, form, select, address, embed {
	margin: 0 0 .5em;
	line-height: 1.35em;
	font-family: "depot-new-web",sans-serif;
	font-weight: lighter;
	color: #0c4da2;
}





img {
	max-width: 100%;
	height: auto;
}




a,
a:link,
a:visited {color: #086AE9;}

a:hover,
a:active {
	text-decoration: underline;
	cursor: pointer;
}


.fippa-banner {
	width: 52%;
text-align: left;
float: right;
margin-top: 1em;
position: relative;
top: -7em;
}

.fippa-banner a {
	color: #0c4da2!important;
	font-weight: bolder;
}

blockquote {
	font-style: normal;
	margin: 0 0 1.25em;
	font-size: 1.25em;
}



hr {
	display: block;
	clear: both;
}




iframe {max-width: 100%;}






/***** Header and Footer ******/

#branding {display: none;}

#logo {
	margin: 0 auto;
	display: block;
}

.top_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45%;
	bottom: 25%;
	display: block;
	font-size: .9em;
}
.top_menu li {
	display: inline-block;
	text-transform: uppercase;
	margin-left: .5em;
	padding-left: .5em;
	border-left: 1px solid #fdb813;
	font-weight: bold;
	position: relative;
}
.top_menu li:first-child {
	border: none;
	padding: 0;
	margin: 0;
}
.top_menu li a {color: #0c4da2;}
.top_menu li a:hover,
.top_menu li a:active {
	text-decoration: none;
	color: #06377b;
}
.top_menu .children,
.top_menu .sub-menu {display: none;}
.top_menu li .children,
.top_menu li .sub-menu {
	display: none;
	position: absolute;
	background: rgb(255,255,255);
	background: rgba(255,255,255,.85);
	list-style: none;
	margin: 0;
	padding: .5em;
	left: 0;
	min-width: 200px;
	z-index: 9;
}
.top_menu li:hover .children,
.top_menu li:hover .sub-menu {
	display: block;
	position: absolute;
	background: rgb(255,255,255);
	background: rgba(255,255,255,.85);
	list-style: none;
	margin: 0;
	padding: .5em;
	left: 0;
	min-width: 200px;
	z-index: 9;
}
.top_menu li .children li,
.top_menu li .sub-menu li {
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	font-weight: lighter
}
.top_menu li .children li a,
.top_menu li .sub-menu li a {
	padding: .25em 0;
	border-bottom: 1px solid #0072bc;
	display: block;
	color: #06377b;
}
.top_menu li .children li a:hover,
.top_menu li .children li a:active,
.top_menu li .sub-menu li a:hover,
.top_menu li .sub-menu li a:active {color: #fdb813;}






.header_social {
	list-style: none;
	margin:0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 45%;
	bottom: 25%;
	display: block;
}
.header_social li {
	display: inline-block;
	margin-left: 1em;
}
.header_social li img {max-height: 20px;}
.header_social li a:hover,
.header_social li a:active {opacity: .7;}




.main_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 5;
	width: 100%;
}
.main_menu li {
	display: inline-block;
	padding: 0;
	width: 16.66667%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}
.main_menu li a {
	display: block;
	padding: 1em 0;
	background-color: #0c4da2;
	border-right: 1px solid black;
	color: white;
}
.main_menu li:first-child a {border-left: 1px solid black;}
.main_menu li a:hover,
.main_menu li a:active {
	background-image: url(img/bg_main_menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-color: transparent;
	padding-bottom: 2em;
    top: -3em;
    position: absolute;
    left: 0;
    right: 0;
    text-decoration: none;
    color: #fdb813;
}


.french .main_menu li {font-size: .8em;}
.french .main_menu li a {height: 28px;}








#footer {
	margin: 0;
	font-size: .9em;
}
#footer .wrap {
	border-top: 10px solid #0c4da2;
	padding-top: 1em;
}


#footer_top {
	display: inline-block;
	margin: 0;
}


#footer .menu {
	float: left;
	width: 14%;
	list-style: none;
	margin: 0;
	padding:0;
}
#footer .menu li:first-child {font-weight: bold;}
#footer .menu li a {color: #0c4da2;}
#footer .menu li a:hover,
#footer .menu li a:active {
	cursor: pointer;
	text-decoration: none;
	color: #086AE9;
}



#newsletter_footer {float: right;}
#newsletter_footer h3 {margin: 0;}
#newsletter_footer a:hover,
#newsletter_footer a:active {
	text-decoration: none;
	color: #06377b;
}






#siteinfo {
	width: auto;
	font-size: .75em;
}











/***** Home Page *****/

/*
.home. .menu_wrap {
	background: transparent;
	border-bottom: none;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
}
*/


.home #banner_wrap {
	margin-top: -40px;
	z-index: 1;
}
#banner_wrap {
	position: relative;
	display: block;
	clear: both;
	z-index: 3;
}
.banner_content {
	min-height: 700px!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
.banner_content_inner {
	position: absolute;
	margin: auto;
	bottom: 16em;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	max-width: 60%;
	width: 100%;
}
.banner_content_inner h1 {
	font-size: 3em;
	font-weight: 900;
	font-family: "brothers",sans-serif;
	color: #fdb813;
}

.banner_content_inner {
	text-shadow: 2px 2px 8px rgba(0,0,0,.65);
	-moz-text-shadow: 2px 2px 8px rgba(0,0,0,.65);
	-webkit-text-shadow: 2px 2px 8px rgba(0,0,0,.65);
}


.banner_link { 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 700px;
	display: block;
	margin: auto;
}
#banners .slick-next {right: 1.5%!important;}








#action_call {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 7em;
	width: 100%;
	text-align: center;
}
#action_call li {
	display: inline-block;
	text-align: left;
	width: 32%;
	margin-left: 1.5%; 
	background-image: url(img/bg_action.png);
	background-repeat: repeat;
	background-size: 100% auto;
}
#action_call li:first-child {margin:0;}
#action_call li a {display: block;}
#action_call li a:hover,
#action_call li a:active {
	text-decoration: none;
	opacity: .7;
}
#action_call li .widget_content {
	margin: .5em;
    border: 1px solid #fdb813;
    padding: 1.5em 1em;
    position: relative;
}
#action_call li .widget_content h3 {
	color: #fdb813;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
#action_call li .widget_content .attachment-post-thumbnail {
	 position: absolute;
    right: 12%;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: auto;
    max-width: 45px;
    max-height: 45px;
}



#home_more_arrow {
	position: absolute;
	bottom: 2em;
	margin: auto;
	display: block;
	left: 0;
	right: 0;
}












/**** Home Subpages ******/

.container {
	padding: 5em 0;
	position: relative;
	display: block;
	clear: both;
	
}

.container .attachment-post-thumbnail {
	position: relative;
	margin: 0 0 1.5em;
}

h2.home_header {
	text-align: center;
	margin: 0 0 2em;
	font-weight: 900;
	font-size: 2.5em;
	letter-spacing: 3px;
}
h2.home_header span {
	border-left: 75px solid #fdb813;
	border-right: 75px solid #fdb813;
	padding: 0 1em;
}







.container.background {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	color: white;
}
.container.background h2.home_header {
	color: white;
	letter-spacing: 5px;
}
.container.background h1,
.container.background h2,
.container.background h3,
.container.background h4,
.container.background h5,
.container.background h6 {color: #fdb813;}
.container.background p {color: white;}

.container .content-column img {
	border-bottom: 10px solid #0c4da2;
	padding-bottom: .5em;
}





.buttons {
	text-align: center;
	list-style: none;
	margin: 1.5em -2% 0;
	padding: 0;
	display: block;
	clear: both;
	font-size: 1.15em;
}
.buttons li {
	display: inline-block;
	width: 29%;
	margin: 0 2%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
}
.buttons li a {
	padding: 1em 0;
	display: block;
	border: 1px solid #fdb813;
	color: #0c4da2;
}
.buttons li a:hover,
.buttons li a:active {
	opacity: .7;
	text-decoration: none;
}
.container.background .buttons li a {color: #fdb813;}





#communities {
	list-style: none;
	margin: 0 -2%;
	padding: 0;
}
#communities li {
	display: inline-block;
	margin: 0 2%;
	padding: 0;
	vertical-align: top;
	width: 29%;
}
.community_thumb {
	margin: 0 auto 1.5em;
	display: block;
	border-radius: 300px;
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
h3.community_title {
	font-size: 1.5em;
	text-align: center;
	margin: 0 0 .5em;
}
#communities li a.community_wrap {display: block;}
#communities li a.community_wrap:hover,
#communities li a.community_wrap:active {
	opacity: .7;
	text-decoration: none;
}










/***** Landing Pages *****/

.menu_wrap {
	z-index: 5;
	position: relative;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	clear: both;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.page-template-page-landing #content.content-column {
	width: 64%;
	padding-right: 2%;
}


#testimonials_wrap a {color: #0c4da2;}
#testimonials_wrap img {max-width: 50%;}
#testimonials_wrap .gallery {display: none;}

.testimnonial_slide.slick-active p {color: #0c4da2;}





#testimonials_wrap .slick-slider .slick-track,
#testimonials_wrap .slick-slider .slick-list
{
    -webkit-transform: inherit;
       -moz-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
}













/***** Subpages ******/

.clear {
	position: relative;
	display: block;
	clear: both;
}


.page #below_header {
	position: relative;
	display: block;
	clear: both;
	z-index: 5;
}




.division {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .95em;
	background: #0c4da2;
}
.division li {
	display: inline-block;
	border-left: 1px solid black;
	margin-left: .5em;
	padding-left: .5em;
	text-transform: uppercase;
	position: relative;
}
.division li:first-child {
	margin: 0;
	padding: 0;
	border: none;
	color: #fdb813;
	font-weight: bold;
}
.division li:first-child a {color: #fdb813;}
.division li a {
	color: white;
	padding: 1.1em 0;
	display: block;
}
.division li a:hover,
.division li a:active {
	text-decoration: none;
	color: #fdb813;
}

.division li .children {
	display: none;
	position: absolute;
	background: rgb(255,255,255);
	background: rgba(255,255,255,.85);
	list-style: none;
	margin: 0;
	padding: .5em;
	left: 0;
	min-width: 200px;
}
.division li:hover .children {
	display: block;
	position: absolute;
	background: rgb(255,255,255);
	background: rgba(255,255,255,.85);
	list-style: none;
	margin: 0;
	padding: .5em;
	left: 0;
	min-width: 200px;
}
.division li .children li {
	padding: 0;
	margin: 0;
	display: block;
	border: none;
}
.division li .children li:first-child {font-weight: lighter!important;}
.division li .children li a {
	padding: .25em 0;
	border-bottom: 1px solid #0072bc;
	display: block;
	color: #06377b;
}
.division li .children li a:hover,
.division li .children li a:active {color: #fdb813;}



.firefox .menu_before,
.firefox .menu_after {height: 54px;}
.menu_before,
.menu_after {
	background: #0c4da2;
	top: 0;
	z-index: 2;
	flex-grow: 1;
	flex: 1 auto;
	-ms-flex: 1;
}
.menu_wrap.no_border {border-bottom: none;}
.menu_wrap .wrap {
	flex-grow: 15;
	-ms-flex: 15;
	
	
	-webkit-box-flex: 1;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
}
.safari .menu_wrap .wrap {margin: 0 -.25% 0 0;}





#subheader_image {
	border-top: 1px solid white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 175px;
/*
	background-color: #06377b;
	background-blend-mode: overlay;
*/
}
#subheader_image .wrap {height: 100%;}
h1.entry-title {
	color: #fdb813;
	height: 35%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	letter-spacing: 5px;
	font-size: 2.5em;
	display: block;
}
h1.entry-title span {
	color: white;
	letter-spacing: 1px;
	font-weight: normal;
}







#main {
	max-width: 100%;
	width: 100%;
	float: left;
}

.wrap {
	margin: 0 auto;
	max-width: 1024px;
	position: relative;
}


#container {
	float: none;
	width: auto;
	margin: 0;
}




.divisions_wrap {
/* 	background: #06377b; */
	background: #fdb813;
	position: absolute;
	right: -1em;
	top: 0;
	bottom: 0;
	z-index: 5;
}
.divisions_toggle {
	margin: 0;
    color: #0072bc;
    font-size: 1.15em;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding:0;
}
.divisions_toggle img {
	max-height: 20px;
	padding-right: 1em;
	display: inline-block;
	vertical-align: middle;
}
.divisions_toggle li {
	position: relative;
	padding: .75em 2em .75em 1em;
}
.divisions_toggle .divisions_submenu {
	display: none;
	position: absolute;
	background: rgb(255,255,255);
	background: rgba(255,255,255,.75);
	list-style: none;
	margin: 0;
	padding: .5em;
	width: 100%;
}
.divisions_toggle:hover .divisions_submenu {
	display: block;
	position: absolute;
	background: rgb(255,255,255);
	background: rgba(255,255,255,.75);
	list-style: none;
	margin: 0;
	padding: .5em;
	width: 100%;
}
.divisions_toggle .divisions_submenu li {
	padding: 0;
	display: block;
}
.divisions_toggle .divisions_submenu a {
	display: block;
	padding: .25em .5em;
	color: #0072bc;
}
.divisions_toggle .divisions_submenu a:hover,
.divisions_toggle .divisions_submenu a:active {
	color: #06377b;
	text-decoration: none;
}






#content.with_submenu,
#team.with_submenu {
	width: 75%;
	float: left;
}


#submenu_container {
	width: 23%;
	float: right;
	vertical-align: top;
	margin: 0 0 0 1.5%;
}
.sub_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub_menu ul li {
	display: block;
	text-transform: uppercase;
	margin: 0 0 .25em;
	padding: 0 0 .25em;
}
.sub_menu ul li a {
	color: #0c4da2;
	display: block;
}
.sub_menu ul li a:hover,
.sub_menu ul li a:active {
	color: #086AE9;
	text-decoration: none;
}
.sub_menu .children {
	padding: 0.5em 1em 0;
}
.sub_menu .children li {
	text-transform: none;
	margin: 0 0 .15em;
	padding: 0 0 .15em;
}


.hentry {
	position: relative;
	overflow: hidden;
}






h2.sub_title {
	margin: 0 0 1em;
}
h2.sub_title span {
	display: block;
	clear: both;
	text-transform: none;
	font-weight: normal;
	font-size: .85em;
}






.navigation {
	display: block;
	clear: both;
	margin: 1em 0;
	float: left;
	width: 100%;
}
.navigation .prev-post {
	float: left;
	max-width: 49%;
    width: auto;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    border: 1px solid #fdb813;
}
.navigation .next-post {
	float: right;
	max-width: 49%;
	width: auto;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    border: 1px solid #fdb813;
}
.navigation a {
	color: #0c4da2;
	display: block;
	padding: 1em;
}
.navigation .prev-post:hover,
.navigation .next-post:hover,
.navigation .prev-post:active,
.navigation .next-post:active {opacity: .7;}
.navigation .prev-post a:hover,
.navigation .prev-post a:active,
.navigation .next-post a:hover,
.navigation .next-post a:active {text-decoration: none;}

.prev-post span.inner {padding-right: .5em;}
.next-post span.inner {
	float: right;
	padding-left: .5em;
}






/**** Template:  Product Columns ****/

#product_columns {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	clear: both;
	background-image: url(img/bg_vertline.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.product_wrap {
	width: 48.5%;
	vertical-align: top;
	display: inline-block;
}
.product_wrap .product_info {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
}
.product_wrap:nth-child(odd) .product_info {
	border-top: 2px solid #0072bc;
	padding: 1.5em 4% 1.5em 0;
}
.product_wrap:nth-child(odd) {margin-right: 1.5%;}
.product_wrap:nth-child(even) .product_info {
	border-top: 2px solid #0072bc;
	padding: 1.5em 0 1.5em 4%;
}
.product_wrap:nth-child(even) {margin-left: 1%;}
.product_wrap .product_info ul,
.product_wrap .product_info ol {padding: 0 0 0 20px;}







.content_wrap {
	float: left;
	width: 65%;
}
.image {
	float: right;
	width: 33%;
}


#product_columns ul li {
	list-style-type: disc;
	display: list-item;
	margin: 0;
	width: auto;
}
#product_columns ul li:nth-child(even),
#product_columns ul li:nth-child(odd) {
	margin: 0;
	border: none;
}

h3.product_title {
	margin: 0 0 .25em;
	text-transform: none;
}



















/***** Products Template *****/

#formats {
	position: relative;
	display: block;
	clear: both;
}

.format_image {
	float: left;
	width: 80%;
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.format_content {
	float: left;
	width: 17%;
	margin-left: 2%;
}











/******* Career Filters *******/

#career_categories {
	list-style: none;
    margin: 1em 0;
    padding: 1em;
    background-color: rgb(8,106,233);
    background-color: rgba(8,106,233,.5);
}
#career_categories li {
	display: block;
	text-transform: uppercase;
	margin: 0 0 .25em;
	padding: 0 0 .25em;
}
#career_categories li a {
	color: #0c4da2;
	display: block;
}
#career_categories li a:hover,
#career_categories li a:active {
	color: white;
	text-decoration: none;
}
#career_categories li a.active {color: white;}
#career_categories .children {
	padding: 0.5em 1em 0;
}
#career_categories .children li {
	text-transform: none;
	margin: 0 0 .15em;
	padding: 0 0 .15em;
}





#careers {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#careers .career_filter {
	display: block;
	clear: both;
	border-bottom: 1px solid black;
	margin-bottom: 1em;
}
h2.career_title {
	margin: 0 0 .25em;
	background-image: url(img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: auto;
	padding-right: 10%;
}
h2.career_title.expanded {background-image: url(img/arrow_blue_expand.png); }
h2.career_title span {
	display: block;
	clear: both;
	text-transform: none;
	font-size: .7em;
	font-weight: lighter;
}


.page-template-page-available .hentry {margin: 0;}


.drop_down_content { 
	display: none; 
	margin: 0;
}

.drop_down_button:hover,
.drop_down_button:active {cursor: pointer;}









/**** Packaging *******/

.packaging_wrap {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: .5em;
	border-bottom: 1px solid #0c4da2;
	padding-bottom: .5em;
}
.packaging_slides {
	width: 30%;
	float: left;
	overflow: hidden;
	margin: 0!important;
}
.packaging_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    height: 250px!important;
}

.packaging_content {
	width: 68%;
	float: left;
	margin-left: 1%;
}

.packaging_slides .slick-dots {bottom: 5px!important;}










/***** Team Filter *****/

#team_wrap {
	position: relative;
	display: block;
	clear: both;
}

.team_filter {
	list-style: none;
	margin: 0;
	padding: 1em!important;
	margin: 0;
	background-color: rgb(8,106,233);
    background-color: rgba(8,106,233,.5);
}
.team_filter li {
	display: block;
	text-transform: uppercase;
	margin: 0 0 .25em;
	padding: 0 0 .25em;
}
.team_filter li a {
	color: #0c4da2;
}
.team_filter li a:hover,
.team_filter li a:active {
	text-decoration: none;
	color: white!important;
}
.team_filter li a.active {color: white;}
.team_filter .children {
	padding: 0.5em 1em 0;
}
.team_filter .children li {
	text-transform: none;
	margin: 0 0 .15em;
	padding: 0 0 .15em;
}




#team {
	float: left;
	width: 70%;
}


.team_member {
	position: relative;
	display: block;
	clear: both;
	border-bottom: 2px solid #0c4da2;
	margin-bottom: 1em;
	padding-bottom: 1em;
	overflow: hidden;
}
.team_image {
	float: left;
	width: 20%;
}
.team_content {
	float: right;
	width: 78%;
}

h3.team_title {
	margin: 0 0 .5em;
	font-size: 1.5em;
	text-transform: none;
}
h3.team_title span {
	font-size: .8em;
	display: block;
	clear: both;
	font-weight: normal;
}












/***** Yearbooks Blog ******/

.blog_loop {
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #034ea2;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.blog_image {
	float: left;
	width: 25%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.blog_loop .blog_content {
	float: right;
	width: 73%;
	
}

h2.blog_title {margin: 0 0 1em;}
h2.blog_title a {color: #034ea2;}
h2.blog_title a:hover,
h2.blog_title a:active {
	text-decoration: none;
	color: #086AE9;
}
h4.blog_date {
	margin: 0 0 .25em;
	font-weight: normal;
}

.blog_learn {
	padding: 1em 0;
    display: block;
    border: 1px solid #fdb813;
    color: #0c4da2!important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    bottom: 1em;
    width: 250px;
    text-align: center;
}
.blog_learn:hover,
.blog_learn:active {
	opacity: .7;
	text-decoration: none;
}

.blog_content_wrap.no_image {
	position: relative;
	display: block;
	clear: both;
	padding-bottom: 3.5em;
}


.nav-previous a,
.nav-next a {
	color: #0c4da2!important;
	padding: 1em 0;
    display: block;
    border: 1px solid #fdb813;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    bottom: 1em;
    width: 250px;
    text-align: center;
    margin: 1em 0;
}
.nav-previous a:hover,
.nav-next a:hover,
.nav-previous a:active,
.nav-next a:active {
	opacity: .7;
	text-decoration: none;
}


.alignleft, img.alignleft,
.alignright, img.alignright {max-width: 50%;}






/***** archives ********/

.entry-meta,
.entry-utility {display: none;}


.entry-content .wp-post-image {
	border: none;
	padding: 0;
}


.archive h2.blog_title {margin: 0;}
.archive .blog_date.cat {margin: 0 0 1em;}











/**** Success Stories ******/

#success_stories .success_content {
	position: relative;
	display: block;
	clear: both;
	border-bottom: 1px solid #0c4da2;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
h3.success_title {
	text-transform: none;
	margin: 0 0 .5em;
}








/***** MyBooks & ConnectMe ****/

.page-template-page-mybooks #action_call,
.page-template-page-connectme #action_call {
	position: relative;
	bottom: auto;
	overflow: hidden;
}






/*** Search / 404 ***/

.error404 #content h1.entry-title {display: none;}

.error404 #subheader_image,
.search #subheader_image {background-image: url(img/friesens_general.png)!important;}











/***** Miscellaneous, plugins, external ********/

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	background: #fdb813;
	border: none;
	padding: .5em 3em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover
.gform_wrapper .gform_footer input.button:active, 
.gform_wrapper .gform_footer input[type=submit]:active, 
.gform_wrapper .gform_page_footer input.button:active, 
.gform_wrapper .gform_page_footer input[type=submit]:active {opacity: .7;}






h3.accordion-title {
	background-color: #0c4da2;
	color: white;
	background-image: url(img/arrow_white.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: auto 50%;
	padding: .5em 1em;
}
h3.accordion-title.open {background-image: url(img/arrow_white_expand.png);}
h3.accordion-title:hover,
h3.accordion-title:active {cursor: pointer;}





.su-spoiler-title {
	font-size: 1.25em!important;
	background-color: #0c4da2;
	color: white;
	text-transform: uppercase;
}
.su-spoiler-icon {
	right: 2%;
	left: auto!important;
}







.content-column {margin: 0 0 .25em!important;}









.slick-prev, .slick-next {
	height: 50px!important;
	width: 26px!important;
	z-index: 5;
}
.slick-prev {
	background-image: url(img/previous.png)!important;
	background-size: cover;
	background-repeat: no-repeat;
	left: 1.5%!important;
}
.slick-next {
	background-image: url(img/next.png)!important;
	background-size: cover;
	background-repeat: no-repeat;
	right: 21.5%!important;
}
.slick-prev:before, .slick-next:before {display: none;}



.slick-lightbox .slick-prev {left: 2.5%!important;}
.slick-lightbox .slick-next {right: 2.5%!important;}





.wpml-ls-legacy-list-horizontal {
	border: none!important;
	padding: 0!important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {font-weight: lighter!important;}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a {color: white!important;}
.wpml-ls-legacy-list-horizontal a span {vertical-align: top!important;}








/****** Internet Explorer *******/





@supports (-ms-ime-align:auto) { /* Edge Target */
  		
	.menu_wrap .wrap {margin: 0;}
		
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /** IE 11 & 10 **/
	
	.menu_wrap .wrap {margin: 0;}
	
	#home_more_arrow {
		bottom: 3em;
	}	
	
}



@media screen and (min-width:0\0) { /* IE 9 */
	
/*
	.menu_before,
	.menu_after {display: none;}
*/

	
/* 	.menu_wrap {background: #0c4da2;} */
	
	
}



























/****** Mobile *******/

.mobile {display: none;}


















