/*  
Theme Name: Slice
Theme URI: http://slicecommunications.com
Description: Custom CMS built on the WordPress platform.
Version: 1.0
Author: 320studios - Bart Hook
Author URI: http://www.320studios.com/
*/


/*---------------------------------------------------------------------
 *  RESET
 *---------------------------------------------------------------------*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: none;
} 

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
}

input[type=radio], input[type=checkbox] {
	margin: 0 10px 0 0;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/*---------------------------------------------------------------------
 *  HTML ELEMENTS
 *---------------------------------------------------------------------*/
 
html {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: none;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

a {
	color: #ceb72d;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #8AB8E1;
}

ul {
	margin: 0 0 30px 40px;
	list-style: circle;
}

ol {
	margin: 0 0 30px 40px;
	list-style: decimal;
}

li {
	margin: 0 0 5px 0;
}



/*---------------------------------------------------------------------
 *  GLOBAL STYLES
 *---------------------------------------------------------------------*/
  
.clear {
	clear: both;
}

.left {
	position: relative;
	float: left;
	box-sizing: border-box;
}

.right {
	position: relative;
	float: right;
	box-sizing: border-box;
}

.center {
	text-align: center;
}

.layout {
	position: relative;
	z-index: 1;
}

.wrapper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 85px;
	z-index: 1;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}



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

#hero {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 0 0;
	height: 752px;
	background-size: cover;
	background-position: center center;
	background-color: #ffffff;
	z-index: 5;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#home_slider {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-size: cover;
	background-position: center center;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.home1 { background-image: url(images/slides/home1.jpg); }
.home2 { background-image: url(images/slides/home2.jpg); }
.home3 { background-image: url(images/slides/home3.jpg); }
.home4 { background-image: url(images/slides/home4.jpg); }

/*#home_content {
	position: absolute;
	bottom: 200px;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}*/

#home_content {
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
		align-items: center;
	-webkit-justify-content: center;
		justify-content: center;
	bottom: 0;
	left: 0;
	height: 650px;
	width: 100%;
	box-sizing: border-box;
	z-index: 10;
}

#home_content h1 {
	color: #ffffff;
	font-weight: 800;
	font-size: 85px;
	margin: 0;
	letter-spacing: -1px;
	line-height: 1;
}

#home_content a {
	display: inline-block;
	margin: 40px 0 0 0;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	padding: 15px 30px;
	text-transform: uppercase;
	background: #A52A2F;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	
}

#home_content a:hover {
	background: #8AB8E1;
	color: #000000;
}

#home_cols {
	position: relative;
	background: #434343;
	z-index: 1;
}

.hc_bg {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 50%;
	width: calc(50% - 267px);
	height: 100%;
	background: #292929;
}

#home_cols .wrapper {
	padding: 0;
	z-index: 10;
}

#home_cols h2 {
	font-weight: 800;
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 20px 0;
	padding: 0;
}

#home_cols h2 a {
	color: #ffffff;
}

#home_cols h2 span {
	display: block;
	color: #A52A2F;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
	margin: 0 0 5px 0;
}

#home_cols h2 a span {
	color: #A52A2F;
}

#home_cols h2 a:hover {
	color: #A52A2F;
}

#home_cols p {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

#home_cols p::after {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background: #A52A2F;
	margin: 25px 0 0 0;
}

.col {
	position: relative;
	float: left;
	width: 33%;
	background: #ccc;
	color: #9b9b9b;
	padding: 110px 85px 75px 85px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.one { background: #434343; }
.two { background: #363636; width: 34%; }
.three { background: #292929; }

#home_main {
	position: relative;
	color: #666666;
}

#home_main p {
	font-size: 17px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#home_main .wrapper {
	padding: 0;
}

#home_main .left {
	width: 67%;
	padding: 85px;
}

#home_main .right {
	width: 33%;
	background: #f8f8f8;
	padding: 85px;
}

#home_main h2 {
	font-weight: 800;
	font-size: 44px;
	line-height: 1;
	color: #292929;
	padding: 0;
	margin: 0 0 40px 0;
	letter-spacing: -1px;
}

#home_main h2 span {
	display: block;
	color: #999999;
	font-weight: 400;
	font-size: 19px;
	line-height: 1;
	margin: 0 0 5px 0;
	letter-spacing: normal;
}

