body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	color: #0e5680;
	font-weight: 700;
}

a {
  color: #0e5680;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4aa4f1;
}
.site {
	max-width:1600px;
	width:100%;
	min-height: 100vh;
	margin: 0 auto;
}
.home #page-wrapper {
}
#page-wrapper {
	max-width:1600px;
	width:100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	z-index: 2;
}

/* Sprite Sheet */
/* Sprite sheet is 200% for retina so always size to 50% total size */
/* sprite-sheet.png: 1600x800 */
.sprite img {
  position: absolute;
  width: 900px;
  height: 700px;
  max-width: inherit;
}
.sprite {
  overflow: hidden;
  position: relative;
}

.navbar {
	width: 100%;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 99;
}
.nav_logo {
	float: left;
	position: relative;
	width: 16%;
	margin: 40px 2%;
}

.nav-link {
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: .8em !important;
}

.navbar-nav {
margin-top: 15px !important;
}

#navbarNavDropdown {
	float: right;
	position: relative;
	width: auto;
	margin: 0 0 0 2%;
}
#navbarNavDropdown a {
	cursor: pointer !important;
}
#navbarNavDropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#navbarNavDropdown ul li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
#navbarNavDropdown ul li.current-menu-parent a.nav-link {
}
#navbarNavDropdown ul li a.nav-link {
	padding: 20px 10px 6px 10px;
	margin: 0 10px;
	display: block;
	text-decoration: none;
	line-height: 100%;
	cursor: pointer;
}
#navbarNavDropdown ul li a.nav-link:hover {
}
#navbarNavDropdown ul li.active a.nav-link {
}
#navbarNavDropdown ul li ul li a.nav-link {
	margin: 0;
	padding: 10px 0;
	    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}
#navbarNavDropdown ul li ul li a.nav-link:hover {
}
#navbarNavDropdown ul li ul li.active a.nav-link {
}

#navbarNavDropdown ul li ul {
	padding: 10px 0;
	margin: -6px 7px 0 0px;
	list-style: none;
	float: none;
	position: absolute;
	font-size: 16px;
	display: none;
}
#navbarNavDropdown ul li:hover ul {
	display: block;
}
#navbarNavDropdown ul li ul li {
	padding: 0 10px;
	margin: 0;
	float: none;
	list-style: none;
}
#navbarNavDropdown ul li ul li a.link {
	padding: 10px 0px;
	margin: 0px 10px;
	display: block;
	text-decoration: none;
	line-height: 100%;
	cursor: pointer;
}
#navbarNavDropdown ul li ul li a.link:hover {
}
#navbarNavDropdown ul li ul li a.active {
}
.single-game #navbarNavDropdown ul li.active ul li a.nav-link,
.page-template-page-games #navbarNavDropdown ul li.active ul li a.nav-link {
}
.single-game #navbarNavDropdown ul li.active ul li a.nav-link:hover,
.page-template-page-games #navbarNavDropdown ul li.active ul li a.nav-link:hover {
}
.single-game #navbarNavDropdown ul li.active ul li a.nav-link,
.page-template-page-games #navbarNavDropdown ul li.current-menu-parent ul li a.nav-link {
}
.single-game #navbarNavDropdown ul li.current-menu-parent ul li a.nav-link,
.page-template-page-games #navbarNavDropdown ul li.current-menu-parent ul li a.nav-link{
}
.single-game #navbarNavDropdown ul li.current-menu-parent ul li a.nav-link:hover,
.page-template-page-games #navbarNavDropdown ul li.current-menu-parent ul li a.nav-link:hover {
}
.single-game #navbarNavDropdown ul li.current-menu-parent ul li.active a.nav-link,
.page-template-page-games #navbarNavDropdown ul li.current-menu-parent ul li.active a.nav-link {
}






#privtos_navbarNavDropdown .nav-link {
  display: inline;
  padding: 0;
  }
#privtos_navbarNavDropdown .nav-link:after {
  content: " |";
  }
#privtos_navbarNavDropdown .nav-link:last-child:after {
  content: "";
  }
