/*
Theme Name: O3 Framework
Theme URI: http://www.WeAreO3.com/
Version: 2.0
Description: Designed by <a href="http://www.WeAreO3.com">O3</a>.
Author: O3
Author URI: http://www.WeAreO3.com
*/


.sp-tab__lay-default {margin-top:-55px;}
.sp-tab__tab-pane, .sp-tab__lay-default ul {border: none!important;}
.sp-tab__lay-default ul > li > label > span h4 {color: #fff!important; text-transform:uppercase; font-weight:500!important;transition: none!important;}
.sp-tab__nav-tabs .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title, .sp-tab__lay-default ul > li > label > span h4:hover {color:#03314a!important; transition: none!important;}



.astm-search-menu.is-menu.popup.menu-item {
    position: relative;
    top: 5px;
    left: -10px;
}

.is-form-style input.is-search-input {
    color: #03314a;
    padding: 25px 12px;
    font-size: 21px !important;
}

.is-search-icon {
    color: #03314a;
    background: #ffcd33;
    height: 52px;
    margin-top: -8px;
    padding-top: 15px !important;
	width: 50px;
}

.is-form-style .is-search-submit path {
    fill: #03314a;
}

/*-------------------------------------------------------------------------------------------*/
/* FRAMEWORK */
/*-------------------------------------------------------------------------------------------*/

.container {
	max-width: 1300px;
	width: 100%;
}
.container-cushion {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
.no-gutter {
	padding-left: 0;
	padding-right: 0;
}
article {
	overflow: hidden;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.inner-wrapper {
	width: 100%;
	max-width: 1920px;
	margin-left: 0px;
	-webkit-transition: all 0.5s ease in;
	-moz-transition: all 0.5s ease in;
	-o-transition: all 0.5s ease in;
	transition: all 0.5s ease in;
	position: relative;
}


.is-menu path.search-icon-path {
    fill: #03314a!important;
}


/*-------------------------------------------------------------------------------------------*/
/* DEFAULT TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------*/

body {
	font-family: 'Open Sans';
	/*font-family: 'museo-slab', serif;*/
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75em; /* 28px */ 
	color: #6c6c6c;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'museo-slab', serif;
	line-height: 1.1em;
	color: #03314a;
}
h1, h2, h3,
.h1, .h2, .h3 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: 'Roboto Slab', serif;
	font-weight: 200;
	/*font-style: italic;*/
}
h4,
.h4 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	/*font-style: italic;*/}
h5,
.h5 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: 'Roboto Slab', serif;
	font-weight: 200;
}
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: 'Roboto Slab', serif;
	font-weight: 200;
	font-style: normal;
}
h1, .h1 {
	font-size: 60px;
}
h2, .h2 {
	font-size: 48px;
}
h3, .h3 {
	font-size: 40px;
}
h4, .h4 {
	font-size: 30px;
}
h5, .h5 {
	font-size: 24px;
}
h6, .h6 {
	font-size: 18px;
}
p {
	margin-bottom: 30px;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.25em;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px 0;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.25em;
  color: #777;
}
blockquote footer:before {
  content: '\2014 \00A0';
}

small, .small {
  font-size: 85%;
}
mark, .mark {
  padding: .2em;
  background-color: #fcf8e3;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25em;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #333;
  background-color: #f5f5f5;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.25em;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none !important;
	
}
a:hover {
	
	text-decoration: none !important;
}
a:active {
	text-decoration: none !important;
	
}


/*-------------------------------------------------------------------------------------------*/
/* WP CONTENT TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------*/

h1.entry-title,
h2.entry-title,
h1.archive-title,
h1.page-title {
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 600;
	margin: 0 0 30px 0;
}
.entry-content h1,
.entry-content h2 {
	font-size: 30px;
	line-height: 30px;
}
.entry-content h3 {
	font-size: 24px;
	line-height: 28px;
}
.entry-content h4 {
	font-size: 20px;
	line-height: 26px;
}
.entry-content h5 {
	font-size: 18px;
	line-height: 26px;
}
.entry-content h6 {
	font-size: 16px;
	line-height: 26px;
}

