/*
	Theme Name: TT1
	Theme URI: http://html5blank.com
	Description: TT1 WordPress Theme
	Version: 1.0.0
	Author: Gary Wright (@pondertheweb)
	Author URI: https://www.pondertheweb.com
*/


body {
	margin: 0px;
	padding: 0px;
	font-family: 'Istok Web', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

iframe {
	display: block;
	clear: both;
	margin-bottom: 60px;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 30px;
	color: #2e4b87;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	color: #2e4b87;
	text-transform: uppercase;
	margin-bottom: 10px;
}

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

div, section, main, ul, li {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	transition: .5s;
	color: #62aded;
}

a:hover {
	color: #304b87;
}

img {
	max-width: 100%;
}

tr:nth-child(odd) {
	background: #eef;
}

td {
	padding: 10px;
	border: none;
}

table {
	border: none;
}

.wrapper {
	width: 100%;
	max-width: 1130px;
	padding: 0 30px;
	margin: 0 auto;
}

.bottom.wrapper {
	max-width: unset;
	z-index:999;
}

.bottom .col45 {
	background-color: rgb(98, 173, 236, .5);
	padding: 15px;
}

.col2 {
	width: 50%;
	float: left;
}

.col3 {
	width: 33.333%;
	float: left;
}

.col23 {
	width: 66.666%;
	float: left;
}

.col45 {
	width: 42%;
	margin-right: 3%;
	float: left;
}

.col55 {
	width: 55%;
	float: left;
}

.pr5 {
	padding-right: 5%;
}

.blue {
	color: #2e4b87;
}

ul.mt, .mt {
	margin-top: 100px;
}

.button {
	background: #62adec;
	color: #fff;
	padding: 10px 20px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.button:hover {
	background: #304b87;
	color: #fff;
}

.button-large {
	background: #2e4b87;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 34px;
	display: block;
	padding: 10px;
}

.button-large:hover {
	color:#fff;
	background: #62adec;
}

.center {
	text-align: center;
}

main ul {
	margin: 0 0 40px;
	padding: 0 0 0 20px;
}

main li {
	margin: 0;
	padding: 0 0 5px 10px;
}

.circle-list, .circle-list-lg {
	margin: 0;
	padding: 0;
	clear: both;
}

.circle-list li {
	margin: 0 1% 50px;
	padding: 0;
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 23%;
	float: left;
}

.circle-list-lg li {
	margin: 30px 1.5%;
	padding: 0;
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 30.333%;
	float: left;
}

.circle-list-lg li:nth-child(3n+1) {
	clear: both;
}

.circle-list img, .circle-list-lg img {
	display: block;
	margin: 0 auto 10px;
}

.circle-block {
	display: block;
	margin: 0 auto;
	background: #ccc;
	margin-top: -55px;
	padding: 55px 20px 20px;
	min-height: 55px;
	color: #2e4b87;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.2;
}

.circle-more {
	background: #62adec;
	color: #fff;
	text-transform: uppercase;
	float: right;
	margin: -15px -10px 0 0;
	padding: 5px 10px;
}

.circle-large {
	display: inline-block;
	text-align: center;
	margin: 60px 0;
}

.circle-large .circle-block {
	margin-top: -100px;
	padding: 100px 20px 20px;
	font-size: 20px;
}

.top {
	position: relative;
	margin-bottom: 40px;
}

.error404 .top {
	background: #666;
}

.top h2 {
	color: #fff;
}

.top .logo {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 9999;
}

.top-links {
	position: absolute;
	top: 0px;
	right: 30px;
	z-index: 9999;
}

.top-links ul {
	margin: 0px;
	padding: 0px;
}

.top-links li {
	margin: 0 5px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

.top-links a {
	background: #62adec;
	display: block;
	color: #304b87;
	text-transform: uppercase;
	padding: 5px 30px;
	font-weight: bold;
	position: relative;
	box-shadow: 0px 2px 10px #333;
	min-width: 58px;
	text-align: center;
}

.top-links a:hover {
	color: #fff;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 5px solid #62adec;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -60px;
}

.main-links {
	position: absolute;
	top: 65px;
	right: 0px;
	z-index: 9999;
}

#menu-main-menu {
	margin: 0px;
	padding: 0px;
}

#menu-main-menu > li {
	margin: 0 30px;
	padding: 0 0 20px;
	list-style: none;
	display: inline-block;
}

.main-links a {
	color: #fff;
	text-transform: uppercase;
}

.main-links a:hover {
	color: #001860;
}

.menu-item {
	position: relative;
}

.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0 20px;
	background: #62adec;
    max-height: 0;
    transition: all 0.3s ease-out;
	visibility: hidden;
	overflow: hidden;
}

