/*
Theme Name: Tropixel
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(icons/icomoon/style.css);

@font-face {
    font-family: 'dashicons';
    src:url('icons/dashicons.eot?-9ox46y');
    src:url('icons/dashicons.eot?#iefix-9ox46y') format('embedded-opentype'),
        url('icons/dashicons.woff?-9ox46y') format('woff'),
        url('icons/dashicons.ttf?-9ox46y') format('truetype'),
        url('icons/dashicons.svg?-9ox46y#dashicons') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	background: #aaa;
	font-family: 'Open Sans', sans-serif;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125rem;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
    font-weight: bold;
    color: hsl(0, 0%, 30%);
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
}

h1 {
    color: hsl(0, 0%, 50%);
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    color: hsl(0, 0%, 50%);
    font-family: 'Open Sans',sans-serif;
}

.green {
	color: #93A353;
}

.orange {
	color: #D17236;
}

.yellow {
    color: #F6BF0D;
}

.aside h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.heading {
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-top: 25px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
}

a {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'Open Sans', sans-serif;
    color: hsl(20, 65%, 46%);
}

a:hover, a:focus {
	opacity: 0.6;
    color: hsl(20, 65%, 46%);
}

#content {
	background: white;
}

.main li {
    font-size: .8125rem;
    color: hsl(0, 0%, 50%);
    font-family: 'Open Sans', sans-serif;
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 5px;
}

.extranet .main li {
    font-size: 16px;
}

.row {
	max-width: 64rem;
}
.header-inner-wrapper .row {
	padding-left: 0.9375rem;
    padding-right: 0.9375rem;
	}
/* 
 * module/grid
 */

.grid {
	position: relative;
	margin: 1em 0;
}
.grid-title {
	margin: .5em 0;
}

.grid-edge {
	background: #eee;
	margin: 0 -0.9375rem;
}

.grid-edge .grid-item{
	padding: 0;
	border-bottom: 1px solid white;
}
.grid img {
	width: 100%;
}

/* 
 * module/grid/grid-wide
 */
@media only screen and (min-width : 40em) {    
	.grid-wide .grid-more {
		position: absolute;
		top: 30px;
		right: 0;
		display: block;	
	}
}

/*
 *	base/headers
 */

.hsmall {
	font-size: 1.2rem;
}
.htiny {
	font-size: 1rem;
}
.ha {
	padding: 0 0 .5em;
	border-bottom: 1px solid #ddd;
	margin: .5em 0;
}

/* 
 * layout/footer
 */

.footer {
	background: #172C59;
    color: #fff;
}
.footer .row {
	padding: 2em 0;
}

/*
 * module/posts
 */

.posts {
	margin:0;
}

.posts .post {
    border-bottom: 1px solid #ddd;
    list-style: none outside none;
    margin-bottom: 2em;
    padding-bottom: 1em;
}
.posts .post:last-child {
    border: none;
}
.posts .post:after, .posts a {
    clear: both;
    content: "";
}

.posts .post > img {
    width: 100%;
    margin-bottom: 1em;
}

.button.small, .button.small:hover, .button.small:focus, .gform_footer input[type="submit"], .gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus {
    background: url("img/login-arrow.svg") no-repeat scroll right 5px center #172C59;
    color: hsl(0, 0%, 100%);
    font-family: 'Open Sans';
    padding: 3px 50px 3px 11px;
    text-align: left;
}

li.post a.fancybox img {
    margin-bottom: 10px;
    margin-top: 8px;
}

/* 
 * Layout
 * positioning, padding and basic shading
 */

#content{
	margin-right: -1px;
	margin-left: -1px;
}
.main, .aside {
    color: hsl(0, 0%, 50%);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.page-title{
	background: #888;
	color: white;
}
.page-title h1{
	color: white;
}
.page-title .row {
	padding: 2rem 0;
}

/**
 * drawers
 */

.snap-drawer {
	background: #ddd;
	padding: 0.9375rem;
}

.mobile-bar {
	height: 2.513rem;
	background: #eee;
	line-height: 2.4rem;
}

.mobile-bar .columns {
	padding: 0;
}

.mobile-bar i[class*=icon-] {
	color: black;
	color: black;
	background: rgba(0,0,0,.1);
	padding: 0.88em;
}

.name {
    display: block;
    padding: 28px 0 20px;
    width: 100%;
}

.description {
	margin: 0;
	line-height: 6rem;
	float: right;
	font-size: 20px;
}
.home-slider {
	padding: 40px 0;
}
.orbit-slide-number {
    display: none;
}
/**
 *  main-menu
*/
.main-menu {
	background: #eee;
}
.main-menu .menu {
	margin: 0;
}
.main-menu form,
.main-menu .s {
	margin: 0;
}
.text-right {
	text-align:  right;
}
/**
 *  menu dropdown
 */
.menu-drop, .menu-drop ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
}
.menu-drop {
    margin: 5px 0;
    text-align: right;
}
ul.sub-menu {
	text-align: left;
}
.menu-drop li {
	list-style: none;
}
.menu-drop > li {
    display: inline-block;
    float: none;
    position: relative;
}
.menu-drop li a {
	display: block;
    font-size: 13px;
    line-height: 2.313rem;
    padding: 0 0.6em;
    text-transform: uppercase;
    font-weight: bold;
}