/* Paragraphs, Lists, Elements */
.entry-content p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}
.entry-content a,
.entry-content a:link,
.entry-content a:visited {
	text-decoration: none;
}
.entry-content ul {
	margin: 0 0 30px 15px;
	padding-left: 20px;
	list-style-type: disc;
}
.entry-content ol {
	margin: 0 0 30px 0px;
	padding-left: 20px;
	list-style-type: decimal;
}
.entry-content li {
	font-size: 16px;
	line-height: 26px;
}
.entry-content ul ul,
.entry-content ol ol {
	margin-bottom: 0px;
}
.entry-content blockquote {
}
.entry-content table {
	width: 100%;
	margin-bottom: 30px;
}
.entry-content table th {
	padding: 10px 15px;
}
.entry-content table td {
	padding: 10px 15px;
}
.entry-content dl {
	margin-bottom: 30px;
}
.entry-content dt {}
.entry-content dd {
	margin-bottom: 10px;
}
.entry-content address {
	margin-bottom: 30px;
}
.entry-content pre {
	margin-bottom: 30px;
}


/* Alignments */
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto 30px auto;
}

/* Images and Captions */
.entry-thumbnail {}
.wp-caption img {}
.wp-caption .wp-caption-text {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}


/*-------------------------------------------------------------------------------------------*/
/* HEADER*/
/*-------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 70px;
	z-index: 200;
	background-color: #fff;
}
.header-404 {
	background: #1a222e !important;
}
.header-logo {
	float: left;
	margin-top: 10px;
}
.header-nav {
	display: inline-block;
	float: right;
}

#menu-primary-menu {
	margin: 0;
	padding: 0;
	text-align: right;
}
#menu-primary-menu li {
	margin-top: 20px;
	display: inline-block;
}
#menu-primary-menu li a {
	position: relative;
	margin-left: 11px;
	margin-right: 11px;
	color: #03314a;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 18px;
	text-decoration: none !important;
	padding: 6px 0;
}
#menu-primary-menu li:nth-last-child(2) a {
	/*padding: 10px;
	margin-left: 4px;
	border: 4px solid #ffcd33;
	border-radius: 0px;
*/}

#menu-primary-menu li a:hover {
	text-decoration: none;
}
#menu-primary-menu li a:after {
	content: ''; 
	background: #ffcd33; 
	position: absolute; 
	bottom: -4px;
	left: 50%;
	height: 4px; 
	width: 0%;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#menu-primary-menu li a:hover:after {
	content: ''; 
	position: absolute; 
	bottom: -4px;
	left: 20%;
	height: 4px; 
	width: 60%;
	background-color: #ffcd33; 
}
#menu-primary-menu li:last-child a:after {
	height: 100%;
	top: 0;
	left: 0;
}
#menu-primary-menu li:last-child a:hover:after {
	width: 101%;
}

.header-nav .toggle {
	display: none;
	float: right;
	margin-top: 10px;
	background-color: #043049;
	border-radius: 5px;
}
.header-nav .icon-menu {
	text-align: right;
	cursor: pointer;
}
.header-nav .icon-menu:before {
	content: '\e607';
	font-size: 40px;
	color: #ffffff;
}
.nav-active .header-nav .icon-menu:before {
	content: '\e608';
}


#off-canvas-nav {
	display: none;
}
#off-canvas-nav {
	width: 252px;
	background: #03314a;
	position: absolute;
	right: -252px;
	bottom: 0;
	top: 0;
}
#off-canvas-nav img {
	max-width: 175px;
	margin: 0 auto;
}
#off-canvas-nav .inner-nav-wrapper {
	position: fixed;
	width: 252px;
	top: 0;
	bottom: 0;
	overflow-y: auto;
}
#off-canvas-nav ul {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}
.admin-bar #off-canvas-nav ul {
	margin-top: 52px;
}
#off-canvas-nav li a {
	display: block;
	padding: 14px 25px;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #c3c3c3;
}
#off-canvas-nav ul li a:hover {
	color: #03314a;
	background: #ffffff;
}

@media ( min-width:768px ) {
	.inner-wrapper {
		margin-left: 0 !important;
	}
}
@media( max-width:767px ) {
	.header-nav .toggle {
		display: block;
	}
	#off-canvas-nav {
		display: block;
	}
}
@media( max-width:600px ) {
}

/*-------------------------------------------------------------------------------------------*/
/* MASTHEAD */
/*-------------------------------------------------------------------------------------------*/