.priv-tos-header {
    margin: 0 0 35px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.priv-tos-header .switch-legal-pg {
    float: left;
}
.priv-tos-header .switch-lang {
    float: right;
}
.clearfix::after, .container::after, .container-fluid::after, .row::after {
    clear: both;
}

@media (max-width:768px) {
	#navbarNavDropdown {
		margin: 0;
		float: none;
	}
	#navbarNavDropdown ul li {
	    text-align: right;
	}
	#navbarNavDropdown ul li a.nav-link {
	    padding: 0 0px 14px 0px;
	    margin: 0 0 0 10px;
    }
    .navbar-toggler {
	    padding: 1.25rem 0 0.25rem 0.75rem;
    }
}
.wrapper {
	/* background-color: #ffffff; */
}
#page-wrapper .container {
}
#page-wrapper .container {
}
.container {
	max-width: 100%;
	transition: transform 0.15s ease;
	-webkit-transition: -webkit-transform 0.15s ease;
	height: auto;
	transform: scaleY(1);
}
#page-wrapper .main {
	background-repeat:no-repeat;
}
#page-wrapper .secondary {
}
#page-wrapper .content-section {
}
#page-wrapper .content-section .bgwhite {
}
.ztop {
	z-index: 10;
	position: relative;
}
.section_subnav {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	color: #0e5680;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.section_subnav_inner {
	
}
.subnav_bar {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
.subnav_bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
.subnav_bar ul li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
.subnav_bar ul li a.subnav_link {
	padding: 10px 10px;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
}
.section_head {
	height: auto;
	max-width:1600px;
	width:100%;
	background:transparent;
	display: block;
	position: relative;
}
.section_head_inner {
	height: auto;
	max-width:1600px;
	background:transparent;
	display: block;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
    background-size: fit !important;
}

.game-bullet {
background-size: cover !important;
background-position-x: 32%;
}


.section_head_inner_bullet {
    padding: 5% 2% 2% 5%;
    width: 56%;
    margin-right: 0px;
    margin-left: auto;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.section_head_inner_bullet h2, .how-to-play h2 {
color: #fff
}

.section_head_inner_bullet h2 {
    font-size: 2.3em;
    font-weight: 900;
    text-shadow: 1px 1px 3px #000;
    line-height: 1em;
}

.section_head_inner_bullet ul {
	list-style-position: outside;
}

.section_head_inner_bullet ul li {
font-size: 1.8em;
    padding-left: 60px;
    line-height: 1em;
    margin-top: 15px;
    padding-top: 5px;
    min-height: 45px;
    text-shadow: 1px 1px 3px #000;
}

.section_head_inner_bullet ul li::before {
margin-top: 10px !important;
}

.section_header_image {
	height: auto;
	max-width:1600px;
	width:100%;
	display: block;
	position: relative;
	z-index: 1;
	background-image: url('../images/header_bg.png');
	background-size:cover;
	background-repeat: none;
}
.section_header_title {
	position: absolute;
	bottom: -20px;
	left: -10px;
	margin: 10px 10px 0 0;
	padding: 10px 20px 10px 25px;
	font-size: 36px;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
	font-weight: 700;
	text-transform: uppercase;
	background-color: #2a6496;
	display: none;
}
.section_header_title:before { 
	width: 0;
	height: 0;
	border-top: 10px solid #999999;
	border-left: 10px solid transparent;
	content: '';
	left: 0px;
	position: absolute;
	bottom: -10px;
}
.section_header_title_bump {
	bottom: 15px;
	left: -10px;
}
.section_header_title_bump:before { 
	width: 0;
	height: 0;
	border-top: 10px solid #999999;
	border-left: 10px solid transparent;
	content: '';
	left: 0px;
	position: absolute;
	bottom: -10px;
}

.game-header {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.game-header-text {
	 color: #fff;
	 text-transform: uppercase;
	width: 40%;
    margin-right: 40px;
    margin-left: auto;
    padding-top: 10px !important;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;	
	word-break: keep-all;
}

.game-header-text h1 {
	 color: #fff;
}

.postid-40111 .game-header-text {
    padding-top: 80px !important;
}

.game-header-text h1 {
	 font-weight: 900;
	font-size: 4.7em;
    line-height: 1em;
    margin-bottom: 15px; 
        text-shadow: 1px 1px 3px #000;
}

.game-header-text h2 {
	 font-weight: 900;
	font-size: 2.6em;
    line-height: 1em;
    margin-bottom: 15px; 
    color: #fff;
        text-shadow: 1px 1px 3px #000;
}

.game-header-text h1 sup {
	font-size: .5em;
    top: -1em;
}

.game-header-text h3 {
	 color: #fff;
	font-size: 1.4em;
    font-weight: 700;
	width: 88%;
	    text-shadow: 1px 1px 3px #000;
}

.section_head_inner_how {
background: #666;
height: 500px;
color: #fff;
text-shadow: 1px 1px 1px #000 !important;
}

.how-to-play {
    padding-left: 5%;
    padding-top: 50px;
    font-size: 2em;
    text-shadow: 1px 1px 1px #000 !important;
}
.how-to-play h2 {
	font-weight: 900;
    font-size: 2em;
}

.how-to-play ol {
	list-style: decimal;
    list-style-position: inside;
    text-shadow: 1px 1px 1px #000 !important;
    padding-left: 50px;
}

.how-to-play ol li::before {
	text-shadow: 1px 1px 1px #000 !important;
}

.slideup .section_header_image {
    margin: -140px auto 0;
}
.section_head_inner_vid {
	height: auto;
	max-width:1600px;
	width:100%;
	background:transparent;
	display: block;
	position: relative;
	z-index: 1;
	padding:0;
	background-image: url('../images/header_bg_flip.png');
	background-size:cover;
	background-repeat: none;
	background-position: center bottom;
}
.section_head_inner_vid .slick-slider {
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.section_head_vid_title {
    z-index: 999;
	position: absolute;
	top: 20px;
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	opacity: 1;
}
.section_head_video {
    z-index: -1;
	position: absolute;
}
.section_head_vid_title a {
    color: #ffffff;
}
.section_head_vid_title {
	position: absolute;
	left: 0px;
	margin: 0 10px 0 0;
	padding: 0 20px 10px 20px;
	font-size: 36px;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%;
	opacity: 1;
  font-size: 2rem;
  user-select: none;
  cursor: pointer;
}

/*
.section_head_vid_title {
	position: absolute;
	left: 0px;
	margin: 10px 10px 0 0;
	padding: 10px 20px 10px 20px;
	font-size: 36px;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%;
	opacity: 1;
  font-size: 2rem;
  background: #e31410;
  user-select: none;
  cursor: pointer;
}
.section_head_vid_title i {
  position: absolute;
}
.section_head_vid_title i:first-child {
  position: absolute;
  bottom: -1.5rem;
  z-index: -1;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  transform-origin: 100% 0;
}
.section_head_vid_title i:first-child {
  left: auto;
  right: 0;
  border-left-width: 0;
  border-right-width: 2rem;
  border-top: 1.5rem solid #8a0c0a;
}
.section_head_vid_title i:last-child {
  width: 3rem;
  z-index: -2;
}
.section_head_vid_title i:last-child {
  bottom: -1.5rem;
  left: auto;
  right: -3rem;
  border: 2rem solid #e31410;
  border-left-width: 4rem;
  border-right-width: 1rem;
  border-right-color: transparent;
  transform-origin: 0 0;
}
*/
.section_head img {
	width:100%;
}
.embed-responsive-40by23 &::before {
    padding-top: percentage(23 / 40);
}
.embed-responsive-40by23::before{padding-top:57.5%}
.content_shadow {
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.bgwhite {background-color: #ffffff;}
.pad20 {padding: 20px;}
.pad30 {padding: 30px;}
.pad40 {padding: 40px;}
.pad20_0 {padding: 20px 0;}
.pad30_0 {padding: 30px 0;}
.pad40_0 {padding: 40px 0;}
.section_content {
	min-height: 1200px;
	background-color: #000000;
}
.section_games {background-color: #f1f1f1;}
.section_games img {width:100%; max-width: 100%; height: auto;}
.section_games a:hover img {transform: scale(1.05); transition: transform 0.3s ease; opacity: 0.8;}

.section_games_single {background-color: #1d3e57; background-image: url('../images/bg_grad_tile.png');background-position: center top; background-repeat: repeat-x; }
.section_games_bullet {}
.section_games_bullet img {width:100%; max-width: 100%; height: auto;}

.section_game_badge {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.2),0 1px 2px rgba(255,255,255,0.2);

}

.section_game_badge_wrap {
  width: 102%;
  height: auto;
  position: relative;
  float: left;
  margin: 0 0 0 -1%;
  padding: 0;
  z-index: 10;
  height: auto;

}
.generic_link_bt_wrap {
    display: inline-block;
    border-radius: 10px;
    margin: 10px 0;
    overflow: hidden;
}

.generic_link_bt_wrap a {
	padding: 25px 20px;
	display: inline-block;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.generic_link_bt_wrap a:hover {
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.generic_link_bg_color {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.4) 15%, rgba(255,255,255,0.2) 49%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0) 100%);
}
.generic_link_bg_color:hover {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 15%, rgba(255,255,255,0.3) 49%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 100%);
}
.section_game_badge_inner {
  width: 100%;
  position: relative;
  color: #ffffff;
background: rgb(14,14,14); /* Old browsers */
background: -moz-linear-gradient(top, rgba(14,14,14,1) 19%, rgba(35,35,35,1) 62%, rgba(48,48,48,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(14,14,14,1) 19%,rgba(35,35,35,1) 62%,rgba(48,48,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(14,14,14,1) 19%,rgba(35,35,35,1) 62%,rgba(48,48,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
  padding: 10px 0;
  line-height: 1em;
  font-size: 1.5em;
  top: 0px;
  display: block;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  margin-left: 0;
  box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}
.section_game_badge_inner img {
  height:50px;
}

.section_game_badge_inner_b {

  width: 100%;
  position: relative;
  top: 0px;
  font-size: 1.5em;
  display: block;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  margin-left: 0;
  box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
  z-index: 1;
}
.section_game_badge_inner_b:before, .section_game_badge_inner_b:after {

  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  content: " ";
  z-index: -1;
  bottom: -6px;

}
.section_game_badge_wrap_b {
  width: 102%;
  height: auto;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 0;
  height: auto;
  left:-1%;
}
.section_game_badge_inner_b:before {
  bottom: -1.5rem;
  z-index: -1;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  transform-origin: 100% 0;
  left: 0;
  right: auto;
  border-left-width: 2rem;
  border-right-width: 0;
  border-top: 1.5rem solid #555555;

}
.section_game_badge_inner_b:after {
  bottom: -1.5rem;
  z-index: -1;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  transform-origin: 100% 0;
  left: auto;
  right: 0;
  border-left-width: 0;
  border-right-width: 2rem;
  border-top: 1.5rem solid #555555;
}
.feature_header { width: 1600px; max-width: 100%; float: none; position: relative; margin: 0 auto;}
.feature_graphic { width: 55%; float: left; position: relative; text-align: center;}
.feature_graphic img { max-width: 100%; height: auto}
.feature_info { width: 43%; margin:0 2% 0 0; float: left; position: relative; text-align: center;}
.feature_info img { max-width: 75%; height: auto}
.feature_logo { margin: 0 auto 30px; padding: 0 20%;}
.feature_description { font-size: 30px; line-height: 32px; font-weight: 700; color: #ffffff; text-transform: uppercase; text-shadow: 0 0 6px rba(0,0,0,0.5); margin: 0 auto 30px;}
.section_games_video_wrapper { padding: 0 0 20px; background-image: url('../images/bg_grad_tile_02.png');background-position: center bottom; background-repeat: repeat-x; }
.section_games_video {margin: 0 2%; position: relative; box-shadow: 0 0 10px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.feature_badges {}
.feature_badges img{ margin: 0 10px; max-width:140px;}
.feature_bullets { font-size: 48px; color: #ffffff; right:0; width:49%; margin: 0 1% 0 0; position: absolute; text-transform: uppercase; font-weight: 900; padding:10% 0;}
.feature_bullets ul { padding: 0; margin: 0; list-style: none; }
.feature_bullets ul li { padding: 0; margin: 0; list-style: none; }
.feature_bullets ul li:before { content:'\f067'; font-size: 32px; font-family: 'Font Awesome 5 Free'; margin:0 5px 0 -15px; font-weight: normal;}
.game_block_50 {width:50%; overflow: hidden; position: relative; display: block;}
.game_block_25 {width:25%; overflow: hidden; position: relative; display: block;}
.game_block_100 {width:100%; overflow: hidden; position: relative; display: block;}
.ciclelink {position: absolute; color: #ffffff; z-index: 3; bottom: 30px; right: 30px;}
.ciclelink:after { content:'\f138'; font-family: 'Font Awesome 5 Free'; font-size: 46px; line-height: 100%;}
.block_left .ciclelink {}
.ciclelink .fa, .ciclelink .fas {font-size: 46px;}
.block_left {float: left;}
.block_right {float: right;}
.block_wide {float: none;}
.block_quote { padding:0 2%; color: #0e5680; display: table-row; vertical-align: middle; text-align: left; font-weight: 800; font-size: 32px; line-height: 42px; text-transform: uppercase; position: relative; overflow: hidden;}
.block_quote:before{
	content: "";
	display: block;
	padding-top: 50%;
}
.block_quote_inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 40px 5%;
	quotes: "\201C" "\201E" "\2018" "\2019";
}
.block_quote_inner:before {
	font-family: 'Montserrat', sans-serif;
	content: open-quote;
	font-size: 90px;
	font-size: 900;
	}
.block_quote_inner:after {
	font-family: 'Montserrat', sans-serif;
	content: close-quote;
	font-size: 90px;
	font-size: 900;
	vertical-align: bottom;
	}
.block_quote .quote_begin { font-size: 100px; line-height: 36px; }
.block_quote .quote_end { font-size: 100px; line-height: 36px; }
.quote_source {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    display: block;
}
.quote_source:before {
    content: "- ";
}
.section_footer {
	color: #909090;
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 30px 0;
	line-height: 100%;
}
.section_footer a {
}
.footerlinks {
	margin-bottom: 18px;
}
.footerlinks a {
	display: inline-block;
	padding: 0 14px;
}
.sociallinks {
	font-size: 26px;
	margin-bottom: 24px;
}
.sociallinks a {
	display: inline-block;
	padding: 0 6px;
}

/* Slider */
.slider {
        width: 100%;
        margin: 0 auto;
    }

    .slick-slide {
      margin: 0px;
    }

    .slick-slide img {
      width: 100%;
    }
    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .0;
    }

    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-prev,
.slick-next {
	z-index: 2;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    z-index: 1;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list
{

}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    line-height: 0;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}


/* Join Us */
/* ------------------------------------------------------------ */
/* Hide job list and menus while content loads */
#job-list {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.jobs-menus {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  display: block;
}

#job-list ul,
#job-list ul li {
  /*display: block;*/
  margin: 12px 0;
}
.sm #job-list ul,
.xs #job-list ul  {
  margin: 0 0 12px 0;
}


.job-title-text {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 10px 0;
  margin: 0 0 0 30px;
  cursor: pointer;
}
.job-title-icon {
  position: absolute;
  width: 26px;
  height: 26px;
}
.job-title-icon img {
  left: -279px;
  top: -139px;
}
.job-description-content,
.job-description-section-heading,
.apply-link {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 0 30px;
}
.job-description-content{
    margin-bottom: 8px;
}
.job-description-section-heading{
    font-weight: bold;
}
.apply-link {
  padding: 20px 0 20px 0;
}
.job-description-content p,
#job-list .job-description-content ul,
#job-list .job-description-content ul li,
.job-description-content span {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.job-description-content p,
.job-description-content div {
  padding: 5px 0 5px 0;
}
.job-description-content strong,
.job-description-content b {
  color: #111111;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 5px 0 5px 0;
}
#job-list .job-description-content ul {
  padding: 10px 0;
  list-style: disc outside none;
  margin-left: 1em;
}
.job-category {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  padding: 40px 0 20px 0;
}
.jobs-menu.left {
  padding: 0 10px 0 0;
}
.jobs-menu.right {
  padding: 0 0 0 10px;
}
.jobs-menu .filter-menu {
  margin: 0;
}

.sm .jobs-menu.left,
.sm .jobs-menu.right,
.xs .jobs-menu.left,
.xs .jobs-menu.right {
  padding: 0 0 10px 0;
}
.gmap-wrap {
    width: 100%;
}

#fancybox-frame {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;
}

.seize2 {
    width: 80%;
    margin-top: 30px;
}
.xs .apply_here {
	width: 98%;
}
.sm .apply_here {
	width: 90%;
}
.md .apply_here {
	width: 85%;
}
.apply_here {
	margin: 50px auto 30px;
	display: block;
	border: 1px solid #cccccc;
	font-size: 20px;
	padding: 30px;
	text-transform: normal;
	text-align: center;
	width: 60%;
}
a.apply_btn {
	margin: 0 auto;
	display: inline-block;
	border: none;
	background: #4aa4f1;
	font-size: 20px;
	padding: 10px 20px;
	margin: 20px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	cursor: hand;
}
a.apply_btn:hover {
	background: #0e5680;
	color: #ffffff;
	cursor: hand;
}
/* Filter Menu */
/* ------------------------------------------------------------ */

.faicon:after {
	padding: 0;
	font-size: 32px;
	text-align: center;
	display: block;
	color: #ffffff;
}
.filter-menu,
.select-menu {
  position: relative;
  display: block;
  font-weight: normal;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  width: 100%;
  height: 44px;
  z-index: 400;
  margin: 0 0 30px 0;
}
.sm .filter-menu,
.xs .filter-menu,
.sm .select-menu,
.xs .select-menu {
  margin: 0;
}
.select-menu {
  margin: 0;
}



.filter-menu-wrapper,
.select-menu-wrapper {
  position: absolute;
  display: block;
  width: 100%;
}
.filter-menu-wrapper.shadow,
.select-menu-wrapper.shadow {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow:    0px 3px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow:         0px 3px 20px 0px rgba(0, 0, 0, 0.12);
}
.filter-menu-bar,
.select-menu-bar {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #c1c1c1;
  height: 44px;
  cursor: pointer;
  padding: 0 44px 0 0;
}
.select-menu-bar.error {
  background: #fff1e4;
}


.filter-selection,
.select-selection {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
}
.filter-arrow,
.select-arrow {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0px;
  right: 0px;
  background: #c1c1c1;
}
.filter-arrow:after {
	content: '\f0d7';
	padding: 5px 0;
}
.filter-arrow img,
.select-arrow img {
  left: -336px;
  top: -243px;
}
.filter-menu-bar.selected .filter-arrow img,
.select-menu-bar.selected .filter-arrow img  {
  left: -381px;
  top: -244px;
}
.filter-menu-list-wrapper,
.select-menu-list-wrapper  {
  position: relative;
  display: none;
  width: 100%;
  max-height: 264px;
  overflow: hidden;

  zoom: 1;
  -webkit-transform: translate3d(0, 0, 0);
   /*
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  */
}

.sm .filter-menu-list-wrapper,
.xs .filter-menu-list-wrapper,
.sm .select-menu-list-wrapper,
.xs .select-menu-list-wrapper {
  max-height: 176px;
}

.filter-menu ul.filter-menu-list,
.select-menu ul.select-menu-list {
  font-size: 14px;
  line-height: 44px;
  font-weight: normal;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  margin: 0;
}
.filter-menu ul.filter-menu-list li,
.select-menu ul.select-menu-list li {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  font-weight: normal;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 0 64px 0 20px;
  margin: 0;
  background: #fff;
  border-top:    0;
  border-right:  1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-left:   1px solid #c1c1c1;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.filter-menu ul.filter-menu-list li.highlighted,
.select-menu ul.select-menu-list li.highlighted {
  color: #fff;
  background: #03aefd;
}


/* Carat Masks */
.carat-mask {
  position: absolute;
  bottom: 0px;
  height: 40px;
  width: 100%;
  z-index: 100;
}
.carat {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 40px;
  float: left;
  overflow: hidden;
}
.carat-fill {
  position: absolute;
  width: 800px;
  height: 40px;
}
.left .carat-fill {
  right: 0px;
}
.right .carat-fill {
  left: 0px;
}
.carat-shape {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.left .carat-shape {
  left: 0px;
  border-width: 78px 0 78px 78px;
  border-color: transparent transparent transparent #fff;
}
.right .carat-shape {
  right: 0px;
  border-width: 78px 78px 78px 0;
  border-color: transparent #fff transparent transparent;
}
.carat-shape-wrapper {
  position: absolute;
  width: 38px;
  height: 40px;
}
.left .carat-shape-wrapper {
  right: 0px;
}
.right .carat-shape-wrapper {
  left: 0px;
}
.carat-bar {
  position: absolute;
  background: #fff;
  width: 762px;
  height: 40px;
}
.left .carat-bar {
  left: 0px;
}
.right .carat-bar {
  right: 0px;
}


/* Forms */
/* ------------------------------------------------------------ */
.form {
  position: relative;
  padding: 20px 0px;
	background: #ffffff;
}
.form-field,
.ninja-forms-field  {
  padding: 12px 15px 12px 15px;
  background: #fff;
  border: 1px solid #c1c1c1;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  color: #03aefd;
  line-height: 18px;
}

.nf-field-container {
    clear: inherit;
    margin-bottom: 0;
}
.nf-error-wrap {
    display: none;
}
.form-field.error,
.form-field.error input,
.form-field.error textarea {
  background: #fff1e4;
}

.form-field input {
  color: #7d7d7d;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
}
.form-field input.selected {
  color: #03aefd;
}
.form-field textarea {
  color: #7d7d7d;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  resize: vertical;
}
.form-field textarea.selected {
  color: #03aefd;
}
.form-field-wrapper,
.field-wrap {
  padding: 5px;
}
.form-title {
  padding: 5px 5px 15px 5px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}
h4.form-title {
  margin: 0;
}
.form p.form-description{
  color: #7d7d7d;
  font-size: 14px;
  padding: 0 5px 20px 5px;
}
.form-required {
  color: #7d7d7d;
  font-size: 11px;
  padding: 0 5px 5px 5px;
}
.form-submit {
  padding: 10px 5px 10px 5px;
}
.form-submit-button .button {
  font-size: 18px;
}
.form-submit-button .button a {
  padding: 10px 40px;
}
.form-email-topic .nf-field-element select {
	height: 50px;
}

/* Forms */
.placeholder {
  color: #7d7d7d;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
::-webkit-input-placeholder {
  color: #7d7d7d;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
}


/* Form message window */
.form-msg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #fff url("images/games/game-thumb-gradient.png") repeat-x 0px 0px;
  z-index: 1000;
}

.form-msg-text {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  padding: 30px;
}


/* Ninja Forms style fixes */
.form .ninja-forms-form .label-above label,
.form .ninja-forms-form .label-below label,
.form .ninja-forms-form .ninja-forms-required-items,
.form .ninja-forms-form .input-counter {
  display: none;
}

.form .ninja-forms-form .field-wrap {
  margin: 0;
  padding: 0px;
}



.form .ninja-forms-form input[type=submit],
.form .ninja-forms-form input[type=button] {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  height: auto;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0	px;
  padding: 15px 40px;
  background: #0e5680; /* Old browsers 
  background: -moz-linear-gradient(top, rgba(6,172,227,1) 0%, rgba(1,127,180,1) 100%); /* FF3.6+ *
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,172,227,1)), color-stop(100%,rgba(1,127,180,1))); /* Chrome,Safari4+ *
  background: -webkit-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* Chrome10+,Safari5.1+ *
  background: -o-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* Opera 11.10+ *
  background: -ms-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* IE10+ *
  background: linear-gradient(to bottom, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* W3C *
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06ace3', endColorstr='#017fb4',GradientType=0 ); /* IE6-9 */
}

.form .ninja-forms-form input[type=submit]:hover,
.form .ninja-forms-form input[type=button]:hover {
  background: #666; /* Old browsers */
/* background: -moz-linear-gradient(top,  rgba(62,204,251,1) 0%, rgba(4,170,239,1) 100%); FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,204,251,1)), color-stop(100%,rgba(4,170,239,1))); /* Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* Opera 11.10+ 
background: -ms-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* IE10+ 
background: linear-gradient(to bottom,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eccfb', endColorstr='#04aaef',GradientType=0 ); /* IE6-9 */
}





.game-title-hidden-input,
.topic-title-hidden-input {
  position: absolute;
  visibility: hidden;
  left: -9999px;
  top: -9999px;
}



::-webkit-input-placeholder {
   color: #7d7d7d;
   font-family: Helvetica, Arial, Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
}
:-moz-placeholder
{
   color: #7d7d7d;
   font-family: Helvetica, Arial, Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
}
::-moz-placeholder {
   color: #7d7d7d;
   font-family: Helvetica, Arial, Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
}
:-ms-input-placeholder {
   color: #7d7d7d;
   font-family: Helvetica, Arial, Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
}

.selected::-webkit-input-placeholder {
   color: #03aefd;
}
.selected:-moz-placeholder
{
   color: #03aefd;
}
.selected::-moz-placeholder {
   color: #03aefd;
}
.selected:-ms-input-placeholder {
   color: #03aefd;
}


/* Search Bar */
.form.search {
  position: relative;
  padding: 0;
}
.form.search .form-field {
  background: #fff;
  margin: 0 44px 0 0;
}
.form.search .form-submit {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0px;
  right: 0px;
}
.form.search .search-button {
  position: absolute;
  background: #c1c1c1;
  width: 44px;
  height: 44px;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.form.search .search-button:after {
	content: '\f002';
	padding: 5px 0;
}
.form.search .search-button img {
  top: -204px;
  left: -338px;
}


/* Preloader */
/* ------------------------------------------------------------ */
.preloader {
  position: absolute;
  display: block;
}
.preloader-wheel {
  position: absolute;
  width: 30px;
  height: 30px;
}
.preloader-wheel:after {
	content: '\f110';
	color: #c1c1c1;
}
.preloader-wheel img {
  width: 30px;
  height: 30px;
}
.preloader-text {
  position: absolute;
  left: 40px;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 30px;
  width: 300px;
}



/* Accordian */
/* ------------------------------------------------------------ */
.accordian-button {
  position: relative;
  display: block;
}
.accordian-content-wrapper {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.accordian-content {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.accordian-vert-line {
  position: absolute;
  width: 24px;
  height: 100%;
  bottom: 0px;
}

.accordian-vert-line-image {
  position: absolute;
  right: 0px;
  width: 13px;
  border-left: 1px dotted #959595;
  height: 100%;
}
.accordian-vert-line-image img {
  display: none;
  left: -878px;
  bottom: -10px;
}

.accordian-icon{
  position: absolute;
  width: 26px;
  height: 26px;
}
.accordian-icon:after {
	content: '\f13a';
	font-size: 22px;
	padding: 0;
	color: #228ae6;
}
ul li.open .accordian-icon:after {
	content: '\f139';
}
.accordian-icon img {
  left: -279px;
  top: -139px;
}
ul li.open .accordian-icon img {
  left: -314px;
}
.accordian-icon-callout {

}
.accordian-icon-callout .closed-text {
  display: block;
}
.accordian-icon-callout .open-text {
  display: none;
}
.open .accordian-icon-callout .closed-text {
  display: none;
}
.open .accordian-icon-callout .open-text {
  display: block;
}





.button {
  display: inline-block;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
}
.button a,
.button .link{
  display: block;
	font-style: normal;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 10px 30px;
  background: #0e5680; /* Old browsers *
  background: -moz-linear-gradient(top, rgba(6,172,227,1) 0%, rgba(1,127,180,1) 100%); /* FF3.6+ *
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,172,227,1)), color-stop(100%,rgba(1,127,180,1))); /* Chrome,Safari4+ *
  background: -webkit-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* Chrome10+,Safari5.1+ *
  background: -o-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* Opera 11.10+ *
  background: -ms-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* IE10+ *
  background: linear-gradient(to bottom, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* W3C *
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06ace3', endColorstr='#017fb4',GradientType=0 ); /* IE6-9 */
}

.button a:hover,
.button .link:hover {
  background: #666; /* Old browsers */
  text-decoration: none;
  /*
background: -moz-linear-gradient(top,  rgba(62,204,251,1) 0%, rgba(4,170,239,1) 100%); /* FF3.6+ *
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,204,251,1)), color-stop(100%,rgba(4,170,239,1))); /* Chrome,Safari4+ *
background: -webkit-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* Chrome10+,Safari5.1+ *
background: -o-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* Opera 11.10+ *
background: -ms-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* IE10+ *
background: linear-gradient(to bottom,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* W3C *
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eccfb', endColorstr='#04aaef',GradientType=0 ); /* IE6-9 */
}

.helpshift-content {
    overflow-x: hidden;
    overflow-y: auto;
    border:0;
}
.game_row .blockwrap a {
	background-color:#ffffff;
	transition: transform 0.15s ease;
	-webkit-transition: -webkit-transform 0.15s ease;
	display: block;
}
.game_row .blockwrap img {
	z-index: 100;
	overflow: hidden;
}
.game_row .blockwrap a:hover {
	transform: scale(1.03);
}
.game_row .blockwrap a:hover img {
	opacity: 0.85;
}
.block_full {width:100%;}
.block_half {width:50%;}
.block_float_left {float:left;}
.block_float_right {float:right;}
.block_float_none {float:none;}



/* Privacy Sections */
.cert-bug {
	float: right;
	margin-top: 16px;
}
/* About Sections */

.leaders-link {
  padding: 0 0 30px 0;
}
.leaders-body {
	padding: 20px 0 0;
	display: block;
}

.leader-about-photos {
  width: 100%;
  position: relative;

}
.leader-about-photos > .leader-about-photo-wrapper {
	position: relative;
	display: inline-block;
}
.leader-about-photo {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  text-align: center;
  height: 100%;
  width:14.15%;
  padding: 0 2% 0 0;
  margin: 0;
}
.leader-about-photo:last-child{
  margin: 0;
  clear:right;
}
@media (max-width:768px) {
	.leader-about-photo {
	  width:30.6%;
	  padding: 0 2% 10px 0;
	  margin: 0;
	}
	.leader-about-photo:nth-child(3n) {
	  margin: 0 0 10px;
	  clear:right;
	}
}
.leader-about-photo img {
  width: 100%;
  height: 100%;
  margin: auto 0;
}
.header_lgtxt_outer {
	margin:0;
	display: block;
	position: relative;
	color: #2a6496;
}
.header_lgtxt_outer_b {
	margin:0 0 40px;
	display: block;
	position: relative;
	color: #2a6496;
}
.header_lgtxt_outer_title{
	text-align: left;
	font-size: 38px;
	font-weight: 700;
	position: relative;
	display: block;
	text-transform: uppercase;
	line-height: 100%;
}
.header_lgtxt_outer_title_b {
	text-align: left;
	font-size: 28px;
	font-weight: 600;
	position: relative;
	display: block;
	text-transform: uppercase;
	line-height: 130%;
}
.header_lgtxt_content {
	margin:40px 0 20px;
	display: block;
	position: relative;
	color: #2a6496;
	text-align: center;
}
.header_lgtxt_content_title{
	text-align: left;
	font-size: 48px;
	font-weight: 900;
	position: relative;
	display: block;
	text-transform: uppercase;
	line-height: 100%;
}
.header_smtxt_content {
	margin:0 0 20px;
	display: block;
	position: relative;
}
.header_smtxt_info {
	margin:0;
	padding: 0 0 0 15px;
}
.xs .header_smtxt_info,
.sm .header_smtxt_info {
	padding: 0 0 0 0;
}
.header_smtxt_info_b {
	margin:0;
	padding: 0 15px 0 0;
}
.xs .header_smtxt_info_b,
.sm .header_smtxt_info_b {
	padding: 0 0 0 0;
}
.header_lgtxt_outer_title_sub {
	text-align: left;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	display: block;
	text-transform: uppercase;
}
.quotation_txt{
  quotes: "\201C""\201D""\2018""\2019";
  padding: 0px;
}

.quotation_txt:before {
  content: open-quote;
  display: inline-block;
  height: 0;
  line-height: 0;
  left: -24px;
  position: relative;
  top: 36px;
  font-size: 120px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  color: #aaaaaa;
}
.quotation_txt:after {
  content: close-quote;
  display: inline-block;
  height: 0;
  line-height: 0;
  left: 24px;
  position: relative;
  top: 50px;
  font-size: 120px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  color: #aaaaaa;
}

.about_header_image {
	
}
.locations_info {
	margin:0;
}
.location_section_title {
	font-weight: 600;
	font-size: 28px;
	margin: 0 0 20px;
}
.location_rows {
	margin:20px 0 0;
}
.location_row {
	font-size: 16px;
	margin: 0 0 20px;
	color: #2a6496;
}
.location_row .location_row_inner {
	margin: 10px 10% 10px 0;
	padding: 10px 5% 10px 15%;
}
.location_row:nth-child(even) .location_row_inner {
	margin:10px 0 10px 10%;
}
.location_row .location_row_inner:before {
	content:'\f041';
	font-size: 60px;
	font-family: 'Font Awesome 5 Free';
	margin:0 0px 0 -10%;
	font-weight: normal;
	position: absolute;
	padding: 0;
	/*background: linear-gradient(315deg, #c6150c 20%, #f7c826 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	display:inline-block;
	
}


.page-template-page-contact .location_row .location_row_inner {
	margin: 0;
	padding: 10px 0% 10px 25%;
}
.page-template-page-contact .location_row:nth-child(even) .location_row_inner {
	margin:10px 0;
}
.page-template-page-contact .location_row .location_row_inner:before {
	content:'\f041';
	font-size: 60px;
	font-family: 'Font Awesome 5 Free';
	margin:0 0px 0 -18%;
	font-weight: normal;
	position: absolute;
	padding: 0;
}
.page-template-page-contact .location_rows {
	margin:0;
}
.location_title {
	font-weight: 700;
	font-size: 26px;
}
.page-template-page-contact .list-select-wrap div div {display:block;}
.page-template-page-contact .list-select-wrap div div .select-menu .faicon:after{content:'\f0d7'; font-family: 'Font Awesome 5 Free';font-weight: 600; color:#ffffff;}
.contact_disclaimer {background-color:#0e5680; padding:10px; margin:10px 0 0 0; color: #ffffff;}
.contact_disclaimer a {color: #ffffff; text-decoration: underline;}


/* Press */
/* ------------------------------------------------------------ */


#press-items {
  border-radius: 7px;
	background: #ffffff;
	margin: 0 0 40px 0;
	overflow: hidden;
}
.press-item {
	padding: 0;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.press-item:last-child {
	border-bottom: none;
}
.press-item:hover {
}
.press-item:nth-child(odd) {
}
.press-item .row {
  border: none;
  display: block;
}

.press-item-text {
  padding: 0;
	display: inline-block;
  min-width: 100%;
	line-height: 100%;
}
/*
.press-item-text:hover .post-preview-title,
.press-item-text:hover .post-preview-more-link {
background: -moz-linear-gradient(left, rgba(125,185,232,0.2) 0%, rgba(125,185,232,0.21) 1%, rgba(181,208,229,1) 100%);
background: -webkit-linear-gradient(left, rgba(125,185,232,0.2) 0%,rgba(125,185,232,0.21) 1%,rgba(181,208,229,1) 100%);
background: linear-gradient(to right, rgba(125,185,232,0.2) 0%,rgba(125,185,232,0.21) 1%,rgba(181,208,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337db9e8', endColorstr='#b5d0e5',GradientType=1 );
}
*/
.press-item .post-preview-title {
  display: block;
  float: right;
  width: 70%;
  padding: 15px;
}
a.press-item-text:hover {
	text-decoration: none;
}
.press-item .post-preview-more-link {
  display: block;
  float: right;
  width: 70%;
  padding: 15px;
}
.sm .press-item-text,
.xs .press-item-text {
  padding: 15px;
}


.press-item-image {
  width: 25%;
  float: left;
  position: relative;
  padding: 15px;
}
.press-item-image img {
  width: 100%;
}
#press-landing .row {
  border: none;
  display: block;
  line-height: 0;
}
#press-landing .left-column {
  padding: 0 15px 0 0;
}
#press-landing .right-column {
  padding: 0 0 0 15px;
}

.sm #press-landing .left-column {
  padding: 0 0 0 0;
}
.sm #press-landing .right-column {
  padding: 0 0 0 0;
}
.xs #press-landing .left-column {
  padding: 0;
}
.xs #press-landing .right-column {
  padding: 0;
}


#press-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}
#press-preloader {
  display: none;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#press-landing .mobile-filter {
  padding: 0 0 10px 0;
}

#press-landing .filter-menu {
  margin: 0 0 0 0;
}


.preview-link.press {
  text-align: left;
}
.preview-link.press .read-more {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.preview-link.press .read-more i {
	margin: 0;
	display: inline-block;
	color: #228ae6;
	font-size: 18px;
	padding: 5px 0 0;
}
.preview-link.press .preview-link-icon {
  left: 0px;
  right: auto;
}

/* SINGLE LEADER PAGE/
/* ------------------------------------------------------------ */

.single-leaders .main {
	background: #fff !important;
}

.leader-text {
	color: #000;
	margin: 50px 100px;
}

.single-leaders .leader-name {
	text-align: center;
	font-size: 2em;
	margin-bottom: 0px;
}

.single-leaders .leadertitle {
	text-align: center;
}

.bio {
	text-align: left !important;
}

.leader-contact img {
	float: left;
	margin-right: 10px;
}

.leader-contact {
	color: #999;
	font-style: italic;
}

.leadercrumb {
margin-top: 25px;
}
/* Blog */
/* ------------------------------------------------------------ */
#blog-landing {
  padding: 120px 60px 60px 60px;
}
.sm #blog-landing,
.xs #blog-landing {
  padding: 40px 30px 40px 30px;
}




.blog-landing-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  padding: 10px 0 30px 10px;
}

.blog-menu {
  padding: 0 10px 10px 10px;
}
#blog-masonry-wall {
  display: block;
  width: 100%;
  /*height: auto;*/
}
.post-preview {
  display: block;
  position: absolute;
  min-height: 150px;
  width: 360px;
}
.post-preview.featured {
  width: 720px;
}
.post-preview-wrapper {
  padding: 10px;
}
.post-preview-content {
  position: relative;
  padding: 15px;
    background: linear-gradient(180deg, #eee, #fff);
border-bottom: 1px dotted #999;
}
.lg .post-preview {
  width: 25%;
}
.lg .post-preview.featured {
  width: 720px;
}
.md .post-preview {
  width: 33%;
}
.md .post-preview.featured {
  width: 566px;
}
.sm .post-preview,
.xs .post-preview {
  width: 100%;
}
.sm .post-preview.featured,
.xs .post-preview.featured  {
  width: 100%;
}
.post-preview-image {
  position: relative;
  height: auto;
}
.post-preview-image img {
  display: block;
  width: 100%;
}
.post-preview-title,
.post-preview-title a {
  color: #111111;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 5px 0;
  font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
.post-preview-meta {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  padding: 0 0 10px 0;
font-weight: 300;
font-style: normal;
}
.post-preview-meta span.meta-bold {
  color: #111111;
}
.post-preview-description,
.post-preview-description a {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
font-weight: 300;
font-style: normal;
}
.preview-link {
  position: relative;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  padding: 0 0 10px 0;
}
.preview-link.press {
  text-align: left;
}
.preview-link .read-more {
  color: #111111;
  margin: 0;
font-weight: 300;
font-style: normal;
}
.preview-link.press .read-more {
  margin: 0;
}
.preview-link-icon {
  position: absolute;
  left: auto;
  right: 0px;
  width: 26px;
  height: 36px;
}
.preview-link.press .preview-link-icon {
  left: 0px;
  right: auto;
}
.preview-link-icon img {
  left: -244px;
  top: -134px;
}
.post-preview-more-link .side-bar-title-line {
  margin: 0;
}

#blog-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}
#load-more {
  display: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#blog-preloader {
  display: none;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}


/*
#blog-items {
  border-radius: 7px;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,1);
	margin: 0 0 40px 0;
	overflow: hidden;
}
#blog-items .post-preview {
	padding: 0;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
#blog-items .post-preview:hover {
}
#blog-items .post-preview:nth-child(odd) {
}
#blog-items .post-preview .row {
  border: none;
  display: block;
}

#blog-items .press-item-text {
  padding: 0;
	display: inline-block;
  min-width: 100%;
	line-height: 100%;
}
.post-preview.featured {
  width: 720px;
}
.post-preview-wrapper {
  padding: 0;
}
.post-preview-content {
  position: relative;
  padding: 0;
}
.post-preview-content a.boxcontent {
	padding: 15px;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,1);
	display: inline-block;
	border-radius: 7px;
	border: 5px solid #ffffff;
	min-width: 100%;
}
.lg .post-preview {
  width: 28%;
float: left;
background: #ffffff;
margin: 0 2% 20px 2%;
}
.lg .post-preview:nth-child(3n) {
margin: 0 2% 20px 0;
}
.lg .post-preview.featured {
  width: 100%;
}
.md .post-preview {
  width: 100%;
}
.md .post-preview.featured {
  width: 100%;
}
.sm .post-preview,
.xs .post-preview {
  width: 100%;
}
.sm .post-preview.featured,
.xs .post-preview.featured  {
  width: 100%;
}
.post-preview-image {
  position: relative;
  height: auto;
  width: 25%;
}
.post-preview-image img {
  display: block;
  width: 100%;
}
.post-preview-title,
.post-preview-title a {
  color: #111111;
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  padding: 0 0 5px 0;
  display: block;
  text-shadow: 0 0 1px #ffffff;
}
.post-preview-meta {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  padding: 0 0 10px 0;
  width:70%;
  float: right;
  display: block;
  padding: 0 15px;
}
.post-preview-meta span.meta-bold {
  color: #111111;
}
.post-preview-description,
.post-preview-description a {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
  width:70%;
  float: right;
  display: block;
  padding: 15px;
}
.post-preview-title a:hover,
.post-preview-description a:hover,
.preview-link a:hover {
	text-decoration: none;
}
.preview-link {
  position: relative;
  text-align: right;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  padding: 0;
}
.preview-link .read-more {
  color: #111111;
  margin: 0 32px 0 0;
}
.preview-link-icon {
  position: absolute;
  left: auto;
  right: 0px;
  width: 26px;
  height: 36px;
}
.preview-link-icon:after {
  content: '\f0a9';
  font-size: 26px;
  color: #228ae6;
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top:0;
}
.preview-link-icon img {
  left: -244px;
  top: -134px;
}
.post-preview-more-link {
  display: block;
}
.post-preview-more-link .side-bar-title-line {
  margin: 0;
}
.blog-menu {
	margin: 0 0 30px 0;
	padding-right:30px !important;
}
.blog-menu:nth-child(2n) {
	margin: 0 0 30px 0;
	padding-right:0 !important;
}
@media (max-width:992px) {
	.blog-menu {
		margin: 0 0 20px 0;
		padding-right:0 !important;
	}
	.blog-menu:nth-child(2n) {
		margin: 0 0 20px 0;
		padding-right:0 !important;
	}
}

*/
/*
#blog-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}
#blog-preloader {
  display: none;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
*/
#load-more {
  display: none;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
}
#load-more:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f078';
	font-size: 26px;
	display: inline-block;
	margin: 0 0 0 15px;
	font-weight: 900;
	font-style: normal;
}

.accordian-icon:after {
    color: #999;
}

.job-description-content, .job-description-section-heading, #job-list .job-description-content ul li, .job-description-content span {
    color: #000;
}
    
    
/* Contact New */
/* ------------------------------------------------------------ */
.page-id-537 .main, .page-id-438 .main, .page-id-531 .main, .page-id-7798 .main, .page-id-7799 .main, .page-template-page-tos .main, .page-template-page-privacy .main {
    background-color: #fff !important;
}