#menu-main-menu .sub-menu li a {
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-drop > li:last-child a {
    padding-right: 0;
}
/* sub menu dropdown color */

.menu-drop li.menu-item-has-children:hover,
.menu-drop li .sub-menu{
	background: #ddd;
}

.menu-drop li.menu-item-has-children {
	border-radius: 3px 3px 0 0
}

.menu-drop li .sub-menu {
	border-radius: 0 3px 3px 3px 
}

/* or

.menu-drop li:hover a {
	background: none repeat scroll 0 0 #ddd;
}*/

/* hide sub menu */
.menu-drop .sub-menu { 
	display: none;
}

/* show sub menu */
.menu-drop li:hover ul, .menu-drop li:hover ul {
	display: block;
	left: 0;
	position: absolute;
	width: 10em;	
}

/**
 * wordpress styles
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
 */
.aligncenter {
	display: block;
	margin: 1em auto;
}
.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;    
}

/*
 * expand to 100%
*/

.expand {
	width: 100%;
}

/*
 * hide element until doc load
 */

.js-loading {
	display: none;
}


/**
 * context menu
 */

.menu-context.hidden .menu > li {
	display: none;
}
.menu-context .menu > li > a {
	font-weight: bold;
}
.menu-context.hidden .menu > li.current_page_item.menu-item-has-children,
.menu-context.hidden .menu .current_page_ancestor {
	display: block;
}
.menu-context .menu .current_page_item > a {
	color: #ddd;
}

.snap-drawers .menu-stack ul.sub-menu {
    margin-left: 15px;
}

.snap-drawers .menu-main-menu-container .menu-stack .current-menu-item > a {
    color: hsl(221, 59%, 22%);
    font-weight: bold;
}


/* 
 * module/toggle-more
 */

.toggle-more:hover {
	cursor: pointer;
}
.toggle-more:before {
	content: '\D7';
	margin-right: .5em;
	font-size: 1.2em;
}
.hidden .toggle-more:before {
	content: '\2B';	
}

/**
 * module/media
 */
 
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 10px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 10px;}

/**
 *  module/edge
 *	bring boxes to the edges ignoring the column internal padding of 0.9375rem
 */
 
[class*=edge] {
 	margin-left: -0.9375rem;
 	margin-right: -0.9375rem;
 }

 .edge-top {
 	margin-top: -0.9375rem;
 }

 .edge-bottom {
 	margin-bottom: -0.9375rem;	
 }

/**
 *  module/clearfix
 */

 .clearfix {
 	content: '';
 	display: table;
 	clear: both;
} 

/*
 * module/nowrap
 */

 .nowrap {
 	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-bottom: 0;
    padding-right: 0.9375rem;
 }

/**
 *  module/pop
 *	highlight containers
 */
[class*=pop-] {
	padding: .8em .4em;
}
[class*=pop-]:after {
 	content: '';
 	display: table;
 	clear: both;	
}

.pop-strong {
	background: #888;
	color: white;
}

.pop-medium {
	background: #eee;
}

.pop-light {
	background: #eee;
}
/**
 *  module/menu-stack
 *	make list of links nicer
*/
 
.menu-stack,
.menu-stack ul{
	margin: 0;
}


.menu-stack li {
	list-style: none;
}

.menu-stack a {
	color: inherit;
	display: block;
	padding: .4em 0;
}
.menu-stack > li > a {
	font-weight: normal;
	display: block;
	padding: .4em 0;
}

.menu-stack > li.current-menu-item > a {
    font-weight: bold;
}

.menu-stack  .sub-menu a {
	color: rgba(0,0,0,.5);	
}

/** 
 * module/search-form
 */

