/* Style By MA */
@font-face {
	font-family: 'Brown-Regular';
	src: url('../fonts/Brown-Regular.eot');
	src: url('../fonts/Brown-Regular.woff') format('woff'), 
		 url('../fonts/Brown-Regular.ttf') format('truetype'), 
		 url('../fonts/Brown-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brown-Light';
	src: url('../fonts/Brown-Light.eot');
	src: url('../fonts/Brown-Light.woff') format('woff'), url('../fonts/Brown-Light.ttf') format('truetype'), url('../fonts/Brown-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brown-Bold';
	src: url('../fonts/Brown-Bold.eot');
	src: url('../fonts/Brown-Bold.woff') format('woff'), url('../fonts/Brown-Bold.ttf') format('truetype'), url('../fonts/Brown-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?25514582');
  src: url('../fonts/fontello.eot?25514582#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?25514582') format('woff2'),
       url('../fonts/fontello.woff?25514582') format('woff'),
       url('../fonts/fontello.ttf?25514582') format('truetype'),
       url('../fonts/fontello.svg?25514582#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-open-big:before { content: '\e800'; } /* '' */
.icon-left-open-big:before { content: '\e801'; } /* '' */
.icon-linkedin:before { content: '\e802'; } /* '' */
.icon-down-open-big:before { content: '\e804'; } /* '' */
.icon-up-open-big:before { content: '\e805'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
.icon-linkedin-rect:before { content: '\f312'; } /* '' */


* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.clearfix:after, 
.container:after {
	content: '';
	display: block;
	clear: both;
}
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: 0;
}
strong{
	font-family: 'Brown-Bold';
	font-weight:700;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset { margin: 0 0 15px; }
blockquote, q, i, cite, em, var, dfn, address {font-style:italic; }
u, ins { text-decoration: underline; }
s, strike, del { text-decoration: line-through; }

p {
	word-break: break-word;
}

blockquote, q{ quotes: none; }
q:before, q:after, 
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: medium none;
	vertical-align: middle;
	width:100%;
}
table th {
	border: 0;
	padding: 5px 5px;
	text-align: left;
}
table td {
	padding: 5px 5px;
	text-align: left;
}
a img { border: 0; }
img {
	max-width: 100%;
	height: auto;
	vertical-align:middle; 
	border:0;
}

label { vertical-align: middle; }
h1, h2, h3, h4, h5, h6 { 
	font-family: 'Brown-Bold', sans-serif;
}
h1 {
	font-size:4em;
	line-height:1.3;
}
h2 {
	font-size:52px;
	line-height:1;
}
h3 {
	font-size:28px;
	line-height:1;
}
h4 {
	font-size:18px;
	line-height:1;
}
h5 {
	font-size: 12px;
	line-height:1;
}
h6 {
	font-size: 8px;
	line-height:1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #0075d8; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #0f283a; }
a, p a {
	color: #0075d8;
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, p a:hover {
	color:#0f283a;
	text-decoration: none;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
ul{
	list-style-type:disc;
	list-style-position:inside;
	padding-left:15px;
}
ol{
	list-style-type:decimal;
	list-style-position:inside;
	padding-left:15px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="number"],
select,
textarea{
	border:none;
	background:#fff;
	color: #1d252c;
	font-family: 'Brown-Regular', sans-serif;
	font-size:16px;
	line-height:1;
	outline: 0 ;
	padding: 0 28px;
	width: 100%;
	height:48px;
	margin-bottom:15px;
}
/*input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus{
	border-color:#7cb821;
}*/
textarea{
	min-height:130px;
	resize:none;
	padding:20px 28px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #455556;
  opacity:0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #455556;
  opacity:0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #455556;
  opacity:0.5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #455556;
  opacity:0.5;
}

.btn,
.gform_page_footer .button,
.gform_footer .button{
	font-family: 'Brown-Bold',Helvetica,Arial,sans-serif;
	font-size:1.25em;
	line-height:1;
	box-sizing: initial !important;
	background-color:transparent;
	color: #0075d8;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 0.8em 1.5em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	border: 1px solid #0075d8;
	letter-spacing: .1em;
	margin-bottom: 7px;
	border-radius: 15px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*.btn::after, 
.btn::before {
    content: "";
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    background-color: #0075d8;
}
.btn::before {
    width: calc(100% + 3px);
    height: 7px;
    top: calc(100% + 1px);
    left: -1px;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    opacity: 1 !important;
}
.btn::after {
    width: 7px;
    height: calc(100% + 2px);
    top: -1px;
    left: calc(100% + 1px);
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
}*/
.btn.white{
	color:#fff;
	border: 1px solid #fff;
}
.btn.white::after, 
.btn.white::before {
    background-color: #fff;
}
.btn:hover,
.btn.white:hover,
.gform_page_footer .button:hover,
.gform_footer .button:hover{
	opacity: .7;
	color: #0075d8;
}
.btn.white:hover{
	color: #fff;
}
body{
	background-color: #fff;
	color: #0f283a;
	font-family: 'Brown-Regular', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:1.5;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
#wrapper{
	width:100%;
	overflow:hidden;
	margin:0;
	position:relative;
}
.container{
	max-width:1224px;
	margin:0px auto;
	padding:0 32px;
}
.sm-container{
	max-width:764px;
	margin:0px auto;
	padding:0 32px;
}
/*header*/
.top-head{
	overflow:hidden;
	background:#072134;
	color:#5e6f7c;
	text-align:right;
	padding:8px 0;
}
.top-head img {
    max-height: 30px;
	width: auto;
}
.sponcor-outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.sponsor-holder{
	display:inline-block;
}
.sponsor-holder a{
	display:inline-block;
	background-color: #fff;
	padding: .3em .5em;
	border-radius: .3em;
}
.sponsor-holder span{
    font-size: .8em;
    margin-right: 11px;
	text-transform: uppercase;
	letter-spacing: .09em;
}
.social-icons{
	line-height: 1;
	list-style:none;
	margin:0 0 0 2em;
	padding:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.social-icons li{
	margin-right:16px;
	padding:0;
}
.social-icons li:last-child{
	margin-right:0;
}
.social-icons li a{
	display:block;
	font-size: 23px;
	text-align:center;
	line-height:1;
	color:#0075d8;
}
.social-icons li a:hover{
	color:#fff;
}
.social-icons li a i{
	display:block;
	line-height:1;
}
#header{
    width: 100%;
	/*background-image:url(../images/pierhead.svg);*/
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom;
	background-color: #0f283a;
	padding:0;
	position:relative;
	z-index:9999;
	color:#fff;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hero-slider {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.hero-slider * {
    height: 100%;
}
.hero-slider .slide,
.hero-slider .slide .img-holder{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	background-color: #102232;
	position:relative;
}
#header .menu-holder{
	overflow:hidden;
	padding-top:32px;
}
#header .container{
	z-index: 99;
	position: relative;
}
.logo{
    float: left;
	position:relative;
	margin: 0;
	z-index:99;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.logo a{
	display:block;
	height:100%;
}
.logo img{
	width:260px;
	display:block;
}
#header .nav-holder{
	float:right;
	padding-top:30px;
	position: relative;
}
#nav{
	float:right;
	clear:both;
}
#nav ul.menu{
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li{
	display:inline-block;
	vertical-align:top;
	margin-left:1.5em;
	ine-height: 1;
	position: relative;
}
#nav ul li:last-child{
	margin-right:0;
}
#nav ul li a{
	font-size:16px;
	line-height:1;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	padding:0;
	position: relative;
	text-transform:uppercase;
	letter-spacing:.1em;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: none;
	z-index:99;
}
#nav > ul > li > a:after{
	content:"";
	position:absolute;
	background:#fff;
	width:0;
	height:3px;
	display:block;
	margin-top:11px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav > ul > li.active > a:after,
#nav > ul > li > a:hover:after{
	width:100%;
}
#nav ul li.active a,
#nav ul li a:hover{
	color:#fff;
}
.menu-opener{
	display:none;
}
/*Menu Trigger*/
.menu-opener {
	display: none;
	width: 28px;
	height: 28px;
	margin-top: 0;
	position:relative;
	z-index:999;
}
.menu-opener span:after, 
.menu-opener span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}
.menu-opener span:after {
	top: 18px;
}
.menu-opener span {
	position: relative;
	display: block;
}
.menu-opener span, 
.menu-opener span:after, 
.menu-opener span:before {
	width: 100%;
	height: 3px;
	background-color:#fff;
	backface-visibility: hidden;
	border-radius: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-opener:hover span,
.menu-opener:hover span:after, 
.menu-opener:hover span:before{
	background-color:#fff;
}
.menu-opener.active span {
	background-color: transparent;
}
.menu-opener.active span:before {
	-moz-transform: rotate(45deg) translate(-1px, 0px);
	-webkit-transform: rotate(45deg) translate(-1px, 0px);
	transform: rotate(45deg) translate(-1px, 0px);
}
.menu-opener.active span:after {
	-moz-transform: rotate(-45deg) translate(6px, -7px);
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px);
}
#header .head-holder{
	overflow:hidden;
	padding:90px 25px 180px;
	text-align:center;
	/*max-width: 896px;*/
	margin: 0 auto;
	/*max-width:640px;*/
}
#header .head-holder h1{
	margin-bottom:0;
	letter-spacing: .03em;
}
.head-details{
	font-size: 18px;
	line-height: 1;
	margin-top: 2em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.head-details ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow: hidden;
}
.head-details ul li{
	position:relative;
	padding:0 18px;
	/*float: left;*/
	display:inline-block;
	margin-bottom:20px;
}
.head-details ul li:first-child{
	padding-left:0;
}
.head-details ul li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    left: -.25em;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color:#0075d8;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.head-btn{
	overflow:hidden;
	margin-top:2.5em;
}
.dead-line-txt{
	text-align:center;
	margin-top:35px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .1em;
}
/***Main***/
#main{
	position:relative;
}
.section{
	overflow:hidden;
	width:100%;
	clear:both;
	position:relative;
	padding:56px 0;
}
.section.more-pad{
	padding:80px 0;
}
.blue-bg{
	background-color: #f1f1f1;
	color:#0f283a;
}
.section-head{
	text-align:center;
	margin-bottom: 62px;
}
.section-head h2,
.section-head h3{
	color:#5e6f7c;
	margin-bottom:0;
	text-transform:uppercase;
	letter-spacing:.09em;
}
.section-head h3{
	font-size:1.2em;
	letter-spacing:.09em;
}
.blue-bg .section-head h2{
	color:#5e6f7c;
}
.three-column{
	overflow:hidden;
	margin:0 -30px;
}
.three-column .column{
	display:inline-block;
	vertical-align:top;
	width:33.333%;
	margin-right:-4px;
	padding:0 30px;
}
.home-video{
	background:#fff;
	overflow:hidden;
	padding:32px 0;
}
.home-video .video-holder{
    width: 100%;
    position: relative;
    padding: 0;
	padding-top: 56.25%;
}
.home-video .video-holder iframe, 
.home-video .video-holder object, 
.home-video .video-holder embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-video .video-holder p{
	margin:0;
}
.testimonials{
	overflow:hidden;
}
.testimonials .three-column{
	text-align:center;
}
.testimonials .column{
	text-align:left;
}
.testimonials h2{
	color: #5e6f7c;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.25em;
}
.testimonials blockquote{
	margin-bottom:0;
}
.testimonials blockquote,
.testimonials blockquote q,
.testimonials blockquote cite{
	font-family: 'Brown-Regular';
	font-style:normal;
	font-size: 19.2px;
	line-height:28.8px;
	display:block;
}
.testimonials blockquote q{
	margin-bottom:16px;
	font-size:18px;
	line-height: 1.3;
	font-style: italic;
}
.testimonials blockquote cite,
.testimonials blockquote span{
	display:block;
	color:#5e6f7c;
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: .09em;
}
.testimonials blockquote cite{
    font-family: 'Brown-Bold',Helvetica,Arial,sans-serif;
}
.testimonials blockquote span {
	ont-family: 'Brown-Regular';
    font-size: 14px;
    margin-top: 2.88px;
	line-height: 1.4;
}
.section.sponsors{
	overflow:hidden;
	padding:80px 0 0;
}
.sponsors ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sponsors ul li{
	margin: 1.5em;
}
.sponsors ul li:first-child{
	-ms-flex-basis:100%;
	flex-basis: 100%;
}
.sponsors ul li img{
	max-width:200px;
	max-height:90px;
	width: auto;
}
.section-action{
	overflow:hidden;
	text-align:center;
	margin-top: 40px;
}
.sponsors .three-column{
	margin: 0 -40px;
}
.sponsors .three-column .column{
	padding: 0 40px;
	margin-bottom: 75px;
}
.sponsors .logo-holder{
	overflow:hidden;
	margin-bottom:24px;
	min-height: 65px;
}
.sponsors .logo-holder img{
	width: auto;
	max-width: 190px;
	max-height: 65px;
}
.sponsors .content-holder{
	margin-bottom:19.2px;
	line-height:1.3;
}
.sponsors .content-holder p:last-child{
	margin-bottom:0;
}
.sponsors .sponsor-link a{
	color: #00a3b0;
}
.sponsors .sponsor-link a:hover{
	color: #212056;
}
/* tabset required styles for hidden tabs */
.js-tab-hidden {
	display:block !important;
	left:-9999px !important;
	position: absolute !important;
	top:-9999px !important;
}
.tabs-holder{
	overflow:hidden;
	clear:both;
	max-width:976px;
	margin:0 auto;
}
.tabset{
	display:block;
	list-style:none;
	text-align:center;
	margin:0 -8px;
	padding:0;
}
.tabset li{
	display:inline-block;
	vertical-align:top;
	margin-right:-4px;
	padding:0 8px;
}
.tabset li a{
	position: relative;
	font-family: 'Brown-Bold',sans-serif;
	color:#0f283a;
	font-size:20px;
	line-height:20px;
	padding: .5em 1.7em;
	display: block;
	border: 1px solid #0f283a;
	text-decoration: none;
}
.tabset li a:hover{
	opacity:0.7;
}
.tabset li a.active{
    background-color: #0f283a;
    color: #fff;
}
.tabset li a.active:hover{
    opacity:1;
}
.tabset li a.active:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #0f283a transparent transparent;
}
.tab-content {
	text-align:center;
	max-width: 700px;
	margin: 3em auto 0;
}
.tab-content h2{
	font-family: 'Brown-Bold';
	font-size:2.3em;
	text-transform:uppercase;
	color: #0f283a;
	margin-bottom:0;
	letter-spacing: .09em;
}
.tab-content .inner-content {
    margin-top: 3em;
	text-align:left;
}
.blue-bg .inner-content a:hover{
    color:#fff;
}
.tab-content .inner-content p:not(last-child){
	margin-bottom:1.2em;
}
.tab-content .inner-content p:last-child{
	margin-bottom:0;
}
.block-row{
	overflow:hidden;
	border-bottom: 1px solid #b3b2b2;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.block-row:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.block-row p:last-child{
	margin-bottom:0;
}
.block-row .img-holder{
	float:left;
	width:25%;
	margin-right: 2em;
}
.block-row .text-holder{
	overflow:hidden;
	font-size:1.1em;
	line-height:1.4;
}
.block-row .text-holder h3{
	font-family: 'Brown-Bold',Helvetica,Arial,sans-serif;;
	font-size: 22.88px;
	margin-bottom: .8em;
}
.block-row .text-holder h3.faq-question{
	font-family: 'Brown-Bold',Helvetica,Arial,sans-serif;
	line-height: 1.2;
	color: #0f283a;
	font-size: 27.2px;
	margin-bottom: 1em;
}
.events-year{
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 700px;
	margin: 0 auto;
}
.events-year li {
    margin: 0 .5em 1em;
}