#home_main ul {
	list-style: circle;
	margin: 0 0 0 20px;
	padding: 0;
}

#home_main ul li {
	font-size: 17px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

#home_main a.cta {
	display: inline-block;
	margin: 40px 0 0 0;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	padding: 15px 30px;
	text-transform: uppercase;
	background: #A52A2F;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#home_main a.cta:hover {
	background: #8AB8E1;
	color: #000000;
}




/*---------------------------------------------------------------------
 *  INTERIOR PAGES
 *---------------------------------------------------------------------*/

#header {
	position: relative;
	box-sizing: border-box;
	height: 402px;
	width: 100%;
	color: #ffffff;
	text-align: center;
	background-size: cover;
	background-position: center bottom;
	background-color: #000000;
}

#header .content {
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
		align-items: center;
	-webkit-justify-content: center;
		justify-content: center;
	bottom: 0;
	left: 0;
	height: 300px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

#header h1, #header h2 {
	font-weight: 800;
	font-size: 65px;
	line-height: normal;
	padding: 0 30px;
	letter-spacing: -1px;
}

#header a {
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px 0 0 0;
	font-weight: 600;
	color: rgba(255,255,255,.7);
}

#header a:hover {
	color: #A52A2F;
}

#page, #posts {
	position: relative;
	padding: 80px 0;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #777777;
}

#page p + ul {
	margin-top: -10px;
}

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

#page .wrapper, #posts .wrapper {
	padding: 0 30px;
	max-width: 1230px;
}

#page .left {
	width: 50%;
	padding: 0 40px 0 0;
}

#page .right {
	width: 50%;
	padding: 0 0 0 40px;
}

#page p a, #page li a {
	font-weight: 600;
}

#page strong {
	font-weight: 600;
	color: #666666;
}

#page ul.double li, #page ol.double li {
	margin: 0 0 20px 0;
}

#page h1 {
	text-align: center;
	color: #444;
	font-size: 44px;
	line-height: normal;
	font-weight: 400;
	margin: 0;
}

#page h1 span {
	display: block;
	font-size: 28px;
	line-height: normal;
	font-weight: 300;
	margin-top: 5px;
	color: #777;
}

#page h1::after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: transparent;
	border-top: 1px dashed #d7d7d7;
	margin: 30px auto 30px auto;
}

#page h2, #posts h2 {
	color: #111;
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	padding: 0;
	margin: 0 0 0 0;
}

#page h3, #posts h3 {
	font-size: 18px;
	line-height: normal;
	color: #111;
	font-weight: 500;
	padding: 0;
	margin: 10px 0;
}

#page h3 + ul.double {
	margin-top: 15px;
}

#page h2::after, #posts h2::after {
	content: "";
	width: 40px;
	height: 1px;
	display: block;
	background: #d8d8d8;
	margin: 20px 0;
}

#page p + h2 {
	margin-top: 20px;
}

#page ul + h2 {
	padding: 5px 0 0 0;
}

#intro {
	position: relative;
	box-sizing: border-box;
	padding: 0 70px;
	margin: 0;
	font-weight: 300;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #888888;
}

#intro::after {
	content: "";
	width: 200px;
	height: 2px;
	display: block;
	background: transparent;
	border-top: 1px dashed #d7d7d7;
	margin: 10px auto 30px auto;
}

#intro strong {
	color: #555555;
	font-weight: 500;
}

#case_studies, #pubs {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0 0 0;
}

#case_studies ul, #pubs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#case_studies ul li, #pubs ul li {
	display: inline-block;
	max-width: 300px;
	margin: 0 15px 15px 15px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .7;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#case_studies ul li:hover, #pubs ul li:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

#careers {
	position: relative;
	box-sizing: border-box;
	color: #888888;
	font-size: 15px;
	line-height: 20px;
}

#careers ul {
	margin: 0 0 0 20px;
}

#careers li {
	margin: 0 0 20px 0;
}

#careers a {
	font-size: 17px;
	font-weight: 700;
}

#careers ul + h2 {
	margin-top: 30px;
}

.subtitle {
	position: relative;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	color: #444;
	font-weight: 600;
	width: 100%;
	/*max-width: 800px;
	text-align: center;*/
	margin: 0 auto 30px auto;
}

.eventsub {
	text-align: center;
}