.searchform label {
	display: none;
}
.searchform {
    float: right;
    position: relative;
    margin: 0;
}
.searchform .s {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: medium none;
    box-shadow: 1px 1px 1px hsla(0, 0%, 0%, 0.2) inset;
    color: hsl(0, 0%, 57%);
    float: right;
    font-size: 12px;
    font-style: italic;
    height: 27px;
    margin-top: 13px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 70px;
    padding-top: 0;
    width: 148px;
    border-bottom: 1px solid #fff;
}
.searchform .searchsubmit {
	background: transparent;
    bottom: 16px;
    color: hsl(0, 0%, 77%);
    font-size: 12px;
    height: 1.713rem;
    padding: 0 0.7em;
    position: absolute;
    right: 0;
    border-left: 1px solid #C4C4C4;
    border-right: none;
    border-bottom: none;
    border-top: none;
    top: 13px;
}

/** 
 * module/slider
 */

.orbit-container {
	float: left;
}

.text-right {
	text-align: right;
}

.header a.cta {
    border-left: 1px solid hsl(0, 0%, 77%);
    color: hsl(0, 0%, 57%);
    display: inline-block;
    font-size: 12px;
    padding: 7px 10px 5px;
    text-transform: uppercase;
}

.header p {
	font-size: 12px;
}

.header a {
	color: #172C59;
}

.header .row.text-right {
	max-width: 61.875rem;
}
.header .row.text-right, .header-inner-wrapper {
	background: #FFF;	
}
.header .row > .small-12 {
	padding-left: 0;
}

.header .row:first-child .small-12:nth-child(2) {
    max-height: 50px;
}

.header {
	background: url('img/header-bg.jpg') no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    padding-bottom: 50px;
    position: relative;
}

.header:after {
    background: url("img/header-repeat.jpg") repeat-x scroll 0 0 hsla(0, 0%, 0%, 0);
    bottom: 0;
    content: "";
    height: 7px;
    position: absolute;
    width: 100%;
}

.home .header:after {
    display: none;
}

.home .header {
    padding-bottom: 0;
}


.top-header {
    padding: 15px 0 0;
}
.top-header p {
	color: hsl(221, 59%, 22%);
	margin: 0;
}

.orbit-caption {
	position: absolute;
	right: 0;
}

.orbit-container .medium-7:first-child {
	position: absolute;
	right: 0;
}

.orbit-container .row {
	position: relative;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
    background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    color: hsl(0, 0%, 100%);
    font-size: 0.875rem;
    padding: 10px 14px;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 2px hsla(0, 0%, 0%, 0.5);
    top: auto;
	bottom: auto !important;
	padding-top: 70px;
}