.masthead {
	margin-top: -120px;
}
.masthead-block {
	position: relative;
	max-height: 540px;
	background: #03314a;
}
.masthead-image {
	display: inline-block;
	width: 100%;
	min-height: 440px;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
@media screen and (min-width: 320px) and (max-width: 667px) {
	.masthead-image {
		background-attachment: scroll;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.masthead-image {
		background-attachment: scroll;
	}
}
.home .masthead-image {
	min-height: 540px;
}
.masthead-image img {
	width: 100%;
}
.masthead-heading {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: 25px;
	padding: 0 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.masthead-heading h1 {
	max-width: 900px;
	margin: 0 auto;
	color: #ffffff;
}
.masthead-heading-image {
	margin: 0 auto;
	width: auto !important;
}
.masthead-subheading {
	max-width: 900px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 20px;
}
.masthead-subheading a {
	color: #ffffff;
    	background-color: none;
    	padding: 15px;
	border: 4px solid #ffcd33;
	border-radius: 0px;
}	

.masthead-heading .entry-meta {
	margin-top: 15px;
	color: #ffffff;
	font-size: 18px;
}


/*-------------------------------------------------------------------------------------------*/
/* GENERAL INTERIOR */
/*-------------------------------------------------------------------------------------------*/

.page-content {
	margin-top: -1px;
	margin-bottom: -1px;
}
.page-content a {
	text-decoration: none;
    color: #374962;
    background-color: 
    padding: 2px 4px;
}
.page-content a:hover {
	text-decoration: none;
    color: #f8cc2e;
    background-color: 
}

.breadcrumbs {
	margin-bottom: 20px;	
}


.diamond {
	/*display: block;*/
	display: none;	
	width: 100%;
	height: 30px;
	text-align: center;
}
.diamond:before {
	display: none;	

	font-family: 'icomoon';
	content: "\e609";
	color: #412956;
	font-size: 20px;
}
.diamond-white:before {
	display: none;	

	color: #ffffff;
}


.count {
	position: absolute;
	top: 8px;
	left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
	color: #a94625;
	background-image: url(images/count_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}


/*-------------------------------------------------------------------------------------------*/
/* POST */
/*-------------------------------------------------------------------------------------------*/


.single-post-content {
	margin-top: 60px;
	margin-bottom: 60px;
}
.page-blog-content {
	margin-top: 60px;
}
.masonry-grid {
	margin: 20px auto 60px auto;
}
.masonry-grid .grid-item {
	display: inline-table;
	width: 400px;
	margin-bottom: 30px;
}
.grid-item .entry-meta,
.grid-item .entry-title,
.grid-item .entry-thumbnail,
.grid-item .entry-content,
.grid-item .entry-readmore {
	padding: 0 15px;
}
.grid-item .entry-title {
	margin: 6px 0 15px 0;
	color: #494949;
	font-size: 22px;
	line-height: 28px;
}
.blog .grid-item:after {
	display: block;
	width: 100px;
	height: 15px;
	margin-left: 15px;
	content: ''; 
	background: #4e2f63;
}
/*
.grid-item:nth-last-child(-n+3):after {
	display: none;
}
*/
.grid-item .entry-meta {
	color: #325227;
	font-size: 18px;
}
.grid-item .entry-title a,
.grid-item .entry-title a:hover {
	color: #494949;
	text-decoration: none;
}
.grid-item .entry-readmore {
	margin-bottom: 8px;
	background-image: url(images/more_arrow.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
}
.grid-item a .entry-readmore {
	color: #64cd76;
	font-style: italic;
	text-transform: uppercase;
}

.post-author-info {
	margin-top: 60px;
}
.post-author-info .author-title {
	position: relative;
	display: inline-block;
	background-color: #03314a;
	padding: 8px 25px 8px 130px;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 22px;
	border-radius: 5px;
}
.post-author-info .entry-avatar {
	position: absolute;
	top: -25px;
	left: 15px;
	display: inline-block;
	width: 100px;
	height: 100px;
	/*-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	-moz-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
	-webkit-clip-path: circle(50%);
	-moz-clip-path: circle(50%);
	clip-path: circle(50%);

	
}


.entry-author a,
.author-title a {
	color: #ffffff;
}

.author .page-archive {
	margin-top: 60px;
	margin-bottom: 60px;
}


/*-------------------------------------------------------------------------------------------*/
/* C3 Exchange */
/*-------------------------------------------------------------------------------------------*/

.page-id-3504 .masthead-image {
	min-height: 640px;
}
.page-id-3504 .masthead-block {
	max-height: inherit;
}
.exchange-links {
	margin: 70px 0 40px 0;
	text-align: center;
}
.exchange-link {
	display: inline-block;
	width: 100%;
	max-width: 375px;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
}
.exchange-link a {
	display: block;
	width: 100%;
	padding: 30px;
	min-height: 150px;
	color: #03314a;
	font-size: 1.4rem;
	font-style: italic;
	border: 1px solid #d8d8d8;
}
.exchange-link a:hover {
	background-color: #373381;
}
.exchange-link .diamond::before {
	color: #d8d8d8 !important;
	font-style: normal !important;
}
.exchange-link a:hover .diamond::before {
	color: #ffffff !important;
}
.exchange-link h4 {
	font-size: 2.4rem;
}
.exchange-link a:hover,
.exchange-link a:hover h4 {
	color: #ffffff;
}

.exchange-main {
	max-width: 980px;
	margin: 0 auto 45px auto;
	text-align: center;
}

#mixitup {
	margin-bottom: 60px;
	min-height: 400px;
}
#mixitup .mix {
	display: none;
	width: 100%;
}

.dimselect {
	position: relative;
	margin-right: 15px;
}
.dimselect select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 12px 0;
  font-size: 16px;
  outline: none;
  border: none;
  border-radius: 0px;
  font-weight: 400;
  color: #ffffff;
  background-color: #26225a;
  padding: 18px 15px;
  line-height: normal;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
}
.dimselect select:focus {
  box-shadow: 0 3px 4px rgba(0, 91, 166, 0.3) inset;
  outline: 3px solid #005BA6;
  outline-offset: -3px;
}
.dimselect select[disabled],
.dimselect select:disabled {
	display: none;
	/* opacity: 0.4; */
	/* cursor: not-allowed; */
}
.dimselect select:invalid {
	color: #c7c7c7;
}

.dimselect option {
    border: none;
	font-weight: normal;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dimselect select::-ms-expand {
    display: none;
  }
  .dimselect select:focus::-ms-value {
    background: transparent;
    color: #000;
  }
}

.dimselect::before,
.dimselect::after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
}
.dimselect::before {
  bottom: 65%;
  border-width: 0 5.5px 5px 5.5px;
  border-bottom-color: #fff;
}
.dimselect::after {
  border-width: 5px 5.5px 0 5.5px;
  border-top-color: #fff;
  top: 45%;
}

.dimselect:hover select {
  box-shadow: 0 2px 3px rgba(0, 91, 166, 0.1) inset;
  border-color: #005BA6;
}
.dimselect:hover select:focus {
  outline-color: transparent;
}
.dimselect:hover::before {
  border-bottom-color: #005BA6;
}
.dimselect:hover::after {
  border-top-color: #005BA6;
}

.resource {
	display: flex;
    align-items: center;
	width: 100%;
	padding: 24px 20px 30px 20px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
}
.resource-details.yes-image {
	width: 70%;
}
.resource a {
	color: #03314a;
}
.resource-title {
	font-size: 2rem;
}
.resource-url {
	font-size: 1.3rem;
}
.resource-term {
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.resource a:hover .resource-term {
	color: #03314a;
}
.resource-annotation {
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin: 8px 0 16px 0;
}
.resource-images {
	width: 30%;
	padding-right: 20px;
}
.resource-image {
	max-width: 100%;
	margin: 10px auto 15px auto;
}


/*-------------------------------------------------------------------------------------------*/
/* INQUIRY */
/*-------------------------------------------------------------------------------------------*/

.inquiry-teaser {
	border-top: 25px solid #03314a; 
}
.inquiry-teaser:first-child {
	border-top: 0;
}
.inquiry-teaser-pad {
	margin: 45px 15px;
	background-color: #fcfcfc;
	padding: 15px;
	height: 655px;
	border: 1px solid #ddd;
}
.inquiry-teaser:nth-child(odd) .inquiry-teaser-info {
	left: 0 !important;
}
.inquiry-teaser:nth-child(odd) .inquiry-teaser-image {
	right: 0 !important;
}
.inquiry-teaser .entry-title {
	color: #03314a;
	text-align: left;
}
.inquiry-teaser .stage-title {
	/*max-width: 160px;*/
}
.inquiry-teaser-more-info {
	margin-bottom: 60px;
}

.inquiry-teaser-more-info h4 {
	font-size: 20px;
}

@media (max-width: 992px) {
	.inquiry-teaser-more-info [class*="col-sm"] {
		display: block !important;
	}
}
.inquiry-teaser-image {
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 50%;
}
.featured-label {
	position: absolute;
	top: 30px;
	right: 0;
	padding: 8px 0 6px 20px;
	padding-right: 15%;
	color: #fff;
	font-size: 20px;
	background-color: #ffcd33;
}

.inquiry-main {
	margin-top: -120px;
}
.inquiry-block {
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
}
.inquiry-content {
	margin-top: 135px;
	padding: 30px;
	background-color: #ffffff;
}

.tier-2 {
	background-color: #f7f7f7;
}

.inquiry-content .inquiry-grade {
	margin: 0 auto;
	/*text-align: center;*/
}
.inquiry-content .entry-title {
	/*text-align: center;*/
}
.inquiry-download {
	position: absolute;
	right: 10%;
	bottom: 0;
	padding: 15px 15px 20px 15px;
	background-color: #ffffff;
}

.inquiry-download.tier-2 {
	padding: 25px 15px 20px 15px;
	background-color: #f7f7f7;
	position: inherit;
	right: 0;
}

.tier-2 h1 {
	font-size: 32px;
}

.tier-2 .breadcrumb {
	margin-left: 0;
}

.inquiry-download.tier-2 .download-links {text-align: center;}

.inquiry-download .download-label {
	padding-bottom: 15px;
	color: #03314a;
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	font-weight: 600;
	/*font-style: italic;*/
	text-align: center;
}
.inquiry-download .download-link a {
	position: relative;
	padding: 8px 18px;
	font-size: 18px;
	border: 4px solid #ffcd33;
	z-index: 0;
}
.inquiry-download .download-link a:hover {
	color: #ffffff;
}
.inquiry-download .download-link a:after {
	content: ''; 
	background: #ffcd33; 
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.inquiry-download .download-link a:hover:after {
	width: 101%;
}

.inquiry-compelling {
	padding-top: 60px;
	padding-bottom: 60px;
}
.inquiry-compelling h4 {
	margin-bottom: 0;
}
.inquiry-compelling h2 {
	margin-top: 5px;
}
.inquiry-secondary {
	position: relative;
	background-color: #242058;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: none;
}
.supporting-questions {
    position: relative;
	width: 100%;
	padding: 45px 0 60px 30px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.supporting-question {
	position: relative;
	display: inline-block;
	width: 362px;
	padding: 60px 30px 30px 30px;
	margin-right: 30px;
	white-space: normal;
	vertical-align: top;
	background-color: #ffffff;
}

.more-right {
	position: absolute;
	top: 0;
	width: 100%;
/* 	pointer-events: none; */
}
.more-right .arrow-container {
	width: 100%;
	margin: 0 auto;
	padding-right: 10px;
	max-width: 1400px;
}
.more-right .arrow-right {
	float: right;
	margin-top: 350px;
    width: 24px;
	height: 38px;
	background-image: url('images/arrow_right.png');
	background-repeat: no-repeat;
}

.supporting-question .inline-title {
	display: block;
}
.inquiry-extra {
	margin-top: 40px;
	margin-bottom: 60px;
}
.inquiry-extra h3 {
	margin-top: 30px;
}

.inline-title {
	color: #03314a;
	font-family: 'Roboto Slab', serif;
	/*font-weight: 600;/
	/*font-style: italic;*/
	font-size: 20px;
}


.grade {
	display: inline-block;
	padding: 0 18px;
	color: #ffffff;
	background-color: #03314a;
	border-radius: 4px;
}
.hub {
	display: inline-block;
	padding: 0 18px;
	color: #ffffff;
	background-color: #325227;
	border-radius: 4px;
}

.post-type-archive-inquiries .wcf-pagination {
	display: none;
}


/*-------------------------------------------------------------------------------------------*/
/* ARCHIVE */
/*-------------------------------------------------------------------------------------------*/


.page-archive {
/* 	margin-top: 60px; */
}


/*-------------------------------------------------------------------------------------------*/
/* FORM FILTERS */
/*-------------------------------------------------------------------------------------------*/
#wcf-form-708 {width: 100%; display: block;}

#wcf-form-708 .wcf-input_query {width: 98%; margin: 0 1% 25px 1%;}

#wcf-form-708 .wcf-field-row.wcf-horizontal .wcf-form-field-wrapper {width: 100%;}

#wcf-form-708 .wcf-taxonomy {
    display: inline-block;
    margin: 10px 1% 25px 1%;
    width: 48%;
}

#wcf-form-708 select {padding: 15px 0.5em !important;}


.wcf-submit-button {margin-left: 14px!important;margin-right: 5px!important;}
.wcf-submit-button, .wcf-reset-button {
    margin: 10px 10px 0 0px;
    border: 2px solid #fdd502;
    color: #03314a;
    background-color: #fdd502!important;
    padding: 5px 15px;}



.wcf-submit_button .wcf-submit-button:hover, .wcf-submit_button .wcf-reset-button:hover {color: #03314a!important;}

.wcf-form-search input[type="text"] {margin-top: 8px;}

.display-table  {
    display: table;
}

.row.display-table [class*='col-'] {
    display: table-cell;
}

.box {
    height: 675px;
}

.filter-block .article-filters {
	background-color: #03314a !important;
	padding: 15px 0;
	margin: 50px auto 0;}

.wcf-form-search {
	margin-bottom: 0;
}

.blog-filter-label {
	float: left;
	margin-right: 20px;
	color: #fff;
	font-size: 20px;
}
.wcf-form-title,
.wcf-label {
	display: none !important;
}

.wcf-form-search select {
	/*height: 30px;*/
	padding: 5px 15px;
}

.wcf-form-search {
	display: inline-block;
}
.wcf-field-row {
	display: inline-block;
	margin-bottom: 0 !important;
}

#wcf-form-705 .wcf-input_query
/*
#wcf-form-708 .wcf-input_query */ {
	display: none;
}


/*-------------------------------------------------------------------------------------------*/
/* SPECIALTY */
/*-------------------------------------------------------------------------------------------*/

.inquiry-feed-panel {
	padding-top: 45px;
	padding-bottom: 60px;
	background-color: #03314a;
	/*background-image: url(images/inquiry_bg.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: none;*/
}

.inquiry-feed-panel .container-cushion {
	padding-top: 0;
}
/*
@media screen and (min-width: 320px) and (max-width: 667px) {
	.inquiry-feed-panel {
		background-attachment: scroll !important;
	}
}
*/
.inquiry-feed-panel h2 {
	color: #ffffff;
	text-align: center;
}
.inquiry-feed-panel .grid-item {
	margin-bottom: 15px;
}
.inquiry-feed-panel .grid-item a {
	color: #ffffff;
}
.inquiry-feed-panel .grid-item a:hover {
	color: #ffcd33;
}
.inquiry-feed-panel .grid-item img {
	margin: 0 auto;
}

.content-block {
	padding-top: 45px;
	padding-bottom: 45px;
}
.content-block-image {
	margin: 30px auto 0 auto;
}

.callout-block {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #242058;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: none;
}
@media screen and (min-width: 320px) and (max-width: 667px) {
	.callout-block {
		background-attachment: scroll;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.callout-block {
		background-attachment: scroll;
	}
}
.callout-block h2,
.callout-block p {
	color: #ffffff;
}


/*-------------------------------------------------------------------------------------------*/
/* HOME PAGE */
/*-------------------------------------------------------------------------------------------*/

.home-content-image {
	margin: 0 auto;
}

.home-blog-feed {
	margin-top: 60px;
	margin-bottom: 30px;
}
.home-blog-feed .grid-item {
	margin-bottom: 30px;
}
.home-blog-feed h2 {
	text-align: center;
}
.home-blog-feed h2.entry-title {
	text-align: left;
}
.home-blog-feed .readmore a {
    position: absolute;
    bottom: 0px;
    /* right: 15px; */
    left: 30px;
    color: #263243 !important;
}


/*-------------------------------------------------------------------------------------------*/
/* SIDEBAR */
/*-------------------------------------------------------------------------------------------*/

.sidebar h3 {
	font-size: 28px;
}
.sidebar .h3-share {
	margin-top: 0;
}

.o3-share {
	display: inline-block;
	margin-bottom: 15px;
}
.o3-share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.o3-share ul li {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0;
}
.o3-share ul li a {
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 18px;
	color: #03314a;
	font-size: 24px;
	background-image: url(images/social_circle_border.png);
	background-size: cover;
}
.o3-share ul li a:hover {
	color: #ffcd33;
}

.widget_categories {
	margin-bottom: 30px;
}
.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_categories ul li {
	display: inline-block;
	margin: 0 0 15px 0;
}
.widget_categories ul li a {
	min-width: 100px;
	padding: 8px 10px;
	color: #ffffff;
	border-radius: 3px;
	background-color: #03314a;
}
.widget_categories ul li a:hover,
.widget_categories ul li.current-cat a {
	background-color: #325227;
}

.sidebar-post {
	display: block;
	min-height: 80px;
	margin-bottom: 10px;
}
.sidebar-post .entry-avatar {
	float: left;
	margin-right: 15px;
	width: 70px;
	height: 70px;
	background-color: pink;
	/*-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	-moz-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
	-webkit-clip-path: circle(50%);
	-moz-clip-path: circle(50%);
	clip-path: circle(50%);	
}
.sidebar-post .entry-info {
	display: block;
}
.sidebar-post .entry-title {
	padding-top: 10px;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 16px;
	/*font-weight: 600;
	font-style: italic;*/
}
.sidebar-post .entry-meta {
	color: #325227;
	font-size: 14px;
}


/*-------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------*/

#footer {
	padding-top: 30px;
	height: 130px;
	background-color: #03314a;
	/*background-image: url(images/bg_footer.jpg);*/
	background-repeat: repeat-x;
}

.footer-logo {
	display: inline-block;
	float: left;
}
.footer-nav {
	display: inline-block;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-nav ul li {
	float: left;
	margin-left: 60px;
}
.footer-nav ul li a {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
.footer-nav ul li a:hover {
	color: #ffcd33;
	text-decoration: none;
}
.footer-social-links {
	display: inline-block;
	float: right;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}
.footer-social-links li {
	float: left;
	margin-left: 25px;
	font-size: 22px;
}
.footer-social-links li a {
	color: #ffffff;
}
.footer-social-links li a:hover {
	color: #ffcd33;
	text-decoration: none;
}


/*-------------------------------------------------------------------------------------------*/
/* ELEMENTS */
/*-------------------------------------------------------------------------------------------*/

.breadcrumb {
	margin-left: 15px;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 14px;
}
.breadcrumb .trail-end {
	color: #325227;
}

.btn-group {
	text-align: center;
}
.btn {
	position: relative;
	display: inline-block;
	margin: 0 15px 10px 15px;
	z-index: 0;
}
.btn a {
	display: inline-block;
	padding: 15px;
	max-width: 180px;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	border: 4px solid #f9cd00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.btn:hover a {
	color: #ffffff;
}
.btn:after {
	content: ''; 
	position: absolute; 
	left: 0;
	height: 100%; 
	width: 0%;
	background: #ffcd33;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:hover:after {
	width: 101%;
}
.btn-default a {
}
.btn-default:hover a {
}
.btn-inverse a {
	/*color: #000;*/
	color: #ffffff;
}
.btn-inverse:hover a {
	color: #000000;
}

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




.wcf-pagination {
	text-align: center;
}
.wcf-pagination li {
	padding: 0;
	border: 0 !important;
}
.pagination {
	text-align: center;
}
.pagination .page-numbers,
.wcf-pagination li .page-numbers {
    padding: 3px 8px;
    color: #ffffff;
    background-color: #03314a;
    border-radius: 4px;
}
.pagination .page-numbers.current,
.wcf-pagination li.active .page-numbers.current {
    padding: 3px 8px !important;
    color: #ffffff !important;
	background-color: #a94625;
}


/*-------------------------------------------------------------------------------------------*/
/* FORMS */
/*-------------------------------------------------------------------------------------------*/

.gform_wrapper {
	max-width: 800px !important;
}
.gform_wrapper .gfield {
	margin-bottom: 10px !important;
}
.gform_wrapper input[type='text'],
.gform_wrapper textarea {
	border: 1px solid #777;
	padding: 10px !important;
}
.gform_wrapper textarea {
	margin-top: 6px;
}
.gform_wrapper .gfield_label {
	margin-bottom: -6px !important;
}
.gform_wrapper .gform_footer {
	margin-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: 0 !important;
	background: none !important;
}


/*-------------------------------------------------------------------------------------------*/
/* ICONS */
/*-------------------------------------------------------------------------------------------*/


@font-face {
	font-family: 'icomoon';
	src:url('includes/libraries/icomoon/fonts/icomoon.eot?l8ivdw');
	src:url('includes/libraries/icomoon/fonts/icomoon.eot?#iefixl8ivdw') format('embedded-opentype'),
		url('includes/libraries/icomoon/fonts/icomoon.ttf?l8ivdw') format('truetype'),
		url('includes/libraries/icomoon/fonts/icomoon.woff?l8ivdw') format('woff'),
		url('includes/libraries/icomoon/fonts/icomoon.svg?l8ivdw#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-diamond:before {
	content: "\e609";
}
.icon-menu:before {
	content: "\e607";
}
.icon-cross:before {
	content: "\e608";
}
.icon-search:before {
	content: "\e600";
}
.icon-pinterest:before {
	content: "\e601";
}
.icon-youtube:before {
	content: "\e602";
}
.icon-instagram:before {
	content: "\e603";
}
.icon-google-plus:before {
	content: "\e604";
}
.icon-twitter:before {
	content: "\e605";
}
.icon-facebook:before {
	content: "\e606";
}


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

@media ( min-width:768px ) {
	.row-eq-height {
    display: table;
	}
	.row-eq-height [class*="col-"] {
	    float: none;
	    display: table-cell;
	    vertical-align: top;
	}
}


@media (max-width: 1099px) {
	#header {
		height: 70px;
	}
	.header-logo {
		width: 325px;
	}
	#menu-primary-menu li {
		margin-top: 20px;
	}
	#menu-primary-menu li a {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 16px;
	}
	.ie8 #menu-primary-menu li a {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	#header {
		height: 60px;
	}
	.header-logo {
		width: 225px;
	}
	#menu-primary-menu li {
		margin-top: 15px;
	}
	#menu-primary-menu li a {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 14px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
and (orientation: portrait) {
	#menu-primary-menu li a {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	h1, .h1 {
		font-size: 48px;
	}
	h2, .h2 {
		font-size: 36px;
	}
	h3, .h3 {
		font-size: 28px;
	}
	h4, .h4 {
		font-size: 22px;
	}
	h5, .h5 {
		font-size: 20px;
	}
	h6, .h6 {
		font-size: 16px;
	}
	#menu-primary-menu {
		display: none;
	}
	.masthead-image {
		min-height: 480px;
	}
	.masthead-subheading {
		font-size: 18px;
	}
	.home-content-image {
		margin-top: 15px;
	}
	.inquiry-teaser-image {
		display: none;
	}
	#footer {
		min-height: 230px;
	}
	.footer-logo {
		width: 100%;
	}
	.footer-logo img {
		margin: 0 auto;
	}
	.footer-nav {
		float: none;
		width: 100%;
		margin: 15px 0 0 0;
	}
	.footer-nav ul li {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.footer-social-links {
		margin: 20px auto 0 auto;
		width: 100%;
		float: none;
		text-align: center;
	}
	.footer-social-links li {
		float: none;
		margin: 0 10px;
		display: inline-block;
	}
}
@media (max-width: 480px) {	
	h1, .h1 {
		font-size: 40px;
	}
	h2, .h2 {
		font-size: 30px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	h4, .h4 {
		font-size: 20px;
	}
	h5, .h5 {
		font-size: 18px;
	}
	h6, .h6 {
		font-size: 16px;
	}
	.masthead-image {
		min-height: 420px;
	}
	.masthead-heading {
		margin-top: 50px;
		padding: 0 15px;
	}
	.masthead-subheading {
		font-size: 16px;
	}
	.masonry-grid {
		width: 100% !important;
	}
	.masonry-grid .grid-item {
		width: 100%;
	}
	.container-cushion {
		padding-left: 15px;
		padding-right: 15px;
	}
	.grid-item .entry-meta,
	.grid-item .entry-title,
	.grid-item .entry-thumbnail,
	.grid-item .entry-content,
	.grid-item .entry-readmore {
		padding: 0;
	}
}
@media (max-width: 320px) {
}


/*-------------------------------------------------------------------------------------------*/
/* NON RESPONSIVE */
/*-------------------------------------------------------------------------------------------*/
body.standard .container .navbar-header,
body.standard .container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
body.standard .navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
body.standard .navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  border-top: 0px;
}

body.standard .navbar-toggle {
  display: none;
}

/* Always apply the floated nav */
body.standard .navbar-nav {
  float: left;
  margin: 0;
}
body.standard .navbar-nav > li {
  float: left;
}
body.standard .navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
body.standard .navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
body.standard .navbar .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
body.standard .navbar .open .dropdown-menu > li > a {
  color: #333;
}
body.standard .navbar .open .dropdown-menu > li > a:hover,
body.standard .navbar .open .dropdown-menu > li > a:focus,
body.standard .navbar .open .dropdown-menu > .active > a,
body.standard .navbar .open .dropdown-menu > .active > a:hover,
body.standard .navbar .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
body.standard .navbar .open .dropdown-menu > .disabled > a,
body.standard .navbar .open .dropdown-menu > .disabled > a:hover,
body.standard .navbar .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

.header-container {
	position: relative;
}
.header-row {
	position: absolute;
	left: 15px;
	right: 15px;
}
#gf_1 {
	display: none;
}