.subtitle a {
	font-size: 16px;
	font-weight: 500;
	margin: 3px 0 0 0;
}

.subtitle a i {
	margin: 0 8px 0 0;
	color: #cccccc;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.subtitle a:hover i {
	color: #8AB8E1;
}

.subtitle span {
	display: block;
	font-weight: 500;
	color: #555555;
	margin: 0;
}

.blogauthor {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 30px 0;
}

#news {
	position: relative;
	box-sizing: border-box;
	color: #888888;
	font-size: 16px;
	line-height: 26px;
}


#news h2::after {
	margin: 20px 0 25px 0;
}

#news h3 {
	margin: 0 0 15px 0;
}

#news h3 a {
	color: #111111;
}

#news h3 a:hover {
	color: #8AB8E1;
}

#page a.more {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	padding: 10px 20px;
	text-transform: uppercase;
	background: #A52A2F;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#page a.more:hover {
	color: #000000;
	background: #8AB8E1;
}

#event {
	position: relative;
	box-sizing: border-box;
	margin: 30px 0 0 0;
}

#e_image {
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

#e_image img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto 20px auto;
}

#ticket {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0 0 0;
}

#ticket a {
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	color: #000000;
	line-height: 1;
	padding: 15px 30px;
	text-transform: uppercase;
	background: #8AB8E1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#ticket a:hover {
	color: #ffffff;
	background: #A52A2F;
}

#map {
	position: relative;
	box-sizing: border-box;
	height: 240px;
	margin: 0 0 30px 0;
}


.post {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px dashed #d7d7d7;
}

.post a.more {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	padding: 10px 20px;
	text-transform: uppercase;
	background: #A52A2F;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.post a.more:hover {
	color: #000000;
	background: #8AB8E1;
}

.post h2 a {
	color: #111111;
}

.post h2 a:hover {
	color: #8AB8E1;
}

.post .right {
	width: 380px;
}

.post .right img {
	width: 100%;
	height: auto;
	display: block;
}

.post .left {
	width: calc(100% - 380px);
	padding: 0 40px 0 0;
}

img.aligncenter {
	display: block;
	margin: 20px auto;
}

img.alignright {
	float: right;
	margin: 10px 0 30px 30px;
}

img.alignleft {
	float: left;
	margin: 10px 30px 30px 0;
}




/*---------------------------------------------------------------------
 *  TEAM
 *---------------------------------------------------------------------*/

#team {
	position: relative;
	box-sizing: border-box;
}

.member {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 33.33333%;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
    line-height: 1;
    color: rgba(255,255,255,.8);
}

#team h3 {
	font-size: 24px;
	line-height: normal;
	color: #ffffff;
	font-weight: 700;
	padding: 0;
	margin: 0 0 5px 0;
}

.member img {
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
}

.overlay {
	position: absolute;
	padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
		align-items: center;
    -webkit-justify-content: center;
    	justify-content: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}

.member:hover .overlay {
	opacity: 1;
}

.member a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}

.member a:hover {
	cursor: pointer;
}

#download {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	margin: 20px auto 0 auto;
}

#download.updated {
	margin: 0 auto 20px auto;
}

#download.vid {
	margin: 40px auto 0 auto;
}

#download a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #A52A2F;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#download a:hover {
    color: #000000;
    background: #8AB8E1;
}




/*---------------------------------------------------------------------
 *  FOOTER
 *---------------------------------------------------------------------*/
 
#footer {
	position: relative;
	background: #434343;
	color: #ffffff;
}

#footer .wrapper {
	padding: 0;
}

#footer .left {
	width: 67%;
	padding: 50px 85px;
	color: #a9a9a9;
	font-size: 14px;
}

#footer .right {
	width: 33%;
	padding: 50px 85px;
}

#social {
	position: relative;
	margin: 0 0 25px 0;
	font-size: 40px;
}

#social a {
	color: #acacac;
	margin: 0 3px 0 0;
}

#social a:hover {
	color: #A52A2F;
}

#footer_links {
	position: relative;
	font-size: 15px;
	line-height: normal;
	color: #ffffff;
	margin: 0 0 3px 0;
}

#footer_links span {
	padding: 0 8px;
}

#footer_links a {
	font-weight: 600;
	color: #ffffff;
}

#footer_links a:hover {
	color: #A52A2F;
}