.events-year li a {
	font-family: 'Brown-Bold',sans-serif;
    display: block;
    position: relative;
    text-align: center;
    font-size: 2em;
    padding: 2.5em 3.2em;
    color: #fff;
	height:100%;
    background-color: #0075d8;
    background-size: cover;
}
.events-year li a:hover {
    opacity: .7;
}
.events-year li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.award-details{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.award-details .award-thanks{
	font-size: 1.15em;
}
.award-details .award-thanks,
.award-details .award-quote{
    -ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	max-width: 30%;
}
.award-details .award-video,
.award-details .award-photos{
    -ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
}
.award-details .award-photos,
.award-details .award-quote {
    margin-top: 3em;
}
.award-thanks h2 {
	font-family: 'Brown-Bold';
    font-size: 2.5em;
	line-height: 1.3;
	margin-bottom: .7em;
}
.award-thanks p{
	margin-bottom:19px;
}
.award-thanks p:last-child{
	margin-bottom:0;
}
.video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.25%;
}
.video-wrapper iframe, 
.video-wrapper object, 
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.video-wrapper p{
	margin-bottom:0;
}
.award-quote blockquote,
.award-quote blockquote q,
.award-quote blockquote cite{
	font-style:normal;
	color: #5e6f7c;
}
.award-quote blockquote {
    padding-top: 64px;
	font-size: 1.2em;
	line-height: 1.5;
}
.award-quote blockquote q{
	font-family: 'Brown-Light';
	font-style: italic;
	font-size: 25.6px;
	line-height: 1.3;
	display:block;
	margin-bottom: 16px;
	color: #0f283a;
}
.award-quote blockquote cite {
    font-family: 'Brown-Bold',Helvetica,Arial,sans-serif;
    font-size: 16px;
	line-height: 1.4;
	display:block;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: .09em;
}
.award-quote blockquote span {
    font-size: 14.4px;
	text-transform: uppercase;
	letter-spacing: .09em;
}
.award-photos .slider {
	margin-bottom:0;
}
.press h3{
	font-family: 'Brown-Bold';
	font-size: 1.3em;
	margin-bottom: 1.5em;
}
#press.press h3{
	margin-left:25px;
}
.press .three-column  {
	margin:0 -25px;
}
.press .three-column .column{
	padding: 0 25px;
	margin-bottom:30px;
}
.press .column a{
	display:block;
	color: #000;
}
.press .column a:hover{
	opacity:0.7;
}
.press .img-holder{
	float:left;
	width:40%;
	margin-right:1em;
}
.press .text-holder{
	overflow:hidden;
	line-height:1.3;
}
.winners .tab-content{
	max-width:inherit;
}
.winners .shortlist{
	background-color:#f1f1f1;
}
.shortlist .shortlist-row{
	background-color: #f1f1f1;
	overflow:hidden;
	padding: 2em;
	line-height: 1.3;
	color: #1d252c;
	border-bottom: 1px solid #000;
}
.shortlist .shortlist-row:last-child{
	border-bottom:none;
}
.shortlist .three-column{
	margin:0 -24px;
}
.shortlist .three-column .column{
	padding:0 24px;
	width:44%;
}
.shortlist .three-column .column:first-child{
	width:34%;
	font-size: 1.25em;
}
.shortlist .three-column .column:last-child{
	width:22%;
}
.shortlist .shortlist-row ul{
	list-style:none;
	padding:0;
	margin:0;
}
.shortlist .shortlist-row strong{
	display:block;
}
.shortlist-row ul li{
	display:block;
}
.shortlist-row ul li:not(:first-child) {
    margin-top: .7em;
}
.shortlist-row .sponsor-prefix{
	display:block;
	font-size: .8em;
	color: #4d4c4c;
}
.shortlist-row .sponsor-img{
	margin-top: 1em;
}
.shortlist-row .sponsor-img img{
	max-width:100px;
	max-height:44px;
	width: auto;
}
.article-img{
	overflow:hidden;
	margin-bottom: 3em;
}
.article-content{
	color: #0f283a;
	font-size: 16px;
	line-height: 1.5;
}
.article-content ul{
	list-style-position: outside;
}
.article-content em{
	font-style:normal;
}
.article-content p{
	margin-bottom:16px;
}
.article-content p:last-child{
	margin-bottom:0;
}
.article-links {
	overflow:hidden;
    margin-top: 3em;
	font-size: 16px;
}
.slide{
	float:left;
}
.slick-slider .slick-dots{
	position: absolute;
	bottom: 1em;
	right: 1em;
	color: #fff;
	z-index: 1;
	width:auto;
}
.slick-slider .slick-dots li{
	display:none;
	width:auto;
	margin:0;
	cursor: auto;
}
.slick-slider .slick-dots li.slick-active {
    display: inline-block;
}
.slick-slider .slick-dots li button::before{
	font-size:22px;
	line-height:22px;
	color:#80ba26;
}
.slick-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    color:#80ba26;
}