ul li.menu-item-has-children:last-of-type > .sub-menu {
	right: 0;
	left: inherit;
}

.sub-menu li:first-of-type {
	margin-top: 10px;
}

.sub-menu li:last-of-type {
	margin-bottom: 10px;
}

.sub-menu li {
	white-space: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2;
}

.top .social {
	position: absolute;
	bottom: -35px;
	right: 30px;
	margin: 0px;
	padding: 0px;
}

.social li {
	display: inline-block;
	list-style: none;
	margin: 0 3px;
	padding: 0px;
}

.social li a {
	background: #032265;
	color: #fff;
	padding: 5px 0;
	width: 35px;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1;
}

.social li a:hover {
	background: #62adec;
}

.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}

.bottom h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}

.bottom h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

.hero {
	display: block;
	width: 100%;
	min-height: 460px;
	object-fit: cover;
	object-position: center top;
}

.hero-button {
	position: relative;
}

.hero-button .button {
	position: absolute;
	bottom: 30px;
	left: 0;
}

.size-post-thumbnail {
	width: 100%;
	height: 556px;
	object-fit: cover;
	object-position: center top;
}

.links {
	margin: 115px 0 100px;
	padding: 0px;
}

.links-list {
	margin: 0px;
	padding: 0px;
}

.links-list li {
	margin: 0px;
	padding: 0px;
	width: 20%;
	float: left;
	list-style: none;
	text-align: center;
}

.links-list li a {
	padding-top: 160px;
	display: block;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
}

.circle1 {
	background: url(images/circle1.jpg) no-repeat center top;
}

.circle2 {
	background: url(images/circle2.jpg) no-repeat center top;
}

.circle3 {
	background: url(images/circle3.jpg) no-repeat center top;
}

.circle4 {
	background: url(images/circle4.jpg) no-repeat center top;
}

.circle5 {
	background: url(images/circle5.jpg) no-repeat center top;
}

.block {
	display: block;
	margin: 0 auto;
}

.group:after, .wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.mission {
	text-align: center;
	padding: 0 5%;
	font-size: 18px;
	margin-top: 80px;
}

.thin {
	width: 70%;
	margin: 0 auto;
}

.mission h2 {
	font-size: 36px;
	color: #2e4b87;
}