#footer h3 {
	font-weight: 800;
	color: #fefefe;
	font-size: 24px;
	line-height: 1;
	padding: 0;
	margin: 2px 0 0 0;
}

#footer h3 span {
	display: block;
	color: #a9a9a9;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	margin: 0 0 3px 0;
}








/*---------------------------------------------------------------------
 *  TOP - NAV BAR
 *---------------------------------------------------------------------*/

#m_menu, #mobile_nav, .subnav {
	display: none;
	position: relative;
}

#top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	height: 102px;
	background: rgba(0,0,0,.35);
	border-bottom: 1px solid rgba(255,255,255,.2);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#top.fixed {
	background: rgba(0,0,0,.9);
}

#logo {
	position: relative;
	float: left;
	width: 110px;
	margin: 10px 0 0 0;
}

#logo img {
	display: block;
	width: 100%;
	height: auto;
}

#nav {
	position: relative;
	float: right;
	margin: 28px 0 0 0;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

#nav ul li {
	position: relative;
	display: inline-block;
	margin: 0;
}

#nav ul li a {
	display: block;
	font-weight: 700;
	color: #b4b4b4;
	font-size: 14px;
	line-height: 1;
	padding: 15px 20px;
	text-transform: uppercase;
}

#nav ul li a:hover {
	color: #ffffff;
}

#nav ul li.active a {
	color: #A52A2F;
}

#nav ul li.dd_open a {
	color: #ffffff;
	cursor: pointer;
}

#nav ul li .line {
	display: none;
}

#nav ul li.active .line {
	display: inline-block;
	position: absolute;
	margin: 27px auto 0 15px;
	width: calc(100% - 30px);
	height: 2px;
	background: #A52A2F;
}

#nav a .fa {
	margin: 0 0 0 5px;
	font-weight: 900;
}

.dropdown {
	display: none;
	position: absolute;
	left: 15px;
	z-index: 50;
	padding: 27px 0 0 0;
}

.dropdown ul {
	background: rgba(0,0,0,.75);
	position: relative;
	/*width: 200px;*/
	width: auto;
	min-width: 150px;
	margin: 0;
	border-top: 2px solid #A52A2F;
	/*-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);*/
}

#top.fixed .dropdown ul {
	background: rgba(0,0,0,.9);
}

#nav .dropdown ul li {
	display: block;
	white-space: nowrap;
	margin: 0;
}

#nav .dropdown ul li a {
	display: block;
	border: none;
	font-weight: 700;
	color: #b4b4b4;
	font-size: 13px;
	line-height: 1;
	padding: 15px 20px;
	text-transform: none;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

#nav .dropdown ul li a:hover {
	color: #8AB8E1;
	/*background: #8AB8E1;*/
}

#nav .dropdown ul li a.subactive {
	/*color: #A52A2F;*/
}

#nav ul li.special, #mobile_nav li.special {
	background: #A52A2F;
}

#nav ul li.special a, #mobile_nav li.special a {
	color: #ffffff;
}

#nav ul li.special a:hover, #mobile_nav li.special a:hover {
	color: #000000;
	background: #8AB8E1;
}


 
 
 
 
 

/*---------------------------------------------------------------------
 *  PAGINATION
 *---------------------------------------------------------------------*/
 
#post_nav {
	position: relative;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

#post_nav ol {
	margin: 0;
	list-style: none;
}

#post_nav ol li {
	padding: 0;
}

.wp-paginate {
	padding:0;
	margin:0;
}

#post_nav .wp-paginate li {
	display: inline-block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 3px;
}

.wp-paginate a {
	display: block;
	box-sizing: border-box;
	background: #f2f3f3;
	color: #777777;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.wp-paginate a:hover, .wp-paginate a:active {
	background: #A52A2F;
	color: #ffffff;
}

.wp-paginate .title {
	display: none;
}