.page-id-537 .main .header_lgtxt_outer, .page-id-438 .main .header_lgtxt_outer, .page-id-7798 .main .header_lgtxt_outer, .page-id-531 .main .header_lgtxt_outer, .page-id-7799 .main .header_lgtxt_outer, .page-template-page-tos .main .header_lgtxt_outer, .page-template-page-privacy .main .header_lgtxt_outer {
	color: #0e5680 !important;
}

.page-id-537 .main .content-section, .page-id-438 .main .content-section, .page-id-531 .main .content-section, .page-id-7798 .main .content-section, .page-id-7799 .main .content-section, .page-template-page-tos .main .content-section, .page-template-page-privacy .main .content-section {
	color: #000 !important;
}

.page-id-537 .content-section-body-pad-20, .page-id-438 .content-section-body-pad-40, .page-id-531 .content-section-body-pad-20, .page-id-7798 .content-section-body-pad-20, .page-id-7799 .content-section-body-pad-20, .page-template-page-tos .content-section-body-pad-20, .page-template-page-privacy .content-section-body-pad-20 {
    padding: 50px 60px 20px 60px;
}

.menu-item-43194 .dropdown-menu {
    margin: -6px 7px 0 -124px !important;
}

.menu-item-40234 .dropdown-menu  {
	width: 100% !important;
}