.orbit-caption h1 {
    color: hsl(0, 0%, 100%);
    font-size: 41px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.orbit-caption h2 {
    background: url("img/heading-bg.png") no-repeat scroll left center, url("img/heading-bg.png") no-repeat scroll right center hsla(0, 0%, 0%, 0);
    clear: both;
    color: hsl(179, 100%, 79%);
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-left: 62px;
    padding-right: 62px;
}

.orbit-caption h3 {
    color: hsl(0, 0%, 100%);
    font-size: 19px;
}

.orbit-bullets li {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border-radius: 1000px;
    display: block;
    float: left;
    height: 0.963rem;
    margin-left: 8px;
    position: relative;
    width: 0.963rem;
}

ol.orbit-bullets li:hover {
	cursor: pointer;
}
.orbit-bullets {
	z-index: 999999;
}

ol.orbit-bullets li.active {
	background: #fff;
}

ol.orbit-bullets li.active span {
    background: none repeat scroll 0 0 hsl(200, 100%, 37%);
    border-radius: 100%;
    display: block;
    height: 8px;
    margin-left: 4px;
    margin-top: 4px;
    position: relative;
    width: 8px;
}

.orbit-container .orbit-slides-container {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}

.orbit-bullets-container {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
}

.snap-drawer .searchform {
    clear: both;
    padding-left: 28px;
    margin-right: 15px;
    width: 100%;
    margin-bottom: 20px;
}

.snap-drawer .searchform .s {
	width: 100%;
}

.slide-login {
	background: rgb(23,44,89); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3MmM1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YzhhOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(23,44,89,1) 0%, rgba(108,138,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,44,89,1)), color-stop(100%,rgba(108,138,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(23,44,89,1) 0%,rgba(108,138,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(23,44,89,1) 0%,rgba(108,138,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(23,44,89,1) 0%,rgba(108,138,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(23,44,89,1) 0%,rgba(108,138,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172c59', endColorstr='#6c8a99',GradientType=0 ); /* IE6-8 */
    margin-top: 1px;
    text-align: left;
    width: 100%;
    position: absolute;
    z-index: 999999;
}

.slide-login h4, .slide-login h5, .slide-login p, .slide-login a, .slide-login label  {
	color: #fff;
}

#loginform label {
	display: none;
}

.login-wrap {
	display: none;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login-wrap h5 {
	text-transform: none;
}

.login-wrap a {
	text-decoration: none;
}

.login-wrap p {
    margin: 0;
    position: relative;
}

.login-wrap input[type="text"], 
.login-wrap input[type="password"] {
	margin-bottom: 7px;
	background: #FFF;
	border: none;
	height: 27px;
	color: #000;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}

#loginform .login-submit input {
    font-size: 12px;
    height: 35px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    width: 100%;
    font-weight: bold;
	padding: 0;
	background: rgb(54,182,209); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2YjZkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(54,182,209,1) 0%, rgba(146,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,182,209,1)), color-stop(100%,rgba(146,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(54,182,209,1) 0%,rgba(146,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(54,182,209,1) 0%,rgba(146,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(54,182,209,1) 0%,rgba(146,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(54,182,209,1) 0%,rgba(146,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b6d1', endColorstr='#92ffff',GradientType=0 ); /* IE6-8 */
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

#loginform .login-submit:after {
    background: url("img/login-arrow.svg") no-repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
    right: 59px;
    top: 9px;
}

.slide-trigger {
	position: relative;
}

.slide-trigger h4:after {
    background: url("img/login-btn.svg") no-repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    bottom: -25px;
    content: "";
    height: 25px;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    width: 36px;
    z-index: 0;
}

.slide-trigger h4 {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: none repeat scroll 0 0 hsl(221, 59%, 22%);
    cursor: pointer;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}

h1.name a.name img {
	width: 238px;
	height: 73px;
}

h1.name a.name:hover {
	opacity: 1;
}

.featured .row .small-4 {
    background-position: center center;
    background-size: auto 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
}

.featured .row .small-8 {
    padding: 15px 20px 0;
    padding-top: 0;
}

.featured .about .small-8 {
    background: none repeat scroll 0 0 hsl(74, 38%, 42%);
    position: relative;
}

.featured .news .small-8 {
	background: #F6BF0D;
}

.featured .facts .small-8 {
	background: #C45D29;
}

.featured h2 {
    color: hsl(0, 0%, 100%);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    margin-top: 15px;
}

.featured h1 {
    border-bottom: 1px solid hsl(0, 0%, 100%);
    color: hsl(0, 0%, 100%);
    padding-bottom: 4px;
    margin-top: 0;
}

.featured p {
    color: hsl(0, 0%, 100%);
    font-size: 0.6875rem;
    line-height: 1.4;
    margin-bottom: 15px;
}

.featured .small-block-grid-1 li {
	padding: 0;
}

.featured {
    box-shadow: 0 -5px 3px hsla(0, 0%, 0%, 0.2);
}

.featured a:after {
    background: url("img/login-arrow.svg") no-repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    content: "";
    position: absolute;
    right: 5px;
    height: 20px;
    width: 20px;
    bottom: 2px;
}

.page-content .row, .footer .row, .blue-wrap .row {
	max-width: 64rem;
}

.side-menu {
	list-style-type: none;
	margin: 0;
}

.side-menu li a {
    background: url("img/login-arrow.svg") no-repeat scroll right 5px center hsl(71, 32%, 48%);
    color: hsl(0, 0%, 100%);
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 5px;
    padding-right: 50px;
    width: 100%;
    line-height: 1.2;
    padding-top: 4px;
    padding-bottom: 4px;
}

.aside > div {
    border-bottom: 1px solid hsl(0, 0%, 87%);
    padding-bottom: 30px;
}

.aside > div:not(:first-child) {
	padding-top: 30px;
}

.aside > div:last-child {
    border-bottom: 0;
}

.side-news .side-menu li a {
    background-color: #F6BF0D;
}

.side-products .side-menu li a {
    background-color: #D07235;
}

.footer p {
    margin-bottom: 10px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer .menu li {
    float: left;
    margin-right: 15px;
}

.footer .menu li a {
    font-family: 'Open Sans',sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    padding: 0;
}

.blue-wrap {
    background: none repeat scroll 0 0 hsl(194, 24%, 40%);
    color: hsl(0, 0%, 100%);
    padding: 40px 0 15px;
}

.blue-wrap h1, .blue-wrap h2, .blue-wrap p {
    color: #fff;
}

.blue-wrap .heading {
    border-color: #fff;
}

.red-wrap {
    background: #C45D29;
}

.red-wrap .heading {
    margin-bottom: 0;
}

.blue-wrap h2 {
    margin-top: 25px;
    margin-bottom: 20px;
}

ul.product-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

ul.product-list li h4 {
    color: #C45D29;
    font-size: 11px;
    margin-bottom: 3px;
}

ul.product-list li > a p {
    font-size: 11px;
    line-height: 1.2;
    color: #404041;
    margin-bottom: 0;
}

ul.product-list li {
    text-align: center;
}

ul.product-list li > a{
    max-width: 300px;
    border: 1px solid #ddd;
    margin: auto;
    padding: 15px;
    display: block;
}

ul.product-list li .img-wrap {
    position: relative;
}

.page-id-118 ul.product-list li .img-wrap {
    height: 289px;
}

.page-content img.attachment-featured-image {
    margin-bottom: 15px;
}

.featured-prod {
    display: block;
    text-align: center;
    width: 100%;
}

.featured-prod {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
}

#menu-main-menu .current-menu-item > a, .single-product .menu-item-122 a, .single-post .menu-item-115 a, #menu-main-menu li.current-page-ancestor > a{
    font-weight: bold;
}

.navigation .wp-paginate .current {
    background: hsl(221, 59%, 22%);
    border: 1px solid hsl(221, 59%, 22%);
}

.page-content .navigation {
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

/* Forms */

.gform_wrapper label {
    display: none;
}

.gform_body ul {
    margin: 0;
    list-style-type: none;
}

.gform_body ul li {
    width: 100%;
    clear: both;
    float: left;
}

.gform_body ul li input, .gform_body ul li textarea, .gform_body select {
    background: none repeat scroll 0 0 hsl(0, 0%, 87%);
    border: medium none;
    box-shadow: none;
    font-family: 'Open Sans';
    font-size: 12px;
    height: 28px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.gform_body ul li textarea {
    height: 150px;
}

.gform_body li#field_3_9 label {
    color: hsl(0, 0%, 50%);
    display: block;
    font-size: 12px;
    line-height: 2.4;
}

.gform_footer input[type="submit"] {
    font-size: 12px;
}

.gfield_checkbox label {
    display: block;
    float: left;
}

.gfield_checkbox input {
    float: left;
    margin-bottom: 0 !important;
}

/* Extranet Form overrides */

.extranet .gform_wrapper label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.extranet .gfield_required {
    margin-left: 5px;
    color: #ae0000;
}

.extranet .gform_body ul li input,
.extranet .gform_body select {
    font-size: 14px;
    height: 38px;
    padding-left: 10px;
}

.extranet .gform_body ul li textarea {
    font-size: 14px;
    padding-left: 10px;
}

.extranet .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin: -8px 0 0 1px;
}
.extranet .gform_wrapper.gf_browser_chrome .gfield_radio li label {
    margin-right: 5px;
}

li#field_3_9 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.single-product ul.product-list .img-wrap {
    margin-bottom: 15px;
}

@media only screen and (min-width : 340px) {
	.featured .row .small-4 {
	    background-size: 100% auto;
	}

}



@media only screen and (min-width : 640px) {
    .ginput_complex span {
        width: 50%;
        float: left;
    }

    .ginput_complex span:nth-child(2n) {
        margin-left: 2%;
        width: 48%;
    }
    ul.product-list li {
        text-align: left;
    }
    .footer .medium-5 {
        text-align: right;
    }
	.main {
		padding-right: 30px;
	}
	.aside {
		border-left: 1px solid #ddd;
		padding-left: 30px;
	}
	.orbit-container .orbit-slides-container > * .orbit-caption {
	    bottom: auto !important;
	    background: none;
	    color: hsl(0, 0%, 100%);
	    font-size: 0.875rem;
	    padding: 10px 14px;
	    position: absolute;
	    text-align: center;
	    text-shadow: 2px 2px 2px hsla(0, 0%, 0%, 0.5);
	    top: 50%;
	    width: 61%;
	    padding-top: 0;
	}
	.orbit-container .orbit-slides-container {
	    padding-bottom: 53px;
	}
	.featured .row .small-4 {
	    background-size: auto 100%;
	}
}

@media only screen and (min-width : 1025px) {
    .home .header {
        padding-bottom: 0;
    }
    .header {
        padding-bottom: 120px;
    }
}


/* Dealer Extranet Section */
.notice {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    padding: 20px;
}
.notice h3 {
    color: #000;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.info {
    color: rgba(0,0,0,0.8);
    background: rgba(23,44,89,0.1);
    border-bottom: solid 3px rgba(23,44,89,0.3);
}
.warn {
    color: rgba(0,0,0,0.8);
    background: rgba(253,225,58,0.3);
    border-bottom: solid 3px rgba(253,225,58,0.5);
}
.crit {
    color: rgba(0,0,0,0.8);
    background: rgba(174,0,0,0.3);
    border-bottom: solid 3px rgba(174,0,0,0.5);
}
.disallow .row {
    margin: 100px auto;
    text-align: center;
}
.extranet {
    color: hsl(0, 0%, 50%);
    margin: 2rem 0;
}
.extranet .row {
    max-width: 64rem;
}
.dealer-row {
    max-width: 62rem !important;
}
.dealer-sidebar {
    margin-top: 30px;
}
.dealer-sidebar ul {
    list-style: none;
    margin-left: 0;
}
.account ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 37px;
}
.account li {
    font-family: 'Open Sans',sans-serif;
    display: inline-block;
    float: left;
    margin-left: 20px;
    font-size: 12px;
}
.dealer-menu {
    position: relative;
    border-bottom: 1px solid rgb(222, 222, 222);
    margin-bottom: 30px;
}

.dealer-dash-menu {
    position: relative;
}

.dealer-dash-menu > h1 {
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0 !important;
}
.dealer-menu li {
    display: inline-block;
    margin: 0;
}

.dealer-menu li:last-child {
    margin-right: 0;
}
.dealer-menu a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: -1px;
    background: #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dealer-menu .current_page_item a, 
.dealer-menu .current-menu-item a,
.page-id-507 .dealer-menu .menu-item-506 a,
.single-action .dealer-menu .menu-item-506 a,
.page-id-720 .dealer-menu .menu-item-569 a,
.single-project .dealer-menu .menu-item-569 a,
.page-id-730 .dealer-menu .menu-item-577 a,
.single-property_site .dealer-menu .menu-item-577 a,
.page-id-737 .dealer-menu .menu-item-571 a,
.single-contact .dealer-menu .menu-item-571 a,
.page-id-728 .dealer-menu .menu-item-570 a,
.single-company .dealer-menu .menu-item-570 a,
.single-post .dealer-menu .menu-item-492 a,
.single-dam .dealer-menu .menu-item-759 a
{
    border-bottom: 1px solid #fff;
    background: #fff;
    padding-bottom: 10px;
    top: -5px;
    position: relative;
    margin-bottom: -6px;
}

/* Extranet Forms */
.dd .um_field_container {
    width: 48%;
}
.dd .um_field_container .left {
    margin-right: 4%;
}
.dd .password_strength {
    position: relative;
    top: -16px;
    margin: 0;
    padding: 6px 10px;
    color: #000;
    text-shadow: 0 0 2px rgba(255,255,255,0.3);
}
textarea:focus {
    background: #fafafa !important;
    border-color: #999 !important;
    outline: none !important;
    -webkit-box-shadow: 0 0 5px #999 !important;
    -moz-box-shadow: 0 0 5px #999 !important;
    box-shadow: 0 0 5px #999 !important;
    border-color: #999 !important;
}

/* Extranet sections */
.dd-elements div {
    margin-top: 20px;
    margin-bottom: 30px;
}
.dd-elements * {
    font-family: 'Open Sans',sans-serif;
}
.dd-elements li,
.dd-elements a,
.dd-elements p {
    font-size: 14px;
}
.dd-action,
.dd-site,
.dd-project,
.dd-news,
.dd-contact,
.dd-dam {
    list-style: none;
    margin: 0;
}
.dd-action li,
.dd-site li,
.dd-project li,
.dd-news li,
.dd-contact li,
.dd-dam li {
    padding: 10px 0;
}
/*
.dd-action li:last-child,
.dd-site li:last-child,
.dd-project li:last-child,
.dd-news li:last-child,
.dd-contact li:last-child,
.dd-dam li:last-child {
    margin-top: 30px;
}
*/
.dd-action-columns .dd-action a {
    top: -27px;
    left: 23px;
}
.dd-contact-columns .columns,
.dd-news-columns .columns,
.dd-project-columns .columns,
.dd-company-columns .columns {
    padding-left: 0;
}
.dd-news-post {
    float: left;
    border-bottom: 1px solid #ddd;
}
.dd-contact-columns .dd-contact a {
    left: 0;
    top: 0;
}
.dd-action-columns .dd-action li:last-child,
.dd-contact-columns .dd-contact li:last-child {
    margin-top: 0;
    text-align: left;
}
.dd-action-columns .medium-4:last-child,
.dd-contact-columns .medium-4:last-child {
    float: left;
}
.dd-action li:before,
.dd-site li:before,
.dd-project li:before,
.dd-news li:before,
.dd-contact li:before,
.dd-company li:before,
.dd-dam li:before {
    font: 400 20px/1 'dashicons';
    display: inline-block;
    padding: 0 5px 0 0;
    top: 0;
    left: -1px;
    position: relative;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
    color: #888;
}
.dd-project li:before,
.dd-project .project:before {
    content: "\f107";
    top: 3px;
}
.dd-news .news:before {
    content: "\f109";
}
.dd-dam .dam:before,
.dd-dam li:before {
    content: "\f105";
}
.dd-dam li:before {
    top: 3px;
}
.dd-dam li a.dam-title {
    margin-bottom: -40px;
}
.dd-site li:before {
    content: "\f231";
}
.dd-company li:before {
    content: "\f325";
    top: 2px;
}
.dd-action li:hover,
.dd-site li:hover,
.dd-project li:hover,
.dd-news li:hover,
.dd-contact li:hover,
.dd-dam li:hover {
    margin-bottom: 0;
}
.dd-action .quote:before {
    content: "\f119";
}
.dd-action .maintenance:before {
    content: "\f111";
}
.dd-action .installation:before {
    content: "\f308";
}
.dd-action .removal:before {
    content: "\e60a";
    font-family: 'icomoon';   
}
.dd-action li a,
.dd-site li a,
.dd-project li a,
.dd-news li a,
.dd-contact li a,
.dd-dam li a {
    display: list-item;
    position: relative;
    margin-bottom: -20px;
    width: 80%;
    top: -23px;
    left: 23px;
}
.dd-dam li hr {
    margin-bottom: 0;
}
.dd-project {
    left: -40px;
}
.dd-site li {
    position: relative;
    left: -14px;
}

.dd-contact li a {
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
.dd-action li.view-all a,
.dd-site li.view-all a,
.dd-project li.view-all a,
.dd-news li.view-all a,
.dd-contact li.view-all a,
.dd-dam li.view-all a {
    width: 92%;
    font-size: 12px;
    text-align: left;
}
li.view-all:before {
    content: "";
}
.dd-news p {
    position: relative;
    left: 25px;
    top: -23px;
    margin-bottom: -20px;
    width: 80%;
    left: ;
    font-size: 12px;
}
.dd-news p a {
    left: 0;
    top: 0;
    font-size: 12px;
}
.dd-action li small {
    float: right;
    position: relative;
    top: -18px;
    color: #888;
}
.dd-contact li a.contact-metalink {
    display: inline;
    border-bottom: 0;
}

.menu-dealer-main-menu-container {
    width: 100%;
}

.search-wrap {
    position: relative;
    top: -31px;
    display: none;
    background: rgba(246,191,13, 0.1);
    padding: 20px;
    font-size: 12px;
}

.search-trigger {
    position: relative;
    top: -31px;
    float: right;
    width: 10%;
}

.search-trigger a {
    border: none;
    background: none;
    display: block;
    float: right;
    width: 100%;
    text-align: right;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.search-trigger a:before {
    content: '\e1ba';
    font-family: 'icomoon';
    color: #222;
    position: absolute;
    left: 23px;
}

.extranet h1 em {
    font-weight: 200;
    font-style: normal;
}
.single-action p {
    margin-bottom: 0;
    clear: both;
}
.single-action label {
    display: inline-block;
    float: left;
    width: 100px;
}

iframe.dam_link_embed {
    width: 100%;
    min-height: 600px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.dam_meta {
    margin-top: 33px;
}
.dam_desc {
    margin-top: 50px;
}
.dam-title a {
    line-height: 48px;
}
.dam_image {
    max-width: 100%;
}

.contact-phone,
.contact-email,
.project-status,
.project-dates {
    margin-top: 20px;
}
.contact-phone *,
.contact-email *,
.project-status *,
.project-dates * {
    line-height: 1rem;
    font-size: 1rem;
}
.contact-phone label,
.project-dates label,
.contact-email label {
    width: 70px;
    margin-bottom: 0;
}
.project-dates label,
.project-status label {
    width: 120px;
}

.head-columns {
    margin: 0;
}

.project-status label {
    padding: 3px 6px 3px 0;
}
.project-status strong {
    display: inline-block;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    font-weight: normal;
    text-transform: uppercase;
}
.project-status .pending {
    background-color: #004b8c;
}
.project-status .inprogress {
    background-color: #819442;
}
.project-status .onhold {
    background-color: #ae0000;
}
.project-status .completed {
    background-color: none;
    color: #819442;
    border: 1px solid #819442;
    padding: 2px 5px;
}
.project-status .billed {
    background-color: none;
    color: #000;
    border: 1px solid #000;
    padding: 2px 5px;
}
.project-status .canceled {
    background-color: none;
    color: #ae0000;
    border: 1px solid #ae0000;
    padding: 2px 5px;
}

p.site-data {
    margin-bottom: 20px !important;
}
.site-data * {
    line-height: 1rem;
    font-size: 1rem;
}
.site-data label {
    width: 150px;
}

#wpus_response {
    margin-top: 30px;
}
#wpus_response .postmetadata,
#wpus_response .tags,
#wpus_response .post-edit-link,
#wpus_response span {
    display: none;
}
#wpus_response span.wpus-highlight {
    display: inline;
}
#wpus_response .post-type {
    padding-left: 20px;
    text-transform: uppercase;
}

.high {
    line-height: 400px;
}

.button.close-reveal-modal {
    position: relative;
    top: 0;
    font-size: 1.1rem;
    color: #fff;
    margin-left: 20px;
}

.mrg {
    margin-bottom: 15px;
}


/* ACF front end form styling */

.acf_postbox p.label {
    text-shadow: none;
    background-color: transparent;
    text-align: left;
}
.acf_postbox p.label label {
    font-weight: normal;
    font-size: 16px;
    color: #207fba;
}

.acf_postbox .field select {
    padding: 10px;
}

.field_type-relationship p.label {
    width: 100%;
}

table.acf_input tbody tr td.label {
    border-right: 0;
    background-color: transparent;
}
table.acf_input tbody tr td.label label {
    line-height: 2.8em;
}

.acf-form input[type="submit"] {
    padding: .5rem 1rem;
    background-color: #008cba;
    color: #fff;
    border: 0;
}
.acf-form input[type="submit"]:hover {
    background-color: #0079a1;
    opacity: 0.6;
}

.acf-form .button.button-small {
    display: none;
}


/* Dealer Dashboard buttons */

.extranet .button {
    padding: .5rem 1rem;
}
.extranet .small {
    background: #008cba;
    font-size: 12px;
    color: #fff;
    font-family: 'Open Sans';
    margin-right: 10px;
}
.extranet .small:hover {
    background: #0079a1;
    opacity: 0.6;
    padding: .5rem 1rem;
}

.page-id-5 .ginput_container input {
    width: 100% !important;
}

@media only screen and (max-width : 480px) { /* Mobile overrides */
    .dd-action {
        padding: 30px 0;
    }
    .account ul {
        top: 0;
    }
    .dam_spacer {
        height: 20px;
    }
    .high {
        line-height: 80px;
    }
}


@media only screen and (max-width : 1024px) { /* Mobile overrides */
    .menu-dealer-main-menu-container,
    nav.account {
        display: none;
    }
    .snap-drawer-right {
        text-transform: uppercase;
    }
    .snap-drawer-right .menu-dealer-main-menu-container{
        display: block;
    }
    .snap-drawer-right a {
        line-height: 36px;
    }
    .dealer-menu {
        border-bottom: 0;
        margin-bottom: -40px;
    }
    .search-trigger {
        width: 100%;
        top: -20px;
    }
    .search-trigger a {
        text-align: right;
    }
    .search-wrap {
        top: -15px;
    }
    .mobile-cram h1.heading {
        margin-bottom: -20px;
    }
}
.main ul {
	margin-bottom: 40px;
	
}

.snap-drawer li.menu-item {
    border-top: solid 1px #AAA;
    font-size: 15px;
	font-weight: bold;
}
.snap-drawer li.menu-item.menu-item-18 {
    border-top: none;
}
.snap-drawer ul.sub-menu li.menu-item {
    border-top: solid 1px #CCC;
	padding-left: 20px !important;
}
@media only screen and (max-width : 640px) {
.header {
    
    padding-bottom: 0;
}
}
.page.page-id-5 label {
    display: none !important;
}
.page.page-id-5 li#field_3_9 label {
	display: inline-block !important;
}
.page.page-id-5 li#field_3_9 div.ginput_container_checkbox {
	margin: 0;
	
}
.page.page-id-5 .gform_wrapper ul#input_3_9 input {
    padding: 0 !important;
    margin: 0 10px 0 0;
}
.page.page-id-5 .gform_wrapper ul li.gfield, .page.page-id-5 .gform_body ul li input {
    margin: 0;
}