.wp-paginate .gap {
	color: #777777;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

.wp-paginate .current {
	display: block;
	box-sizing: border-box;
	color: #fff;
	background: #8AB8E1;
	text-align: center;
}

.wp-paginate .page {}

.wp-paginate .prev, .wp-paginate .next {}




/*---------------------------------------------------------------------
 *  FORMS
 *---------------------------------------------------------------------*/
 
img.gform_ajax_spinner {
	display: none!important;
}

.gform_body {
	position: relative;
	box-sizing: border-box;
}

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

.gform_body ul li {
	margin: 0 0 20px 0;
}

.gfield_label {
	display: none;
}

.gfield_visibility_hidden {
	display: none;
}

.gform_body input[type="text"] {
	position: relative;
	font-family: 'Raleway', sans-serif;
	border: 1px solid transparent;
	outline: none;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0;
	width: 100%;
	height: 45px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	background: #f8f8f8;
	color: #222222;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.gform_body textarea {
	position: relative;
	font-family: 'Raleway', sans-serif;
	border: 1px solid transparent;
	outline: none;
	box-sizing: border-box;
	padding: 10px;
	margin: 0;
	width: 100%;
	height: 230px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	background: #f8f8f8;
	color: #222222;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.gform_body input[type="text"]:focus, .gform_body textarea:focus {
	background: #ffffff;
	border: 1px solid #cccccc;
}

.gfield_error input[type="text"], .gfield_error textarea {
	border-color: #9e0b0f;
}


.gfield_checkbox {
	position: relative;
}

.gfield_checkbox input[type=checkbox] {
	margin: 0 5px 0 0;
	line-height: 20px;
	vertical-align: middle;
}

.gfield_checkbox label {
	vertical-align: middle;
	line-height: 20px;
	font-size: 15px;
	font-weight: 600;
}

.gform_button {
	font-family: 'Raleway', sans-serif;
	border: none;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #A4292E;
	color: #ffffff;
	width: 120px;
	height: 45px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.gform_button:hover {
	background: #8AB8E1;
	color: #000000;
}

.validation_error {
	font-size: 17px;
	line-height: 22px;
	color: #9e0b0f;
	margin: 0 0 20px 0;
	font-weight: 500;
}

.validation_message {
	font-size: 14px;
	line-height: normal;
	color: #9e0b0f;
	margin: 7px 0 0 10px;
	font-weight: 500;
}

.gform_confirmation_message {
	font-size: 18px;
	line-height: normal;
	margin: 0 0 20px 0;
	font-weight: 600;
	color: #333;
}


/* =============================================
   CONTACT US
============================================= */

#field_2_1 {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: calc(50% - 10px);
}

#field_2_6 {
	position: relative;
	box-sizing: border-box;
	float: right;
	width: calc(50% - 10px);
}





/* =============================================
   FOOTER NEWSLETTER
============================================= */

#gform_wrapper_1 {
	position: relative;
	box-sizing: border-box;
	margin: 20px 0 0 0;
	width: 100%;
	padding: 0;
}

#gform_wrapper_1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gform_wrapper_1 li {
	margin: 0;
	padding: 0;
}

#gform_wrapper_1 .gfield_label {
	display: none;
}

#gform_wrapper_1 input[type="text"] {
	position: relative;
	font-family: 'Raleway', sans-serif;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0;
	width: calc(100% - 90px);
	height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	background: #ffffff;
	color: #555555;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 1;
}

#gform_wrapper_1 input[type="text"]:focus {
	background: #ffffff;
}

#gform_submit_button_1 {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Raleway', sans-serif;
	border: none;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #A4292E;
	color: #ffffff;
	width: 90px;
	height: 40px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 10;
}

#gform_submit_button_1:hover {
	background: #8AB8E1;
	color: #000000;
}

#gform_wrapper_1 .validation_error {
	display: none;
}

#gform_wrapper_1 .validation_message {
	margin: 7px 0 0 0;
	font-size: 13px;
	line-height: normal;
	color: #cccccc;
}

#gform_confirmation_message_1 {
	position: relative;
	margin: 17px 0 0 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #A52A2F;
}




/* =============================================
   PUBLICATION, BUSINESS GOALS & SCENARIO DOWNLOAD
============================================= */

#field_3_5, #field_15_5, #field_16_5 {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: calc(50% - 10px);
}

#field_3_6, #field_15_6, #field_16_6 {
    position: relative;
    box-sizing: border-box;
    float: right;
    width: calc(50% - 10px);
}

#gform_confirmation_message_3, #gform_confirmation_message_15, #gform_confirmation_message_16 {
	text-align: center;
	font-weight: 400;
}

#gform_3 .validation_error, #gform_15 .validation_error, #gform_16 .validation_error {
	display: none;
}