/* Blog New */
/* ------------------------------------------------------------ */


.blog-item {
  padding: 0 0 40px 0;
}
.blog-item .row {
  border: none;
  display: block;
}

.blog-item-text {
}
.blog-item-text:hover {
}
.blog-item .post-preview-title {
  display: block;
  float: right;
  width: 70%;
  padding: 15px;
}
a.blog-item-text:hover {
	text-decoration: none;
}
.blog-item .post-preview-more-link {
  display: block;
  float: right;
  width: 70%;
  padding: 15px;
}
.sm .blog-item-text,
.xs .blog-item-text {
  padding: 15px;
}

.single-blog .left-column {
    width: 100%;
}

.single-blog .right-column {
    display: none;
}

.blog-item-image {
  width: 25%;
  float: left;
  position: relative;
  padding: 15px;
}
.blog-item-image img {
  width: 100%;
}
#blog-landing .row {
  border: none;
  display: block;
}
#blog-landing .left-column {
  padding: 0 15px 0 0;
}
#blog-landing .right-column {
  padding: 0 0 0 15px;
}

.sm #blog-landing .left-column {
  padding: 0 0 0 0;
}
.sm #blog-landing .right-column {
  padding: 0 0 0 0;
}
.xs #blog-landing .left-column {
  padding: 0;
}
.xs #blog-landing .right-column {
  padding: 0;
}


#blog-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}
#blog-preloader {
  display: none;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#blog-landing .mobile-filter {
  padding: 0 0 10px 0;
}