.affected {
	background: #e4e4e4;
	width: 42%;
	margin-right: 3%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.giant {
	font-size: 60px;
	color: #e9b212;
	line-height: 1;
	font-family: 'Istok Web', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}

.gianter {
	font-size: 90px;
}

.giant strong {
	color: #15377a;
	font-weight: normal;
	font-size: 50px;
}

div.link-block {
	text-align: center;
	padding: 40px;
	margin: 30px 0;
}

.link-blue {
	background: #61aced;
}

.link-light-blue {
	background: #2e4b87;
}

.link-block a {
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
	line-height: 1;
}

.government-solutions {
	padding: 40px;
	background: #304b87;
	color: #fff;
}

.government-solutions .intro {
	font-size: 32px;
	line-height: 1;
}

.government-solutions .intro strong {
	color: #e9b212;
}

.government-solutions .intro span {
	font-size: 22px;
	line-height: 22px;
}

footer {
	background: #62adec;
	color: #fff;
	padding: 50px 0 30px;
	margin-top: 50px;
}

footer a {
	color: #666;
}

.burger {
	cursor: pointer;
	position: absolute;
	right: 60px;
	top: 60px;
	display: none;
	z-index: 9999;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}

.more {
	display: none;
}

.more-link {
	margin-bottom: 60px;
	display: inline-block;
}

.menu-main-menu-container {
	background-color: rgb(98, 173, 236, .5);
	padding: 10px 0;
	height: 40px;
}

@media only screen and (max-width: 1400px) {
	.main-links {
		right: 15px;	
	}
	
	#menu-main-menu > li {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 1210px) {
	.main-links {
		display: none;
		width: 100%;
		top: 110px;
		right: 0px;
	}
	
	.burger {
		display: block;
	}
	
	.menu-main-menu-container {
		background: none;
	}
	
	#menu-main-menu li {
		display: block;
		text-align: center;
	}
	
	#menu-main-menu > li {
		background: #032265;
		margin: 0;
		padding: 0;
	}
	
	#menu-main-menu a {
		line-height: 3;
		display: block;
	}
	
	#menu-main-menu a:hover {
		color: #ddd;
	}
	
	.sub-menu li:last-of-type, .sub-menu li:first-of-type {
		margin: 0;
	}
	
	.sub-menu {
		position: relative;
		max-height: unset;
		top: auto;
		left: auto;
		visibility: visible;
		overflow: visible;
	}
}

@media only screen and (max-width: 1060px) {	
	.giant {
		font-size: 42px;
	}
	
	.gianter {
		font-size: 72px;
	}
	
	.giant strong {
		font-size: 36px;
	}
	
	.we-are h2 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 800px) {
	.col45, .col55 {
		width: 100%;
		margin: 20px 0;
		height: auto !important;
	}
	
	.circle-list li, .circle-list-lg li {
		width: 46%;
		margin: 0 2%;
		margin-bottom: 30px;
	}
	
	.circle-list-lg li:nth-child(3n+1) {
		clear: none;
	}
	
	.circle-list-lg li:nth-child(2n+1) {
		clear: both;
	}
	
	.bottom .col45, .bottom .col55 {
		margin: 0px;
	}
	
	.hero-button .button {
		position: relative;
		bottom: 0px;
		display: inline-block;
		margin-bottom: 20px;
	}
	
	.affected {
		padding: 30px;
	}
	
	.links {
		margin: 80px 0 0px;
	}
	
	.links li {
		width: 50%;
		margin: 0 0 40px;
	}
	
	.links-list li:nth-child(odd) {
		clear: both;
	}
	
	.links li a {
		padding-top: 140px;
	}
	
	.bottom h1 {
		font-size:36px;
	}
}

@media only screen and (max-width: 600px) {
	.giant {
		font-size: 30px;
	}
	
	.gianter {
		font-size: 48px;
	}
	
	.giant strong {
		font-size: 28px;
	}
	
	.circle-list-lg li {
		width: 96%;
	}
	
	.top-links a {
		font-size:14px;
		padding: 5px 10px;
	}
	
	.arrow-down {
		display:none;
	}
	
	.bottom {
		position: relative;
		bottom: unset;
		top: unset;
		padding: 0;
	}
	
	.bottom .col45 {
		padding-top:140px;
	}
	
	.logo {
		top:55px;
	}
}

@media only screen and (min-width: 1210px) {
	#menu-main-menu > li:hover ul {
		transform: translateY(0);
		max-height: 180px;
		visibility: visible;
	}
}


.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
	border-radius: 5px;
	background: #5da5c7 !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}



.su-image-carousel {
	margin:0 !important;
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content img {
	padding:0 !important;
	border:none !important;
	border-radius:0 !important;
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content {
	margin:0 !important;
}