#pub_download {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	/*max-width: 700px;*/
	margin: 0 auto;
}

.hidden {
	display: none;
}

#pub_download .gform_wrapper {
	max-width: 700px;
}


/* =============================================
   WEBINAR DOWNLOAD
============================================= */

#field_4_5 {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: calc(50% - 10px);
}

#field_4_6 {
    position: relative;
    box-sizing: border-box;
    float: right;
    width: calc(50% - 10px);
}

#gform_confirmation_message_4 {
	text-align: center;
	font-weight: 600;
}

#gform_4 .validation_error {
	display: none;
}






::-webkit-input-placeholder {
   color: #8a8a8a; 
}

:-moz-placeholder { /* Firefox 18- */
   color: #8a8a8a;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #8a8a8a;  
}

:-ms-input-placeholder {  
   color: #8a8a8a; 
}






/*---------------------------------------------------------------------
 *  MODAL - POPUP
 *---------------------------------------------------------------------*/
 
#home_modal {
	box-sizing: border-box;
	padding: 30px;
	font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #777777;
}

#home_modal p {
	padding: 15px 0 0 0;
}

.pop_title {
    color: #444;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}

a.pop_cta {
	display: inline-block;
    margin: 20px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #A4292E;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a.pop_cta:hover {
	background: #8AB8E1;
    color: #000000;
}



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

#footer_logos {
	position: relative;
	box-sizing: border-box;
	background: #363636;
	width: 100%;
	padding: 20px;
	text-align: center;
}

#footer_logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#footer_logos li {
	display: inline-block;
	margin: 0 15px;
	height: 120px;
}

#footer_logos li img {
	height: 100%;
	width: auto;
	display: block;
	opacity: .35;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

/*#footer_logos:hover li img {
	opacity: 1;
}*/



/*---------------------------------------------------------------------
 *  NEW EVENTS UPDATES 9-27-19
 *---------------------------------------------------------------------*/

#meta {
	position: relative;
	box-sizing: border-box;
	padding: 0 20px 10px 20px;
	border-bottom: 1px dashed #d7d7d7;
	margin: -20px 0 30px 0;
	text-align: center;
	color: #666666;
	font-weight: 500;
}

#meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#meta ul li {
	display: inline-block;
	margin: 3px 10px;
	padding: 0;
}

#meta .fa {
	margin: 0 8px 0 0;
	color: #8AB8E1;
}

.item {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px dashed #d7d7d7;
}


/*---------------------------------------------------------------------
 * GRID
 *---------------------------------------------------------------------*/

.expand {
	display: none;
}

.e_loc p {
	padding: 0;
}

#filter {
	position: relative;
	box-sizing: border-box;
	margin: 30px 15px 0 15px;
	z-index: 999;
}

#filter strong {
	color: #777777;
	font-weight: 500;
	display: block;
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 1;
}

#grid {
	position: relative;
	box-sizing: border-box;
    opacity: 0;
    margin: 20px 0 40px 0;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 1;
}

.grid-item {
	position: relative;
	box-sizing: border-box;
	width: 33.33333%;
}

.eblock {
	position: relative;
    box-sizing: border-box;
    margin: 15px;
    border: 5px solid #ffffff;
    background: #ffffff;
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#grid .eblock h2 {
	font-size: 24px;
    line-height: normal;
    font-weight: 600;
}

.e_top {
	position: relative;
    box-sizing: border-box;
    background: #333333;
    color: #ffffff;
    height: 300px;
    border-bottom: 5px solid #A4292E;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.e_top .fa {
	margin: 0 0 0 10px;
}

.e_top:hover {
	border-color: #8AB8E1;
}

.e_photo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .99;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.e_top:hover .e_photo {
	opacity: .25;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.e_type {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 14px;
    color: #ebebeb;
    line-height: 1;
    z-index: 50;
}

.e_top_content {
    position: absolute;
    box-sizing: border-box;
    padding: 0 30px;
    left: 0;
    bottom: 20px;
    z-index: 10;
    margin: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.e_top_content p {
	font-size: 15px;
    line-height: 19px;
    color: #e0e0e0;
    padding: 10px 0 20px 0;
}

.e_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 100;
	background: transparent;
}

.e_bot {
    position: relative;
    box-sizing: border-box;
    padding: 30px;
	color: #777777;
    font-size: 16px;
    line-height: 26px;
}

.e_date .fa {
	margin: 0 10px 0 0;
	color: #8AB8E1;
}


.e_loc, .e_ticket {
	margin: 15px 0 0 0;
}

.e_loc a {
	color: #333333;
	font-weight: 600;
}

.e_loc a:hover {
	color: #8AB8E1;
}

.read {
    position: relative;
	font-weight: 700;
    color: #A52A2F;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}

.e_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 3;
	background: rgba(0,0,0,.5);
}



/*---------------------------------------------------------------------
 *  SERVICES
 *---------------------------------------------------------------------*/

#services {
	position: relative;
	box-sizing: border-box;
}