#blog-landing .filter-menu {
  margin: 0 0 0 0;
}
.preview-link.blog {
  text-align: left;
}
.preview-link.blog .read-more {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.preview-link.blog .read-more i {
	margin: 0;
	display: inline-block;
	color: #228ae6;
	font-size: 18px;
	padding: 5px 0 0;
}
.preview-link.blog .preview-link-icon {
  left: 0px;
  right: auto;
}


/* About NEW */
/* ------------------------------------------------------------ */
.page-id-557 .bggrey {
    background-color: #fff !important;
}

.seizerow {
    width: 40%;
}

.inforow {
	width: 60%;
}

.seize {
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    line-height: 1em;
    padding: 0px 80px;
    font-family: 'Montserrat', sans-serif;
}

.page-id-537 .seize {
    text-align: center;
    font-size: 3em;
	text-align: left;
    padding: 0px;
}

.about1 {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.about2 {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.studio1 {
	text-align: center;
}
.studio_logos_section {
	width: 100%;
	background: #4aa4f1;
	color: #ffffff;
	display: inline-block;
}
.studio_logos_section img {
    width: 16%;
    margin: 0 5%;
    max-width: 160px;
}
@media (max-width:640px) {
	.studio_logos_section img {
	    width: 23%;
	    margin: 10px 2%;
	    max-width: 100px;
	}
}
.studio_header_title {
	color: #ffffff;
	font-size: 36px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 60px 0;
    display: block;
    font-weight: 600;
}

.inforow {
    width: 54%;
    padding: 30px 50px;
}

.page-id-557 .quotation_txt {
    font-family: 'Montserrat', sans-serif;
    padding: 0px 40px;
}

.header_smtxt_info_b {
    padding: 0px 0px;
}

.page-id-557 .header_lgtxt_content {
    margin: 0px 0 20px !important;
}
    
.page-id-557 .header_lgtxt_content_title {
    background: #0e5680;
    margin-left: -75px;
    padding: 20px 75px;
    width: 450px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.header_smtxt_content {
    padding: 30px 0px 0px 0px;
    margin: 0px; 
}

.leaderthumbs {
padding: 0px;
}

.embrace_content p.info {
    padding: 50px 0px 0px 0px;
}

.embrace_headline {
    background: #0e5680;
    margin-left: -75px;
    padding: 20px 75px;
    width: 850px !important;
    font-family: 'Montserrat', sans-serif;
    padding-right: 0px !important;
}

.embrace_content h2 {
	font-family: 'Montserrat', sans-serif;
	color: #0e5680;
	font-weight: 700;
	font-size: 1.5em;
    margin-top: 20px;
}

.header_lgtxt_outer_title_sub {
    text-align: right;
}
    
.page-id-557  .header_lgtxt_content_title, .embrace_headline {
	color: #fff !important;
	font-weight: 700;
}

.leader-about-photo img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.meet {
    background: #0e5680;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-left: auto;
	margin-right: auto;
    padding: 10px 20px;
    width: 210px;
    text-align: center;
}

.meet:hover {
    background: #666;
}

.meet a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	font-weight: 700;
}

/* Leaders */
/* ------------------------------------------------------------ */
.leader {
  display: block;
  height: auto;
	float: left;
/*	width: 25%;
`	  padding: 25px;`
*/
}

.leaderthumbs {
	margin-left: auto !important;
    margin-right: auto !important;
    width: 80% !important;
}

.leader img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.leader-contact img {
width: 25px !important;
margin-right: 10px;
}

@media (max-width:768px) {
	.leader {
	  padding: 0 0 40px 0;
	}
	.leader.first {
	  padding: 0;
	}
}
/*
.leader-image {
  width: 100%;
  margin: 0 0 30px 0;
}
.leader-image img {
  width: 100%;
}
*/
.leader-name,
.leader-video-title {
  color: #0e5680;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  padding: 0 0 5px 0;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.leader-video-title {
  padding: 0 0 20px 0;
}
.leader-title {
  color: #a1a1a1;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-alIgn: center;
}
.leader-bio p {
  display: block;
  color: #7d7d7d;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 0 0;
  margin: 0;
  font-weight: 300;
}
.leader-contact {
  width: 100%;
  padding: 20px 0 10px 0;
}
.leader-contact a {
  display: block;
}
.leader-contact-link {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}
.leader-contact-icon {
  display: inline-block;
  float: left;
  width: 29px;
  height: 29px;
}
.leader-contact-icon a {
  display: block;
  height: 29px;
}
.leader-contact-icon img {
  top: -215px;
  left: -243px;
}
.bottom-line {
  width: 100%;
  height: 5px;
  border-bottom: 1px dotted #959595;
}
/*
.bottom-line img {
  left: 0px;
  top: 0px;
}
*/

.leader-contact-text {
  display: inline-block;
  float: left;
  color: #111111;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  padding: 0 0 0 10px;
}
.leaders-video {
  width: 100%;
  margin: 0 0 40px 0;
}

.leader-anchor {
  display: block;
  position: relative;
  top: 0px;
}

.newleader {
	float:left;
	text-align: center;
	width: 33.33%;
    padding: 2%;
    height: 400px;
    margin-bottom: 40px;
}

.leaderpic {
display:block;
}

.leader-name {
padding-top: 20px !important;
display: block;
}

.leadertitle {
    font-size: .9em;
    color: #999;
    display: block;
    padding-bottom: 30px;
    line-height: 1.2em;
}

.fancybox-content-new {
	display: none;
}

#fancybox-content .fancybox-content-new {
	display: block;
}


/* Carat Masks */
.carat-mask {
  position: absolute;
  bottom: 0px;
  height: 40px;
  width: 100%;
  z-index: 100;
}
.carat {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 40px;
  float: left;
  overflow: hidden;
}
.carat-fill {
  position: absolute;
  width: 800px;
  height: 40px;
}
.left .carat-fill {
  right: 0px;
}
.right .carat-fill {
  left: 0px;
}
.carat-shape {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.left .carat-shape {
  left: 0px;
  border-width: 78px 0 78px 78px;
  border-color: transparent transparent transparent #fff;
}
.right .carat-shape {
  right: 0px;
  border-width: 78px 78px 78px 0;
  border-color: transparent #fff transparent transparent;
}
.carat-shape-wrapper {
  position: absolute;
  width: 38px;
  height: 40px;
}
.left .carat-shape-wrapper {
  right: 0px;
}
.right .carat-shape-wrapper {
  left: 0px;
}
.carat-bar {
  position: absolute;
  background: #fff;
  width: 762px;
  height: 40px;
}
.left .carat-bar {
  left: 0px;
}
.right .carat-bar {
  right: 0px;
}


/* HOME - Sara's Additions */
/* ------------------------------------------------------------ */
.embed-responsive.embed-responsive-1200by960 {padding-bottom: 57.5% !important;}

.embed-responsive-1200by960::before {padding-top: 57.5% !important;}

.mobilevid-slide.embed-responsive.embed-responsive-16by9 {padding-bottom:57.5% !important}
/*
.mobilevid {
display:none;
}
*/
.postid-43192 .game-bullet {
    padding: 20px 0px;
}

.fullwidthbanner-container .fullwidthabanner {
	max-width: 1600px;
	margin: 0 auto;
}

.desktopvid {
	max-width: 1600px;
	margin: 0 auto;
}

blockquote {
    color: #0e5680;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    margin-left: 75px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 50px;
    top: 10px;
    position: relative;
    height: 0;
    font-family: Helvetica, arial, sans serif;
    left: -30px;
    color: #666;
}

.newleader img, img.leaderpic {
 filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  transition: transform .5s; /* Animation */
} 

.newleader img:hover {
 transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.postid-47504 img {
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.about-bottom-text, .about-bottom {
padding-top: 0px;
}

iframe .helpshift-content h2.section-title a {
	font-family: 'Montserrat', sans-serif !important;
color: #000 !important;
}

.page-template-page-privacy ul, .page-template-page-tos ul {
list-style-type: disc;
margin-left: 50px;
}

.page-template-page-privacy .content-section-body p, .page-template-page-tos .content-section-body p {
    padding: 0 0 10px 0;
}

.post-preview-blurb {
float: right;
    width: 68%;
    color: #000;
    font-size: .9em;
}



@media (max-width:768px) {
/*.mobilevid {
display:block;
}
.desktopvid {
display:none;
}*/


}



/* Developers */
/* ------------------------------------------------------------ */
#developers {
  padding: 0 0 20px 0;
}
.sm #developers,
.xs #developers {
  padding: 0;
}

#developers .content-section-body {
  padding: 0 100px 40px 100px;
}
@media (max-width:768px) {
	#developers .content-section-body {
	  padding: 0 30px 20px 30px;
	}
}



.developers-title {
  display: block;
  position: relative;
  width: 100%;
  background: #ccc;
  padding: 0 0 40px 0;
}
.developers-title.blue-gradient {
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #02BDFC), color-stop(1, #0482D1));
  background-image: -o-linear-gradient(bottom, #02BDFC 0%, #0482D1 100%);
  background-image: -moz-linear-gradient(bottom, #02BDFC 0%, #0482D1 100%);
  background-image: -webkit-linear-gradient(bottom, #02BDFC 0%, #0482D1 100%);
  background-image: -ms-linear-gradient(bottom, #02BDFC 0%, #0482D1 100%);
  background-image: linear-gradient(to bottom, #02BDFC 0%, #0482D1 100%);
  */
  background: rgb(2,189,252); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYmRmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDgyZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(2,189,252,1) 0%, rgba(4,130,209,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,189,252,1)), color-stop(100%,rgba(4,130,209,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(2,189,252,1) 0%,rgba(4,130,209,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(2,189,252,1) 0%,rgba(4,130,209,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(2,189,252,1) 0%,rgba(4,130,209,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(2,189,252,1) 0%,rgba(4,130,209,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02bdfc', endColorstr='#0482d1',GradientType=0 ); /* IE6-8 */

}
.developers-title.pink-gradient {
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f92946), color-stop(1, #c8243a));
  background-image: -o-linear-gradient(bottom, #f92946 0%, #c8243a 100%);
  background-image: -moz-linear-gradient(bottom, #f92946 0%, #c8243a 100%);
  background-image: -webkit-linear-gradient(bottom, #f92946 0%, #c8243a 100%);
  background-image: -ms-linear-gradient(bottom, #f92946 0%, #c8243a 100%);
  background-image: linear-gradient(to bottom, #f92946 0%, #c8243a 100%);
  */
  background: rgb(249,41,70); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5Mjk0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjODI0M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(249,41,70,1) 0%, rgba(200,36,58,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,41,70,1)), color-stop(100%,rgba(200,36,58,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(249,41,70,1) 0%,rgba(200,36,58,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(249,41,70,1) 0%,rgba(200,36,58,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(249,41,70,1) 0%,rgba(200,36,58,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(249,41,70,1) 0%,rgba(200,36,58,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f92946', endColorstr='#c8243a',GradientType=0 ); /* IE6-8 */

}
.developers-title.green-gradient {
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #76cf4a), color-stop(1, #2e7f02));
  background-image: -o-linear-gradient(bottom, #76cf4a 0%, #2e7f02 100%);
  background-image: -moz-linear-gradient(bottom, #76cf4a 0%, #2e7f02 100%);
  background-image: -webkit-linear-gradient(bottom, #76cf4a 0%, #2e7f02 100%);
  background-image: -ms-linear-gradient(bottom, #76cf4a 0%, #2e7f02 100%);
  background-image: linear-gradient(to bottom, #76cf4a 0%, #2e7f02 100%);
  */
  background: rgb(118,207,74); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2Y2Y0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTdmMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(118,207,74,1) 0%, rgba(46,127,2,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,207,74,1)), color-stop(100%,rgba(46,127,2,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(118,207,74,1) 0%,rgba(46,127,2,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(118,207,74,1) 0%,rgba(46,127,2,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(118,207,74,1) 0%,rgba(46,127,2,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(118,207,74,1) 0%,rgba(46,127,2,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76cf4a', endColorstr='#2e7f02',GradientType=0 ); /* IE6-8 */
}
.developers-title.orange-gradient {
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fb9005), color-stop(1, #fb6003));
  background-image: -o-linear-gradient(bottom, #fb9005 0%, #fb6003 100%);
  background-image: -moz-linear-gradient(bottom, #fb9005 0%, #fb6003 100%);
  background-image: -webkit-linear-gradient(bottom, #fb9005 0%, #fb6003 100%);
  background-image: -ms-linear-gradient(bottom, #fb9005 0%, #fb6003 100%);
  background-image: linear-gradient(to bottom, #fb9005 0%, #fb6003 100%);
  */
  background: rgb(251,144,5); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiOTAwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjYwMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(251,144,5,1) 0%, rgba(251,96,3,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,144,5,1)), color-stop(100%,rgba(251,96,3,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(251,144,5,1) 0%,rgba(251,96,3,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(251,144,5,1) 0%,rgba(251,96,3,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(251,144,5,1) 0%,rgba(251,96,3,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(251,144,5,1) 0%,rgba(251,96,3,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9005', endColorstr='#fb6003',GradientType=0 ); /* IE6-8 */

}







.developers-title-text {
  display: block;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 37px;
  line-height: 48px;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
  padding: 30px 10px;
}
.sm .developers-title-text,
.xs .developers-title-text {
  font-size: 28px;
  line-height: 37px;
}


#developers .texture-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.lets-talk {
  padding: 0 0 40px 0;
}
.lets-talk-text {
  display: inline-block;
  float: left;
  color: #7d7d7d;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 13px 0 14px 0;
}
.lets-talk-button {
  display: inline-block;
  float: left;
  padding: 0 0 0 20px;
}
.two-lines .lets-talk-text {
  display: block;
  float: none;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 12px 0;
}
.centered .lets-talk-text {
  text-align: center;
}
.two-lines .lets-talk-button {
  display: block;
  float: none;
}
.centered .lets-talk-button {
  text-align: center;
}
.developers-list h3 {
  color: #111111;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 5px 0;
}
.developers-list p {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 24px;
}
.content-section-body p.intro {
  width: 100%;
  padding: 0 0 80px 0;
}
.content-section-body p.intro.centered {
  width: 100%;
  padding: 0 0 80px 0;
  text-align: center;
}
.success-story-video {
  width: 100%;
  margin: 0 0 40px 0;
}


/* Process Accordian */
ul.process-steps li {
  position: relative;
}
.process-accordian .accordian-button {
  position: relative;
  display: block;
  /*cursor: pointer;*/
}
.process-accordian .accordian-content-wrapper {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.process-accordian {
  padding: 0 0 30px 0;
}
.process-accordian-icon {
  margin: 0 0 0 154px;
  padding: 0 0 20px 0;
}
.sm .process-accordian-icon ,
.xs .process-accordian-icon  {
  margin: 0 0 0 111px;
}


.accordian-icon-callout {
  position: relative;
  text-align: left;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  margin: 0 0 0 25px;
}
.process-title {
  color: #111111;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 0 154px;
  padding: 35px 0 5px 0;
}
.sm .process-title,
.xs .process-title {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 0 111px;
}

.process-image {
  position: absolute;
  width: 144px;
  height: 155px;
  left: 0px;
  top: 0px;
  z-index: 100;
}
.sm .process-image,
.xs .process-image {
  width: 101px;
  height: 109px;
}
.process-image img {
  width: 100%;
  height: 100%;
}
.process-body p {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0 20px 0;
}
.process-body {
  margin: 0 0 0 154px;
}
.sm .process-body,
.xs .process-body {
  margin: 0 0 0 111px;
}

.process-accordian .accordian-vert-line {
  bottom: 0px;
  left: 62px;
  padding: 20px 0 0 0;
}
.sm .process-accordian .accordian-vert-line,
.xs .process-accordian .accordian-vert-line {
  left: 41px;
}


/* Error Page */
/* ------------------------------------------------------------ */
.error-page {
	text-align: center;
}
.error_title {
	font-size: 36px;
	color: #ffffff;
	font-weight: 400;
	display: block;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.error_title_xl {
	font-size: 96px;
	color: #428bca;
	font-weight: 700;
	display: block;
	line-height: 100%;
}
.error-page-wrapper a { color: #428bca;}





/* Post */
/* ------------------------------------------------------------ */
#blog-post {
  padding: 20px 60px 40px 60px;
}
.sm #blog-post,
.xs #blog-post {
  padding: 20px 30px 40px 30px;
}

.single-blog .main {
    background-color: #fff !important;
}


.post-hero {
  width: 100%;
}
.post-hero img {
  width: 60%;
  margin-bottom: 30px;
}
.blog-post-title {
  color: #111111;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  padding: 0 0 10px 0;
}
.blog-post-meta {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  padding: 0 0 20px 0;
}
.blog-post-meta span.meta-bold {
  color: #111111;
}
.breadcrumb-menu,
.breadcrumb-menu a,
.breadcrumb-menu a:visited {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding: 0 0 30px 0;
}
.breadcrumb-menu a:hover {
  color: #03aefd;
}
.search-bar-wrapper {
  display: block;
}
.post .search-bar {
  padding: 0 0 20px 0;
  background: transparent;
}

.post-share {
  padding: 15px 0;
}
.post-share-text {
  display: inline-block;
  float: left;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px 0 0;
}
.post-share .social-links {
  display: inline-block;
  float: left;
  font-size: 20px;
}

.sm .post-share,
.xs .post-share  {
  text-align: center;
}

.sm .post-share-text,
.xs .post-share-text {
  display: block;
  float: none;
  text-align: center;
}

.sm .post-share .social-links,
.xs .post-share .social-links {
  display: inline-block;
  float: none;
}

#blog-post .social-link {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 0;
}

#blog-post .social-link.facebook img {
  left: -302px;
  top: -89px;
}

#blog-post .social-link.twitter img {
  left: -330px;
  top: -89px;
}

#blog-post .social-link.linkedin img {
  left: -358px;
  top: -89px;
}

.sm #blog-post .social-link,
.xs #blog-post .social-link {
  display: inline-block;
  float: left;
  width: 54px;
  height: 55px;
  cursor: pointer;
  margin: 0;
}

.sm #blog-post .social-link.facebook img,
.xs #blog-post .social-link.facebook img {
  left: -453px;
  top: -130px;
}

.sm #blog-post .social-link.twitter img,
.xs #blog-post .social-link.twitter img {
  left: -509px;
  top: -130px;
}

.sm #blog-post .social-link.linkedin img,
.xs #blog-post .social-link.linkedin img {
  left: -565px;
  top: -130px;
}

.post-body {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.post-body p {
  padding: 15px 0;
}

.post-body li ul, .post-body li ol {
  margin:0 1.5em;
}
.post-body ul, .post-body ol {
  margin:0 1.5em 1.5em 1.5em;
}
.post-body ul {
  list-style-type:disc;
}
.post-body ol {
  list-style-type:decimal;
}
.post-body ol ol {
    list-style-type: lower-alpha;
}
.post-body h3{
    font-size: 1.25em;
}
.post-body h2{
    font-size: 1.5em;
}
.post-body h1{
    font-size: 1.75em;
}


.post-credit {
  position: relative;
  display: block;
  min-height: 68px;
  /*width: 100%;*/
  padding: 20px 0;
}
.post-credit-image {
  display: block;
  position: absolute;
  width: 68px;
  height: 68px;
}
.post-credit-image img {
  width: 100%;
  height: 100%;
}
.post-credit-text {
  display: block;
  margin: 0 0 0 78px;
}
.post-credit-author {
  color: #111111;
  font-weight: 400;
  font-size: 18px;
  line-height: 68px;
}
.post-credit-bio {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 18px;
}


#blog-post .left-column {
  padding: 20px;
  margin: 0 0 40px 0;
  border-radius: 7px;
  background: #ffffff;
}
#blog-post .right-column {
  padding: 0 0 0 25px;
}

.sm #blog-post .left-column,
.xs #blog-post .left-column {
  padding: 20px;
  margin: 0 0 40px 0;
}
.sm #blog-post .right-column,
.xs #blog-post .right-column {
  padding: 0 0 40px 0;
  width: 100%;
}
.mobile-search {
  padding: 0 15px 0 0;
  float: right;
}
.sm .mobile-search,
.xs .mobile-search {
  padding: 0;
  float: none;
}
.desktop-search {
  padding: 0 0 10px 0;
}


/* Video Icon */
/* ------------------------------------------------------------ */
.video-icon-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 300;
}
.video-icon-overlay-sprite.sprite {
  width: 77px;
  height: 77px;
  left: 0px;
  top: 0px;

  position: absolute;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.video-icon-overlay-sprite.sprite img {
  width: 900px;
  height: 700px;
  left: -694px;
  top: -221px;
}

.overview-gallery-thumb .video-icon-overlay-sprite.sprite {
  width: 38px;
  height: 38px;
  left: 0px;
  top: 0px;

  position: absolute;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.overview-gallery-thumb .video-icon-overlay-sprite.sprite img {
  width: 450px;
  height: 350px;
  left: -347px;
  top: -110px;
}


/* Sidebar */
.side-bar-title-line {
  width: 100%;
  height: 2px;
  border-top: 1px dotted #959595;
}

.side-bar-section {
    padding: 20px 20px 40px 20px;
    background: linear-gradient(180deg, #eee, #fff);
    min-height: 210px;
    border-radius: 7px;
}
.side-bar-section h4 {
  color: #111111;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  padding: 0 0 7px 0;
}
.side-bar-title-line {
  margin: 0 0 20px 0;
}
.side-bar-quote {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 20px 0;
}
.side-bar-quote .quote-text {
  color: #7d7d7d;
  font-style: italic;
  padding: 0 0 5px 0;
}
.side-bar-quote .quote-credit {
  color: #111111;
}
.side-bar-text,
.side-bar-link {
  color: #7d7d7d;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 20px 0;
}
.side-bar-link p.link-text,
.side-bar-link p.link-text a,
.side-bar-link p.link-text a:visited
.side-bar-text p a,
.side-bar-text p a:link,
.side-bar-text p a:visited {
  color: #7d7d7d;
  font-style: italic;
}
.side-bar-text p a:hover,
.side-bar-link p.link-text a:hover {
  color: #03aefd;
}
.side-bar-text p {
  padding: 0 0 20px 0;
}
.side-bar-file-link {
  position: relative;
}
.side-bar-file-icon {
  position: absolute;
  width: 32px;
  height: 38px;
}
.side-bar-file-icon:after {
  content:'\f15b';
  color: #228ae6;
}
.side-bar-file-icon img {
  left: -354px;
  top: -133px;
}
.side-bar-file-name {
  color: #111111;
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  padding: 13px 10px 0 0;
  margin: 0 0 0 40px;
}



/* Content Sections */
.content-section {
  width: 100%;
  font-size: 18px;
  color: #111111;
}
.content-section .light {
  color: #7d7d7d;
}
.content-section .blue {
  color: #0677b5;
}
.content-section .pink {
  color: #f12944;
}
.content-section .green {
  color: #2f7d04;
}
.content-section .orange {
  color: #e96303;
}


.content-section-image {
  overflow: hidden;
  height: 430px;
  line-height: 0;
}
.md .content-section-image {
  height: 347px;
}
.content-section-image img {
  width: 100%;
  height: auto;
}
.content-section-image.medium {
  overflow: hidden;
  height: 290px;
}
.content-section-image.short {
  overflow: hidden;
  height: 220px;
}

.sm .content-section-image,
.xs .content-section-image {
  display: block;
  height: auto;
}



.content-section-body h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 10px 0;
}
.content-section-body {
  padding: 70px 60px 40px 60px;
}
.content-section-body-list {
  padding: 30px 60px 0px 60px;
	background: #ffffff;
}
.content-section-body-pad-20 {
  padding: 20px 60px;
}
.content-section-body-pad-40 {
  padding: 40px 60px;
}
.content-section-body-pad-20-40 {
  padding: 20px 60px 40px 60px;
}
.content-section-body-pad-40-20 {
  padding: 40px 60px 20px 60px;
}
.secondary .content-section-body-pad-20 p {
  color: #0cc2e0;
  padding: 20px;
  font-size: 24px;
  border-radius: 3px;
  font-weight: 600;
  font-style: italic;
}
.content-section-body-pad-0 {
  padding: 0;
}
.content-section-body-pad-top-0 {
  padding: 0px 60px 0 60px;
}
.content-section-body .clearfix::after {
  content: '';
}
.sm .content-section-body,
.xs .content-section-body,
.sm .content-section.no-image .content-section-body,
.xs .content-section.no-image .content-section-body {
  padding: 40px 30px 20px 30px;
}




.content-section.no-image .content-section-body {
  padding: 115px 60px 40px 60px;
}
.content-section-body p {
  padding: 0 0 40px 0;
}
.sm .content-section-body p,
.xs .content-section-body p {
  padding: 0 0 20px 0;
}

.content-section .left-column {
  padding: 0 40px 0 0;
}
.content-section .right-column {
  padding: 0 0 0 40px;
}

.sm .content-section .left-column,
.sm .content-section .right-column,
.xs .content-section .left-column,
.xs .content-section .right-column {
  padding: 20px 0 0 0;
}



.content-section-title {
  position: relative;
}

.content-section-title-wrapper {
  position: absolute;
  display: inline-block;
  top: -62px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  padding: 17px 30px 17px 30px;
}
.content-section.no-image .content-section-title-wrapper {
  position: absolute;
  display: inline-block;
  top: 0px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  padding: 17px 30px 17px 30px;
}

.content-section-title-wrapper .headline-cap {
  position: absolute;
  top: 0px;
  right: -82px;
  width: 82px;
  height: 82px;
  overflow: hidden;
}
@media (max-width:768px) {
	.content-section-title-wrapper,
	.content-section.no-image .content-section-title-wrapper {
	  position: relative;
	  display: block;
	  top: auto;
	  font-size: 24px;
	  line-height: 24px;
	  width: 100%;
	  padding: 10px 0 10px 0;
	}
	
	.content-section-title-wrapper h2.headline-text {
	  padding: 0 20px 0 20px;
	}
	.content-section-title-wrapper .headline-cap {
	  display: none;
	}
}

.content-section-title-wrapper .headline-cap-trianle {
  position: absolute;
  top: -77px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 70px 80px;
}
.content-section-list-item {
  padding: 0 0 30px 0;
}
.content-section-list-item-title-wrap {
  position: relative;
  display: block;
}
.content-section-list-item-title:before {

	content:'\f0da';
	font-size: 32px;
	font-family: 'Font Awesome 5 Free';
	margin:-10px 0 0 -15px;
	font-weight: normal;
	position: absolute;
	padding: 0;
	color: #e17320;
	/*background: linear-gradient(315deg, #c6150c 20%, #f7c826 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	display:inline-block;
	
}
.content-section-list-item-title {
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: 20px;
  margin: -2px 0 0 20px;
  color: #1d3e57;
}
.content-section-list-item-body {
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: #1d3e57;
}


@media (max-width:1600px) {
	.feature_bullets {font-size: 42px;}
	.feature_bullets ul li:before { font-size: 36px;}
}

@media (max-width:1440px) {
.newleader {
    height: 350px;
}
}
@media (max-width:1200px) {
	.feature_bullets { font-size: 36px;}
	.feature_bullets ul li:before { font-size: 30px;}
	.section_content { min-height: 400px;}
	.navbar-brand .img-fluid {height: 60px; width: auto;}
	.navbar {font-size: 20px;padding: 30px 1rem;}
	#navbarNavDropdown ul li a.nav-link { padding: 20px 5px 15px;}
	
	
	.postid-40117 .game-header-text {
    width: 37%;
    margin-right: 20px;
    }
    
    .postid-40117 .game-header-text h1 {
    font-weight: 900;
    font-size: 3.4em;
	}
	.postid-40117 .game-bullet {
	    background-position-x: 25%;
	}
	
	
	.postid-40115 .game-header-text {
    width: 37%;
    margin-right: 20px;
    }
    
    .postid-40115 .game-header-text h1 {
    font-weight: 900;
    font-size: 4.1em;
	}
	

 .postid-40115 .game-header-text h3 {
    width: 100%;
    }

.postid-40109 .game-header-text h1 {
    margin-top: .3em;
	}

.postid-40109 .game-header-text {	
    width: 34%;
    }
    
.postid-40107 .game-header-text {
    width: 35%;
    }
    
.postid-40113 .game-header-text h1 {
    font-weight: 900;
    font-size: 4.6em;
    }
    
    .postid-5 .game-header-text h1 {
    font-size: 4.1em;
    }
    
    .postid-40111 .game-header-text h1 {
    font-size: 4.1em;
    }
    
    .postid-40111 .game-header-text {
    width: 30%;
    }
    
    .about1, .about2 {
    width: 100%;
}

/*.embrace_headline {
    width: 77% !important;
    }
    
    .page-id-557 .header_lgtxt_content_title {
    width: 41%;
    }
*/

    }


@media (max-width:1024px) {
	
	.single-blog .post-hero iframe {
	width: 100% !important;
	height: 467px !important;
}
	.feature_bullets {font-size: 30px;}
	.feature_bullets ul li:before { font-size: 22px;}
	.location_row:nth-child(even) .location_row_inner {margin:10px 0;}
	
	
	.game-header {
    height: 450px;
    }

    .game-header-text {    
        width: 38%;
        }
        
    .game-header-text h1 {
    	font-size: 3.4em;
    	margin-top: .4em;
    	    text-shadow: 1px 1px 3px #000;
    }
    
    .game-header-text h2 {
   		font-size: 2.2em;
   		    text-shadow: 1px 1px 3px #000;
    }
    
    .game-header-text h3 {
    	font-size: 1.2em;
    	    text-shadow: 1px 1px 3px #000;
    }
    
    .section_head_inner_bullet ul li {
    	font-size: 1.4em
    }
    

	.single-game.postid-5 .game-header-text {
    width: 46%;
}
 /*   
    .embrace_headline {
    width: 93% !important;
    }
    
    .page-id-557 .header_lgtxt_content_title {
    width: 50%;
    }*/
    
    .worlds .header_lgtxt_outer_title {
    font-size: 35px;
    }
    
    .page-id-557 .quotation_txt {
    padding: 0px 20px;
}

.newleader {
    height: 270px;
    }
    
.quotation_txt:before {
    font-size: 80px;   
    top: 16px; 
}

.quotation_txt:after {
	font-size: 80px;
    top: 30px;
}

.page-id-438 .seize {
padding: 0px 50px;
}


.single-game.postid-5 .section_head_inner_bullet {
	width: 53%;
}



.inforow {
    padding: 20px 50px;
}

.about2 .inforow  {
    padding: 0px 50px;
}

.postid-40117 .game-header-text {
    width: 44%;
    }
.postid-40117 .game-bullet {
    background-position-x: 30%;
}
.postid-40115 .game-header-text {
    width: 44%;
    }
    
.postid-43192 .game-header-text {
    width: 39%;
}

.postid-43192 .game-header-text h1 {
margin-top: 100px;
}

.postid-40113 .game-header-text h1 {
    font-size: 3.6em;
}

.postid-40111 .game-header-text {
    width: 36%;
}

}
@media (max-width:992px) {
	.single-blog .post-hero iframe {
	width: 100% !important;
	height: 476px !important;
}
	.section_nav { font-size: 20px;}
	.navbar-brand .img-fluid {height: 50px; width: auto;}
	.navbar {font-size: 18px;}
	#navbarNavDropdown ul li a.nav-link { padding: 18px 5px 10px 5px; margin: 0 2px;}
	.feature_bullets {font-size: 28px;}
	.feature_bullets ul li:before { font-size: 18px;}
	.content-section-body {padding: 70px 40px 40px;}
	.content-section-body-list {padding: 30px 40px 0px;}
	.content-section-body-pad-20 {padding: 20px 40px 20px;}
	.content-section-body-pad-top-0 {padding: 0px 40px 0 40px;}
	.section_header_title {font-size: 32px; padding: 10px 16px;}
	.dropdown-menu {right: 0; left: auto; display: none !important;}
	.navbar-toggler {font-size: 2.25rem;}
	.location_row .location_row_inner {margin:10px 0;}
	.header_lgtxt_outer {margin:0px 0 20px;}
	.header_lgtxt_outer_b {margin:0px 0 20px;}
	.page-template-page-contact .location_row .location_row_inner {margin: 20px 0 0;}

#blog-search {
margin-top: 20px;
}
}

@media (max-width:980px) {
	
.single-blog .post-hero iframe {
	width: 100% !important;
	height: 476px !important;
}
	
.postid-40111 .game-header-text h1 {
    font-size: 3.7em;
}

.postid-40111 .game-header-text {
    width: 38%;
    padding-top: 30px !important;
}


.game-header {
    height: 350px;
}

.single-game.postid-5 .game-header-text {
    width: 48%;
}

.section_head_inner_bullet h2 {
    font-size: 2em;
    }
    
    .single-game.postid-5 .section_head_inner_bullet {
    width: 55%;
}

.postid-40107 .game-header-text h1 {
    margin-top: .1em;
    margin-bottom: 5px;
    }
    
.postid-40107 .game-header-text h2 {
    font-size: 2em;
}

.postid-40107 .game-header-text {
    width: 38%;
}

.postid-40113 .game-header-text {
    width: 40%;
}

.postid-40109 .game-header-text {
    width: 42%;
}

.postid-40109 .game-header-text h1{
font-size: 3.2em;
    margin-top: .15em;
}

.postid-43192 .game-header-text {
    width: 41%;
    }
    
.postid-43192 .game-header-text h1 {
    margin-top: 40px;
}

.postid-40115 .game-header-text {
    width: 47%;
}
.postid-40117 .game-header-text {
    width: 47%;
}



}
@media (max-width:768px) {
	
	.single-blog .post-hero iframe {
	width: 100% !important;
	height: 357px !important;
}
	
	
	.game_block_50 {width:100%;}
	.game_block_25 {width:100%;}
	.game_block_100 {width:100%;}
	.feature_description {font-size: 24px; display: none;}
	.feature_badges {font-size: 24px; display: none;}
	.feature_logo { margin: 0 auto 30px; padding: 0;}
	.section_nav { font-size: 16px;}
	#navbarNavDropdown {position: absolute; right: -1rem; padding: 10px 20px; background: #000000;}
	
	.navbar-brand .img-fluid {height: 60px;width: auto;}
	.feature_bullets {font-size: 20px;}
	.feature_bullets ul li:before { font-size: 18px;}
	.header_lgtxt_outer_title {font-size: 40px;}
	.header_lgtxt_outer_title_b {font-size: 24px;}
	.quotation_txt:before {top: 25px;font-size: 96px;}
	.quotation_txt:after {top: 40px;font-size: 96px;}
	.header_lgtxt_outer_title_source {font-size: 20px;}
	.content-section-body {padding: 70px 20px 40px;}
	.content-section-body-list {padding: 30px 20px 0px;}
	.content-section-body-pad-20 {padding: 20px 20px 20px;}
	.section_header_title {font-size: 24px; padding: 8px 12px;}
	.section_head_vid_title {
		/*top:0px;*/
	  font-size: 1.5rem;
	}
	.section_game_badge_avail {font-size: 1em; margin: 0 0 10px; display: block;}
	.section_game_badge_inner img {height:40px;}
	
	.generic_link_bt_wrap {display: inline-block;margin: 10px 0;}
	.footerlinks a {padding: 0 5px; font-size: 12px; font-weight: 400;}

.navbar-expand-md .navbar-toggler {
    display: block;
}

.navbar-brand .img-fluid {
    height: 35px;
}

.navbar {
    font-size: 20px;
    padding: 25px 1rem 20px 1rem;
}

.navbar-toggler {
    padding: 0rem 0 0.25rem 0.75rem;
}

.section_head_inner {
    background-size: cover !important;
}

.section_head_inner_bullet ul li {
background-size: 8% !important;
font-size: 1em;
    padding-left: 40px;
    line-height: 1em;
    margin-top: 5px;
}

.section_head_inner_bullet {
    width: 60%;
}

.section_head_inner_bullet h2 {
    font-size: 1.3em;
}

.game-header {
    height: 300px;
}

.postid-40111 .game-header-text h1 {
    font-size: 3em;
}

.postid-40115 .game-header-text h1 {
    font-size: 3em;
}
.postid-40117 .game-header-text h1 {
    font-size: 3em;
}

.game-header-text h3 {
    font-size: 1.1em;
    }
    
.postid-43192 .game-header-text {
    width: 44%;
    margin-right: 20px;
}

.postid-43192 .game-header-text h1 {
    margin-top: 30px;
    font-size: 2.8em;
}

.postid-43192 .game-header-text h3 {
    font-size: 1em;
}

.postid-43192 .section_head_inner_bullet h2 {
    margin-bottom: 20px;
}

.postid-40109 .game-header-text h1 {
    font-size: 2.6em;
    }
    
    .postid-40109 .game-header-text {
    width: 38%;
}

.postid-40113 .game-header-text h1 {
    font-size: 2.8em;
}
    
    .postid-40107 .game-header-text h2 {
    font-size: 1.8em;
}

    .postid-40107 .game-header-text {
    margin-right: 0px;
    }
    
    .section_head_inner_bullet {
    padding: 3% 2% 2% 5%;
    }
    .postid-5 .game-header-text h1 {
    font-size: 3.2em;
}

.single-game.postid-5 .section_head_inner_bullet {
    width: 60%;
}

.postid-5 .section_head_inner_bullet h2 {
    font-size: 1.3em;
    margin-bottom: 15px;
}

.section_head_inner_bullet h2 {
    margin-bottom: 15px;
}

.postid-5 .game-header-text h3 {
    width: 89%;
}

.seize {
    padding: 0px;
    }
    
.about1 {
padding: 40px 30px 20px 30px;
}

.seizerow, .inforow {
    width: 50%;
    float: left;
}

.inforow {
    padding: 0px !important;
}

.about2 .inforow {
    padding: 0 30px 0 0 !important;
}

.embrace_headline {
    width: 100% !important;
    padding-right: 0px !important;
    margin-right: 0px;
    font-size: 40px;
}

.page-id-557 .header_lgtxt_content_title {
   width: 380px;
}

.page-id-557 .header_lgtxt_content_title {
    font-size: 40px;
}

.page-id-438 .content-section-body-pad-40 .col-md-6 {
    width: 50%;
    float: left;
}

.page-id-438  .content-section-body-pad-40 {
    padding: 40px 0px;
}

.seize2 {
    width: 100%;
}

}

@media (max-width:640px) {
.single-blog .post-hero iframe {
	width: 100% !important;
	height: 285px !important;
}
	
	.section_head_inner_bullet h2 {
    font-size: 1.2em;
}

.section_head_inner_bullet ul li {
    background-size: 7% !important;
    font-size: .9em;
    }
    
.section_head_inner_bullet {
    width: 58%;
}

.section_head_inner_bullet {
    padding: 5% 2% 2% 5%;
}

.game-header {
    height: 250px;
}

.postid-40111 .game-header-text h1 {
    font-size: 2.5em;
    margin-top: 0px;
}
.postid-40117 .game-header-text h1 {
    font-size: 2.5em;
    margin-top: 0px;
}
.game-header-text h3 {
    font-size: 1em;
}

.postid-5 .game-header-text h1 {
    font-size: 2.6em;
}

.postid-5 .game-header-text h3 {
    width: 90%;
    font-size: .9em;
}

.single-game.postid-5 .game-header-text {
    width: 44%;
}

.section_head_inner_bullet ul li {
    min-height: 40px;
    font-size: .8em;
    }
    
    .postid-5 .section_head_inner_bullet h2 {
    font-size: 1.2em;
    }
    
    .section_head_inner_bullet {
    padding: 3% 2% 0 5%;
}

.postid-5 .section_head_inner_bullet {
    width: 65%;
}

.postid-40107 .game-header-text h1 {
    font-size: 2.4em;
}

.postid-40107 .game-header-text h2 {
    font-size: 1.5em;
     margin-bottom: 5px;
}

.postid-40107 .game-header-text h3 {
    font-size: .8em;
    width: 90%;
}

.postid-40107 .section_head_inner_bullet h2 {
    margin-bottom: 5px;
}

.postid-40107 .section_head_inner_bullet ul li {
    margin-top: 0px;
}

.postid-40107 .section_head_inner_bullet {
    padding: 3% 2% 2% 5%;
}

.postid-40113 .game-header-text h1 {
    font-size: 2.4em;
}

.section_head_inner_bullet {
    padding: 3% 2% 2% 5%;
}

.postid-40109 .game-header-text h1 {
    font-size: 2em;
}

.postid-40109 .game-header-text h3 {
    font-size: .9em;
}

.postid-43192 .game-header-text h1 {
    margin-top: 15px;
    font-size: 2.4em;
}

.postid-43192 .game-header-text h3 {
    font-size: .8em;
}

.postid-40115 .game-header-text h1 {
    font-size: 2.5em;
}

.game-header-text h3 {
    font-size: .9em;
}

.about1 {
    padding: 0px 0px 20px 0px;
}

.about2 {
    padding: 0px 0px 40px 20px;
}

.embrace_headline {
    width: 120% !important;
}

.page-id-557 .header_lgtxt_content_title {
    width: 65%;
}

.header_smtxt_content {
    padding: 30px 0px 20px 0px;
}

.leaders-body {
	display: none;
}

.seize {
    font-size: 3.5em;
}

.leaderthumbs {
    width: 100% !important;
}

.page-id-438 .seize {
    font-size: 3.2em;
        padding: 0px 30px;
}

.leader-text {
    margin: 20px 50px;
}

}

@media (max-width:560px) {
	.feature_bullets {font-size: 16px;}
	.block_half {width:100%;}
	.feature_bullets ul li:before { font-size: 12px;}
	.header_lgtxt_outer_title {font-size: 32px;}
	.header_lgtxt_outer_title_b {font-size: 16px;}
	.header_lgtxt_outer_title_source {font-size: 16px;}
	.quotation_txt:before {top:20px;font-size: 72px;}
	.quotation_txt:after {top: 30px;font-size: 72px;}
	.content-section-body {padding: 70px 10px 40px;}
	.content-section-body-list {padding: 30px 10px 0px;}
	.content-section-body-pad-20 {padding: 20px 10px 20px;}
	.content-section-body-pad-top-0 {padding: 0px 10px 0 10px;}
	.section_header_title {font-size: 18px; padding: 6px 8px;}
	.section_head_vid_title {font-size: 1rem;}
	.footerlinks a {}
	
.section_head_inner_bullet h2 {
	 font-size: 1em;
}

.section_head_inner_bullet ul li {
    font-size: .8em;
    padding-left: 25px;
}

.section_head_inner_bullet {
    width: 56%;
}

.embrace_headline, .page-id-557 .header_lgtxt_content_title {
    font-size: 35px;
    }
    
    .newleader {
    height: 220px;
}

.leadertitle {
    font-size: .8em;
    }

.postid-43192 .game-header-text {
    width: 48%;
}

.postid-43192 .game-header-text h1 {
    font-size: 2.3em;
}

.section_head_inner_bullet ul li {
    min-height: 35px;
    background-size: 6% !important;
}

.postid-5 .game-header-text h1 {
    font-size: 2.2em;
}

.postid-5 .game-header-text h3 {
    width: 100% !important;
 }
    
.postid-5 .section_head_inner_bullet h2 {
    margin-bottom: 5px;
}

.postid-5 .section_head_inner_bullet {
    padding: 3% 2% 0px 5%;
}

.single-game.postid-5 .game-header-text {
    width: 42%;
}

.single-game.postid-5 .section_head_inner_bullet {
    width: 64%;
}

.postid-40115 .game-header-text {
    width: 42%;
}

.postid-40115 .game-header-text h1 {
    font-size: 2.2em;
    margin-top: 0px;
}
.postid-40117 .game-header-text {
    width: 45%;
}

.postid-40117 .game-header-text h1 {
    font-size: 2.2em;
    margin-top: 0px;
}

.game-header-text h3 {
    font-size: .9em;
    width: 80% !important;
}

.postid-40109 .game-header-text h1 {
    font-size: 1.9em;
    margin-top: .4em;
}

.postid-40109 .game-header-text h3 {
    font-size: .8em;
}

.postid-40107 .game-header-text {
    width: 42%;
}

.game-header-text h3 {
    width: 100% !important;
}

.postid-40107 .section_head_inner_bullet {
    width: 62%;
}

.postid-40113 .game-header-text h1 {
    font-size: 2em;
}

.postid-40113 .game-header-text {

    margin-right: 0px;
}

	.single-blog .post-hero iframe {
	width: 100% !important;
	height: 240px !important;
}
}
@media (max-width:480px) {
	.single-blog .post-hero iframe {
	width: 100% !important;
	height: 196px !important;
}
	
	.feature_bullets {font-size: 12px;}
	.feature_bullets ul li:before { font-size: 10px;}

.section_head_inner_bullet ul {
margin-bottom: 0px;
}

.section_head_inner_bullet ul li {
    font-size: .7em;
    min-height: 30px;
}

.section_head_inner_bullet h2 {
    font-size: .9em;
}

.section_head_inner_bullet {
    width: 58%;
	padding: 5% 2% 3% 2%;
}

.worlds .header_lgtxt_outer_title {
    font-size: 28px;
}

.header_lgtxt_outer_title_sub {
    font-size: 16px;
    }
    
.embrace_headline, .page-id-557 .header_lgtxt_content_title {
    font-size: 30px;
}

.embrace_headline {
    width: 123% !important;
}

.page-id-557 .header_lgtxt_content_title {
    width: 72%;
}

.leader-about-photo:nth-child(3n) {
    margin: 0px;
}

.leader-about-photo {
    width: 33.33% !important;
	padding: 0 1% 10px 1%;
    }    

.game-header-text {
    margin-right: 10px;    
}

.postid-40109 .game-header-text h1 {
    font-size: 1.6em;
    margin-bottom: 10px;
    margin-top: .2em;
}    

.postid-40109 .section_head_inner_bullet ul li {
    font-size: .6em;
    }

.postid-40109 .section_head_inner_bullet {
    width: 58%;
	}
	
.game-header {
    height: 200px;
}

.postid-40109 .game-header-text h2 {
    display: none;
}

.section_head_inner_bullet ul li {
    font-size: .6em;
    min-height: 25px;
}

.postid-40115 .game-header-text h1 {
    font-size: 1.8em;
}

.postid-40111 .game-header-text h1 {
    font-size: 1.8em;
    }
    
.game-header-text h3 {
    font-size: .8em;
}

.postid-40113 .game-header-text h1 {
    font-size: 1.8em;
}

.postid-40113 .game-header-text {
    width: 43%;
}
.postid-40117 .game-header-text h1 {
    font-size: 1.8em;
}

.postid-40117 .game-header-text {
    width: 43%;
}

.postid-40107 .game-header-text h1 {
    font-size: 1.8em;
}

.postid-40107 .game-header-text h2 {
    font-size: 1.2em;
    }
    
.postid-40107 .game-header-text h3 {
    font-size: .7em;
}

.single-game.postid-5 .game-header-text {
    width: 50%;
}

.postid-5 .game-header-text h1 {
    font-size: 2em;
}

.postid-5 .game-header-text h3 {
    font-size: .8em;
}

.postid-5 .section_head_inner_bullet h2 {
    font-size: 1.1em;
}

.postid-43192 .game-header-text h1 {
    font-size: 1.8em;
}

.postid-43192 .section_head_inner_bullet {
    width: 54%;
    }
      
.leader-text {
    margin: 0px 0px;
}

    
}

@media (max-width:414px) {

.footerlinks a {
    display: block;
}

.home .section_footer {
	position: absolute;
	bottom: 0;
}

.section_head_inner_bullet h2 {
    font-size: .8em;
}

.section_head_inner_bullet ul li {
    font-size: .6em;
    min-height: 25px;
}

.section_head_inner_bullet {
    width: 56%;
}

.game-header {
    height: 175px;
}

.game-header-text {
    margin-right: 15px;
    width: 46%;
 }
 
 .game-header-text h1 {
    font-size: 1.6em;
    margin-bottom: 5px;
}

.game-header-text h2 {
    font-size: .9em;
    margin-bottom: 10px;
}

.game-header-text h3 {
    font-size: .6em;
    width: 100%;
}

.postid-40109  .game-header-text h1, .postid-40115 .game-header-text h1 {
margin-top: 0px !important;
}

.postid-40111 .game-header-text {
    padding-top: 10px !important;
    width: 40%;
}


.how-to-play h2 {
    font-size: 1em;
}

.section_head_inner_how {
    height: 300px;
}    

.sm .press-item-text, .xs .press-item-text {
    padding: 0px;
}

.page-id-40242 .content-section-body-pad-20 {
    padding: 20px 0px 20px;
}

.press-item .post-preview-title, .press-item .post-preview-more-link {
    width: 60%;
}

.press-item-image {
    width: 40%;
    padding: 0px;
    padding-top: 15px;
}

.postid-43192 .section_head_inner_bullet {
    width: 52% !important;
    padding: 3% 2% 3% 2%;
}

.postid-43192 .game-header-text h1 {
    font-size: 1.6em;
}

.postid-43192 .game-header-text h3 {
    font-size: .7em;
}

.postid-5 .game-header-text h3 {
    font-size: .7em;
}

.postid-5 .game-header-text h1 {
    font-size: 1.8em;
}

.postid-5 .section_head_inner_bullet h2 {
    font-size: 1em;
}

.section_head_inner_bullet ul li {
    font-size: .6em;
    padding-left: 20px;
    min-height: 20px;
}

.postid-5 .section_head_inner_bullet {
    padding: 1% 2% 0px 5%;
}

.postid-40107 .game-header-text h1 {
    font-size: 1.6em;
}

.postid-40107 .game-header-text h2 {
    font-size: 1em;
}

.postid-40107 .game-header-text h3 {
    font-size: .6em;
}

.postid-40113 .game-header-text h1 {
    font-size: 1.6em;
}

.postid-40111 .game-header-text h1 {
    margin-top: .4em;
}

.postid-40109 .game-header-text h1 {
    font-size: 1.4em;
    margin-top: .2em !important;
    }
    
.postid-40109 .game-header-text h3 {
    font-size: .6em;
}

.postid-40109 .section_head_inner_bullet h2 {
    margin-bottom: 5px;
}

.seizerow, .inforow {
    width: 100%;
}

.worlds {
    margin-top: 30px;
}

.about1, .about2 {
    padding: 0px 0px 0px 20px;
}

.about1 {
    margin-bottom: 0px;
    }
    
.embrace_headline, .page-id-557 .header_lgtxt_content_title, .header_lgtxt_content_title {
    font-size: 25px;
}

.embrace_content h2 {
    font-size: 1.2em;
    }
    
.page-id-438 .content-section-body-pad-40 .col-md-6 {
    width: 100% !important;
    padding-left: 20px;
}

.embrace_headline {
    width: 130% !important;
}


.rev_slider .tp-mask-wrap .tp-caption {
    font-size: 1em !important;
}


.xs #blog-post {
    padding: 20px 0px 40px 0px !important;
}
}

@media (max-width:375px) {

	
.single-blog .post-hero iframe {
	width: 100% !important;
	height: 170px !important;
}
	.section_head_inner_bullet h2 {
    font-size: .7em;
}

.section_head_inner_bullet ul li {
    padding-left: 20px;
}

.section_head_inner_bullet {
    width: 54%;
    padding: 3% 2% 3% 2%;
}

.seize {
    margin-left: -20px;
}

.header_lgtxt_content_title {
    font-size: 22px;
}

.embrace_headline {
    width: 131% !important;
}

.page-id-557 .header_lgtxt_content_title {
    width: 75%;
}

.page-id-537 .content-section-body-pad-20 {
    padding: 50px 20px 20px 20px;
}

.postid-43192 .game-header-text h1 {
    font-size: 1.4em !important;
}

.postid-43192 .game-header-text h3 {
    font-size: .6em !important;
}

.postid-43192 .section_head_inner_bullet h2 {
    margin-bottom: 10px;
}

.postid-43192 .game-bullet {
    padding: 0px 0px;
}

.postid-43192 .section_head_inner_bullet {
    width: 54% !important;
}

.game-header {
    height: 150px;
}

.postid-5 .game-header-text h1 {
    font-size: 1.4em;
}

.postid-5 .game-header-text h3 {
    font-size: .6em;
    width: 90% !important;
}

.postid-5 .section_head_inner_bullet h2 {
    font-size: .9em;
}

.postid-40107 .game-header-text h1 {
    font-size: 1.3em;
}

.postid-40107 .game-header-text h2 {
    font-size: .8em;
}

.postid-40107 .game-header-text h3 {
    font-size: .5em;
}
.postid-40113 .game-header-text h1 {
    font-size: 1.2em;
}

.postid-40111 .game-header-text h1 {
    font-size: 1.4em;
}

.postid-40115 .game-header-text h1 {
    font-size: .5em;
}
.postid-40117 .game-header-text h1 {
    font-size: 1.4em;
}

.section_head_inner_bullet h2 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.postid-40115 .section_head_inner_bullet ul li {
    padding-left: 15px;
	font-size: .5em;
}

.postid-40115 .section_head_inner_bullet {
    width: 58%;
}

.postid-40109 .game-header-text h1 {
    font-size: 1.2em;
}

.postid-40109 .section_head_inner_bullet ul li {
    font-size: .5em;
}

.single-game.postid-5 .game-header-text {
    width: 48%;
}

.postid-5 .section_head_inner_bullet h2 {
    font-size: .7em;
}

.section_head_inner_bullet ul li {
    font-size: .5em;
    min-height: 15px;
    }

.single-game.postid-5 .section_head_inner_bullet {
    padding-bottom: 10px;
}

.embrace_headline, .page-id-557 .header_lgtxt_content_title, .header_lgtxt_content_title {
    font-size: 22px;
}
    
}

@media (max-width:320px) {
.section_head_inner_bullet ul li {
    font-size: .5em;
    padding-left: 15px;
    min-height: 20px;
    margin-top: 0px;
}

.section_head_inner_bullet h2 {
    font-size: .6em;
    margin-bottom: 0px;
}

.section_head_inner_bullet {
    width: 58%;
    }

.page-id-557 .header_lgtxt_content_title {
    width: 90%;
}

.page-id-438 .seize {
    font-size: 2.5em;
}

.page-id-557 .header_lgtxt_content_title {
    width: 100%;
}

.postid-43192 .game-header-text {
    width: 52%;
}

.postid-40107 .game-header-text h3 {
    font-size: .4em;
}

.postid-40109 .section_head_inner_bullet {
    width: 56%;
}

.postid-40109 .game-header-text h1 {
    font-size: 1.1em;
}

.postid-5 .game-header-text h1 {
    font-size: 1.2em;
}

.postid-5 .game-header-text h3 {
    font-size: .5em;
    }

.single-game.postid-5 .game-header-text {
    width: 42%;
}
.single-game.postid-5 .section_head_inner_bullet {
    width: 60%;
}

.postid-5 .section_head_inner_bullet h2 {
    font-size: .5em;
}

.embrace_headline {
    width: 137% !important;
}

}