/***Footer***/
#footer{
	background:#0f283a;
	width:100%;
	color:#fff;
	padding: 2em 0;
	position:relative;
	font-size: .9em;
	line-height: 1.7;
}
#footer .contact-details a{
	color:#fff;
}
#footer p:last-child{
	margin:0;
}
.copyright{
	margin-top: 32px;
	color: #fff;
	font-size: 12.8px;
}
.copyright ul{
	list-style:none;
	display:inline-block;
	vertical-align: middle;
	line-height:1;
	margin:0;
	padding:0;
}
.copyright ul li{
	float:left;
	margin-left: 1em;
}
.copyright ul li a{
	font-family: 'Brown-Regular';
	color:#fff;
}
.copyright ul li a:hover{
	color:#0075d8;
}
.award-blocks{
	overflow:hidden;
	background:#fff;
	padding: 3.5em 0;
}
.quicklinks {
	list-style:none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	
	grid-gap: 2em;
}
.quicklinks--three {
    max-width: 55em;
	margin: 0 auto;
}
.quicklinks__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
}
.quicklinks__item a {
    height: 100%;
	display: block;
	padding: 1em 1.2em;
	background-color: #0f283a;
	color: #fff;
	text-decoration: none;
}
.quicklinks__item a:hover{
	opacity:0.8;
}
.quicklinks__item h4 {
    text-transform: uppercase;
    font-size: 1.4em;
	line-height: 1.3;
	font-weight: 700;
}
.quicklink__desc {
    margin-top: .8em;
    line-height: 1.3;
}
.quicklink__desc p:last-child{
    margin-bottom:0;
}
.gform_wrapper .styled-checkbox .ginput_container{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.gform_wrapper .styled-checkbox .ginput_container input{
	margin-top: 5px !important;
}
.gform_wrapper .styled-checkbox.no-mar .ginput_container input{
	margin-top:0 !important;
}
.gform_wrapper .styled-checkbox .ginput_container label{
	margin-left: 15px !important; 
}
.gform_wrapper .inline-checks ul.gfield_checkbox{
	margin:0 -16px !important;
	overflow:hidden;
}
.gform_wrapper .inline-checks .gfield_checkbox li{
	width:33.333%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	position: relative;
	padding:0 16px !important;
	margin-right:-4px !important;
	margin-bottom: 20px !important;
}
.gform_wrapper .inline-checks .gfield_checkbox li input[type="checkbox"]{
	vertical-align:inherit !important;
	margin-right:10px !important;
}
.gform_wrapper .inline-checks .gfield_checkbox li label{
	margin-left:0 !important;
}

@media only screen and (min-width:1025px) {
	a[href^=tel] {
		cursor: default;
		pointer-events: none;
		}
}

@media only screen and (max-width:1440px) {
	.banner-caption h1 {
		font-size: 70px;
		line-height: 75px;
	}
	a.read-more {
    	margin-top: 10px;
	}
	.featured-blocks .more-news a{
		width:100px;
		height:100px;
	}
	.featured-blocks .more-news a:hover {
		background-position: 0px -100px;
	}
	.featured-blocks.teams .inner-holder .caption strong{
		font-size:28px;
		line-height:30px;
		margin-bottom: 20px;
	}
	.projects .column .inner-holder .caption strong, 
	.similar-products .inner-holder .caption strong{
		font-size:24px;
		line-height:26px;
		margin-bottom: 20px;
	}
	.services .inner-holder .caption-inner,
	.featured-blocks.teams .caption a.read-more,
	.projects .column .inner-holder .caption, 
	.similar-products .inner-holder .caption{
		font-size:18px;
		line-height:24px;
	}
}
@media only screen and (max-width:1380px) {

}
@media only screen and (max-width:1320px) {
	
}
@media only screen and (max-width:1280px) {
	
}
@media only screen and (max-width:1180px) {
	.sponsors .three-column {
		margin: 0 -20px;
	}
	.sponsors .three-column .column {
		padding: 0 20px;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width:1120px) {
	
}
@media only screen and (max-width:1079px) {
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 38px;
	}
	.btn{
		font-size:1em;
	}
	.three-column{
		margin:0 -18px;
	}
	.three-column .column{
		padding:0 18px;
	}
	.testimonials blockquote q{
		font-size: 16px;
	}
	.section-head {
		margin-bottom: 46px;
	}
	.sponsors ul li img {
		max-width: 180px;
	}
}
@media only screen and (max-width: 980px) {
	.logo img {
		width: 160px;
	}
	#header .menu-holder {
		padding-top: 20px;
	}
	#header .nav-holder {
		padding-top: 8px;
	}
	.menu-opener{
		display:block !important;
	}
	body.nav-active{
		overflow:hidden;
	}
	#nav > ul > li:hover .sub-menu-holder {
		display: none;
	}
	#nav{
		background:#0c0c2b;
		width:300px;
		right:-100%;
		height:100%;
		z-index:99;
		overflow:auto;
		top:0;
		position:fixed; 
		padding:105px 0 0; 
		}
	#nav ul li{
		display:block;
		margin-right:0;
		position:relative;
		text-align:left;
		margin-left:0;
		border-bottom:1px solid #fff;
		}
	#nav ul li::after{
		display:none;
	}
	#nav ul li a{
		font-size:16px;
	}
	#nav > ul > li.active a,
	#nav > ul > li a:hover{
		color:#0075d8;
	}
	#nav > ul > li.active:hover a{
		color:#0075d8;
	}
	#nav > ul > li a{
		line-height:50px;
		display:block;
		padding: 0 0 0 15px;
		}
	#nav > ul > li > a::after{
		display:none;
	}
	#nav > ul > li.menu-item-has-children > a{
		padding:0 0 0 15px;
	}
	#nav > ul > li.menu-item-has-children > a::after{
		background:none;
	}
	#nav > ul > li > .sub-menu{
		position:relative;
		margin:0;
		width:100%;
		display:none;
		opacity:1;
		visibility:visible;
		text-align:left;
		padding:0;
		font-size:16px;
		border-top:1px solid #fff;
		max-width: 100%;
		text-align: left;
		-webkit-transition:none;
		-moz-transition:none;
		-ms-transition:none;
		-o-transition:none;
		transition:none;
	}
	#nav > ul > li .sub-menu a{
		padding-left:30px;
		line-height:50px;
		color: #ffffff !important;
		display: block;
	}
	#nav > ul > li .sub-menu a:hover{
		color:#7cb821 !important;
	}
	#nav ul .sub-menu li:last-child{
		border-bottom:none;
	}
	#nav ul li .sub-menu-opener{
		background-color: rgba(0,0,0,0.3);
		cursor: pointer;
		display: block;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		z-index:999;
		}
	#nav ul li .sub-menu-opener:before{
		position: absolute;
		top: 20px;
		right: 24px;
		display: block;
		width: 2px;
		height: 10px;
		background: #fff;
		content: '';
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
		}
	#nav ul li .sub-menu-opener:after{
		position: absolute;
		top: 24px;
		right: 20px;
		width: 10px;
		height: 2px;
		display: block;
		background: #fff;
		content: '';
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	#nav ul li .sub-menu-opener:hover:before,
	#nav ul li.open .sub-menu-opener:before{
		top: 24px;
		height: 0;
	}
	.tabset li a{
		font-size:16px;
		line-height: 16px;
	}
	.tab-content h2{
		font-size:32px;
	}
	.block-row .text-holder h3.faq-question{
		font-size:20.8px;
	}
	.press .img-holder{
		float:none;
		margin-right:0;
		width:100%;
		margin-bottom:1em;
		text-align: center;
	}
	.award-thanks h2{
		font-size:2em;
	}
	.award-quote blockquote{
		padding-top:0;
	}
	.award-quote blockquote q{
		font-size: 20px;
	}
	.gform_wrapper .inline-checks .gfield_checkbox li{
		width:50%;
	}
}
@media only screen and (max-width: 767px) {
	body{
		font-size:14px;
		line-height:22px;
	}
	.logo img {
		width: 110px;
	}
	.container,
	.sm-container{
		padding:0 16px;
	}
	h1 {
		font-size:32px;
		line-height:34px;
	}
	h2 {
		font-size:24px;
		line-height:28px;
	}
	h3 {
		font-size:20px;
		line-height:26px;
	}
	input[type="text"], 
	input[type="email"], 
	input[type="password"], 
	input[type="tel"], 
	input[type="url"],
	input[type="number"], 
	select, 
	textarea {
		font-size: 14px;
		line-height: 1;
		padding: 0 15px;
		height: 35px;
		margin-bottom: 10px;
	}
	textarea{
		padding: 15px 15px;
	}
	#header .head-holder{
		padding: 40px 0 100px;
	}
	.head-btn {
		margin-top: 24px;
	}
	.head-details{
		font-size:16px;
	}
	.head-details ul li{
		display:block;
		width: 100%;
		padding:0;
	}
	.head-details ul li:not(:first-child) {
		margin-top: .5em;
	}
	.head-details ul li:not(:first-child)::before{
		display:none;
	}
	.section,
	.section.sponsors{
		padding:45px 0;
	}
	.section-head {
		margin-bottom: 34px;
	}
	.three-column .column{
		width:100%;
	}
	.three-column .column {
		margin-bottom: 32px;
	}
	.three-column .column:last-child,
	.sponsors .three-column .column:last-child,
	.shortlist .three-column .column:last-child {
		margin-bottom: 0;
	}
	.testimonials blockquote q {
		font-size: 16px;
		line-height: 24px;
	}
	.testimonials blockquote cite {
		font-size: 16px;
	}
	.sponsors ul li {
		margin: 1em;
	}
	.sponsors ul li img {
		max-width: 100px;
		max-height: 70px;
	}
	.sponsors .three-column .column {
		margin-bottom: 45px;
	}
	.sponsors .logo-holder{
		min-height:inherit;
	}
	.block-row .img-holder{
		width:100%;
		float: none;
		max-width: 20em;
		margin: 0 auto 32px;
		text-align:center;
	}
	.block-row .text-holder{
		font-size:16px;
	}
	.block-row .text-holder h3{
		font-size:20.8px;
	}
	.tabset{
		margin: 0 -4px;
	}
	.tabset li{
		padding: 0 4px;
	}
	.tabset li a{
		padding: .5em;
	}
	.tab-content,
	.tab-content .inner-content{
		margin-top:2em;
	}
	.tab-content h2{
		font-size:22px;
	}
	.award-details .award-thanks, 
	.award-details .award-quote,
	.award-details .award-video, 
	.award-details .award-photos {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.award-details .award-video,
	.award-details .award-photos, 
	.award-details .award-quote {
		margin-top: 2em;
	}
	.award-thanks h2 {
		font-size: 1.7em;
	}
	.award-quote blockquote {
		font-size: 1em;
	}
	.shortlist .three-column .column,
	.shortlist .three-column .column:first-child,
	.shortlist .three-column .column:last-child{
		width:100%;
		text-align:center;
	}
	.shortlist .three-column .column{
		margin-bottom:24px;
	}
	.shortlist .three-column .column:first-child {
		font-size: 1em;
	}
	.slick-slider .slick-dots {
		margin-top: 10px;
	}
	.slick-slider .slick-dots li,
	.slick-slider .slick-dots li button{
		height:12px;
		width:12px;
		padding:0;
	}
	.slick-slider .slick-dots li button::before {
		font-size: 12px;
		line-height: 12px;
		height:12px;
		width:12px;
	}
	.section.press{
		padding-top:0;
	}
	.copyright {
    	margin-top: 20px;
	}
	.copyright ul{
		display:block;
		margin-top: 12px;
	}
	.copyright ul li:first-child {
		margin-left: 0;
	}
	.award-quote blockquote q{
		font-size: 16px;
	}
	.quicklinks{
		grid-template-columns: 1fr;
	}
	.gform_wrapper .inline-checks .gfield_checkbox li{
		width:100%;
	}
	.gform_page_footer .button{
		padding-left:0 !important;
		padding-right:0 !important;
		min-height: auto !important; 
	}
}
@media only screen and (max-width: 400px) {
	.sponsor-holder{
		display:none;
	}
	#nav{
		top:0;
		padding-top:88px;
	}
}
@media only screen and (max-width: 379px) {
}
@media only screen and (max-width: 324px) {
	
}