.service {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 60px 0;
}

.service:last-child {
	margin-bottom: 0;
}

#services .left {
	width: 150px;
	padding: 0;
}

#services .left img {
	display: block;
	width: 100%;
	height: auto;
}

#services .right {
	width: calc(100% - 150px);
	padding: 0 0 0 50px;
}

#services a.more {
    color: #000000;
    background: #8AB8E1;
}

#services a.more:hover {
    color: #ffffff;
    background: #A4292E;
}

.add_content {
    position: relative;
    box-sizing: border-box;
    margin: 40px 0 0 0;
}




/*---------------------------------------------------------------------
 *  NEW SERVICES
 *---------------------------------------------------------------------*/

#new_services {
	position: relative;
	box-sizing: border-box;
}

#new_services img {
	display: block;
	margin: 0 0 20px 0;
}

#new_services .service {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 60px 0;
}

.new-service {
	position: relative;
	box-sizing: border-box;
	padding: 15px;
	width: 33.333333333%;
	float: left;
}

#page #new_services .wrapper {
    padding: 0 15px;
    max-width: 1620px;
}

#pubs.smaller {
	padding: 65px 0 0 0;
	max-width: 1400px;
	margin: 0 auto;
}

#pubs.smaller ul li {
	max-width: 200px;
	margin: 10px 10px 0 10px;
	opacity: .4;
}

#pubs.smaller ul li:hover {
	opacity: 1;
}

#page #pubs.smaller h2 {
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	color: #555;
}

#page #pubs.smaller h2::after {
    margin: 20px auto 15px auto;
}





/*---------------------------------------------------------------------
 *  NICE SELECT
 *---------------------------------------------------------------------*/
 
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	/*float: left;*/
	float: none;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	white-space: nowrap;
	/*width: auto;*/
	width: 240px;
}
  
  
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
      
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin: 4px 0 0 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 240px;
}
    
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }





#signup {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	/*border-top: 1px solid #d8d8d8;
	padding: 30px 0 0 0;
	margin: 40px 0 0 0;*/
}

#signup.blogpage {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px dashed #d7d7d7;
}

#gform_wrapper_30 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

#gform_wrapper_30 .validation_error {
	display: none;
}

#gform_confirmation_message_30 {
	color: #8AB8E1;
}

#bot_posts {
	position: relative;
	box-sizing: border-box;
	margin: 40px 0 0 0;
}

#bot_posts .addtoany_share_save_container {
	display: none;
}




/*---------------------------------------------------------------------
 *  RELATED POSTS
 *---------------------------------------------------------------------*/

#related {
	position: relative;
	box-sizing: border-box;
	margin: 40px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #d7d7d7;
}

.rel_post {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.rel_post:nth-child(even) {
	padding: 20px 20px 20px 0;
}

.rel_post:nth-child(odd) {
	padding: 20px 0 20px 20px;
}

.rel_top {
	margin: 0 0 10px 0;
}



/*---------------------------------------------------------------------
 *  RFP FORM
 *---------------------------------------------------------------------*/

.hidden_sub_label {
	display: none;
}

#input_34_1_3 {
	float: left;
	width: calc(50% - 10px);
	margin: 0 0 20px 0;
}

#input_34_1_6 {
	float: right;
	width: calc(50% - 10px);
	margin: 0 0 20px 0;
}


/* RESULTS REPEAT CUSTOM CSS ADDITIONS */

.nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
	margin: 40px 0;
	padding: 20px;
	border-radius: 3px;
	background-color: #f7f7f5;
}
 
.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
 
.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
.nav-links a {
    color: #a42a2e;
}
.nav-links a:hover {
    color: #131313;
}





