/*
Theme Name: itarchiteks
Theme URI: https://www.ikonixstudios.com/
Author: iKonix Studios
Author URI:  https://www.ikonixstudios.com/
Description: WordPress theme for IT Architeks
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: itarchiteks
Tags:

*/
/*---------- Variables --------------*/
:root {
  --color-white:#ffffff;
  --color-black: #000000;
}

/* Links
--------------------------------------------- */
body {
  background-color: var(--color-white);
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}

@font-face
{
  font-family:'FontAwesome';
  src:url('./fontawesome-webfont.eot');
  src:url('./fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
  url('./fontawesome-webfont.woff') format('woff'),
  url('./fontawesome-webfont.ttf') format('truetype'),
  url('./fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight:normal;
  font-style:normal
}



[class^="icon-"]:before,
[class*=" icon-"]:before
{
  font-family:FontAwesome;
  font-weight:normal;
  font-style:normal;
  display:inline-block;
  text-decoration:inherit
}

.interior-mission {
  color: #666666 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px !important;
  line-height: 30px !important;
  text-align: left !important;
}

a {
  color: #ff9e00;
}

a:hover {
  color: #3e3e3e;
}

a:hover,
a:active, a:focus {
  outline: 0;
}
img {
  height: auto;
  max-width: 100%;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container-fluid {
  width: 91%;
}
h1, h2, h3, h4, h5, h6{font-family: 'Barlow Condensed', sans-serif; !important;	padding: 30px 0px !important;
}
h4 {
	color: #FF9E00;
    font-size: 28px;
	font-weight:700;
   
}
/* Landing Page
--------------------------------------------- */

.page-id-6147 menunavbar {
    display: none !important;
}

/* Navigation
--------------------------------------------- */
header {
  background-color: #303639;
  padding: 8px 0px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.top-head {
  color:var(--color-white);;
}
.top-head strong {
  color: #f9a11d;
}
.top-left {
  color: #979ca3;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}
.top-left ul {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
}
.top-left ul li {
  display: inline-block;
  margin-right: 10px;
}
.top-left ul li:last-child{margin-right:0;}
.top-left ul li .ph-text {
  color: #f9a11d;
  font-weight: 600;
}
.top-right {
  text-align: right;
}
.top-right a {
  background-color: #ff9e00;
  border-radius: 2px;
  border: 1px solid #fcae37;
  color: #253440 !important;
  display: inline-block;
  font-size: 14px;
  margin: 0px 5px;
  padding: 5px 18px;
}
.top-right a:hover {
  background: #fcae37;
  text-decoration: none;
}

button,
.button {
  background-color: #ff9e00;
  padding: 7px 18px;
  color: #253440;
  border-radius: 2px;
  margin: 5px;
  border: #fcae37 1px solid;
}
button:hover,
.button:hover {
  background-color: #fcae37;
}
.navbar {
  font-family: "Barlow Condensed", sans-serif;
  padding: 0;
  margin: 0 auto;
}

.site-navigation {
  margin: 0 0 0 auto;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  border-top: 160px #f9f9f9;
  border-right: 100px #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.main-navigation {
  display: block;
  margin: 8px 0;
  width: 100%;
}
.main-navigation .main-menu {
  margin-left: auto;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li {
  position: relative;
}

.main-navigation ul li a {
  color: #2f5e72;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 30px 10px;
  line-height: 1;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a {
  color: #faa21a;
}

.main-navigation ul ul {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solidvar(--color-white);;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 12px 0;
  top: 100%;
  left: -999em;
  width: 200px;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: 100%;
}

.main-navigation ul ul li a {
  color: #2f5e72;
  padding: 5px 15px;
  width: 200px;
}
.main-navigation ul ul li a:hover {
  color: #faa21a;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.nav .submenu-button {
  color: #faa21a;
  display: none;
  position: absolute;
  font-size: 1.125rem;
  z-index: 11;
  right: 0;
  top: 0;
  padding: 6px 10px;
}
.nav > ul > li .submenu-button.btnup .fas {
  transform: rotate(180deg);
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*------------------- Homepage -----------------*/

.home-form {
  width: 600px;
  float: right;
  margin: 50px 0px;
}
.home-banner {
  height: 530px;
  display: block;
  width: 100%;
  background:var(--color-white);
  z-index: 9;
}
.home-banner-content .button {
  color: #333333;
}
.home-banner-content .button:hover {
  color: #333333;
  text-decoration: none;
}
.home-banner img {
  display:none;
  position: absolute;
  right: 0;
  height: 430px;
  width: 100%;
  object-fit: cover;
}

.home-banner video {
  position: absolute;
  right: 0;
  height: 530px;
  width: 70%;
  object-fit: cover;
}

.home-banner-left {
  width: 40%;
  height: 530px;
  position: absolute;
  left: 0;
  z-index: 10;
  border-top: 590px solid red;
  border-right: 100px solid transparent;
}

.home-banner-left-angle-small {
  width: 40%;
  position: absolute;
  left: 100px;
  top: 248px;
  z-index: 11;
  border-top: 310px solid var(--color-white);
  border-right: 50px solid transparent;
  animation-name: home-banner-angle-small;
  animation-duration: 1s;
}

.home-banner-left-angle-big {
  width: 40%;
  float: left;
  z-index: 9;
  position: absolute;
  border-top: 530px solid var(--color-white);
  border-right: 100px solid transparent;
  animation-name: home-banner-angle-big;
  animation-duration: 1s;
}

.home-banner-content {
  animation-name: banner-angle-content;
  animation-duration: 1s;
  margin: 0px auto;
  position: absolute;
  left: 6%;
  top: 230px;
  width: 30%;
  z-index: 12;
}

.home-banner-content h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-size: 84px;
  line-height: 1.1;
  padding: 0 !important;
  margin: 0px;
  text-transform:uppercase;
}
.home-banner-content h1 span {
  display: block;
}

.padded-multiline {
  line-height: 35px;
  padding: 2px 0;
  margin: 20px auto;
  margin-bottom: 50px;
}
.padded-multiline span {
  background-color: #39617a;
  color:var(--color-white);;
  display: inline;
  font-size: 16px;
  padding: 4px;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.section-a {
  background-color:var(--color-white);;
  padding: 55px 0px;
  display: block;
  width: 100%;
  position: relative;
}

.section-b {
  background-color: #f1f1f1;
  padding: 55px 0px;
  width: 100%;
  display: block;
}

.home-mission {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 65%;
}



.home-callouts {
  padding-top: 90px;
}

.callout {
  background-color: #f1f1f1;
  background-image: url("images/callout-left-side.png"),
    url("images/callout-right-side.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  border-radius: 2px;
  color: #666666;
  height: 100%;
  text-align: center;
  padding: 60px 40px 40px 40px;
  position: relative;
  font-size: 13px;
}

.callout h3 {
  color: #143448;
  font-size: 19px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin: 15px 0 10px;
}

.icon-circle {
  max-height: 96px;
  max-width: 96px;
  background: rgb(47, 94, 114);
  background: linear-gradient(
    180deg,
    rgba(47, 94, 114, 1) 0%,
    rgba(26, 61, 80, 1) 100%
  );
  border-radius: 100px;
  box-shadow: 0px 6px 6px #888888;
  padding: 20px 3px;
  z-index: 2px;
  position: absolute;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.callout:hover .icon-circle {
  background: linear-gradient(180deg, rgb(255 158 0) 0%, rgb(255 158 0) 100%);
  top: -55px;
  transition: 0.15s;
}

.home-services {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
}

.home-services a {
  text-decoration: none;
  color: #3e3e3e;
}
.home-services a:hover {
  color: #ff9e00;
}

.home-services-button {
  background-color: #f1f1f1;
  display: flex;
  height: 100%;
  max-height: 80px;
  margin: 0 0 15px;
}

.service-button-content {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  padding: 15px;
  position:relative;
  line-height: 1.2;
	
}

.home-services-button img {
  background: linear-gradient(
    180deg,
    rgba(47, 94, 114, 1) 0%,
    rgba(26, 61, 80, 1) 100%
  );
  display: inline-block;
  margin-right: 10px;
  max-width: 80px;
}
.home-services-button:hover img {
  background: linear-gradient(180deg, rgb(255 158 0) 0%, rgb(255 158 0) 100%);
}

.service-button-content .submenu-btn{color:#ff9e00; cursor: pointer; display:block; text-align:center; width:20px;}

.services-submenu {
  background:#ffffff;
  border-radius: 2px;
  box-shadow: 0px 6px 6px #888888;
  display:none;
  padding: 15px;
  width: 190px;
  position: absolute;
  left:0;
  top:-25px;
  z-index: 10;
}
.services-submenu h4{color:#3e3e3e; font-size:16px;}
.services-submenu ul{list-style:none; padding:0; margin:0;}

.service-button-content:hover  .services-submenu{display:block;} 
/* .affiliate-logos {
  width: 90%;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
} */
.affiliate-logos .col {
  flex: 1 1 18%;
  display: flex;
  justify-content: center;
}
.affiliate-logos img {
}

.team {
  margin: 55px 0;
}
.team-member {
  margin-bottom: 40px;
}
.team-member .team-img {
  background-image: url("images/team-bg.jpg");
  background-repeat: no-repeat;
  width: 100%;
}

.member-content {
  border-left: 2px #ff9d02 solid;
  margin-top: 20px;
  padding-left: 20px;
}
.member-content span {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
}
.member-content .member-name {
  color: #2d404e;
  font-size: 20px;
  text-transform: uppercase;
}

.member-content .member-title {
  color: #f9a11b;
  font-size: 16px;
}
.meet-banner {
  height: 666px;
  display: block;
  width: 100%;
  background-color: lightgray;
  z-index: 1;
  position: relative;
  margin-bottom: 55px;
  overflow: hidden;
}

.meet-banner-content {
  width: 30%;
  margin: 0px auto;
  position: absolute;
  left: 100px;
  top: 30px;
  z-index: 12;
  animation-name: banner-angle-content;
  animation-duration: 1s;
}

.meet-banner-content h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  line-height: 1.1;
  padding: 0px !important;
  margin: 0px;
  font-size: 84px;
  text-transform: uppercase;
}

.meet-banner-left-angle-small {
  border-top: 295px solid var(--color-white);
  border-right: 50px solid transparent;
  animation-name: banner-angle-small;
  animation-duration: 0.5s;
  width: 35%;
  position: absolute;
  left: 100px;
  top: 40px;
  z-index: 11;
}

.meet-banner-left-angle-big {
  border-top: 666px solid var(--color-white);
  border-right: 120px solid transparent;
  animation-name: banner-angle-big;
  animation-duration: 0.5s;
  width: 40%;
  position: absolute;
  z-index: 9;
}

.meet-banner-images {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 12;
}

.meet-banner-images img {
  bottom:0;
  height:auto;
  max-height: 626px;
  max-width: 510px;
  position: absolute;
  width:100%;
}

.meet-banner-images img:first-child {
  right: 30%;
  animation-name: flyout-1;
  animation-duration: 2s;
  position: absolute;
  z-index: 2;
}

.meet-banner-images img:last-child {
  right: 8%;
  animation-name: flyout-2;
  animation-duration: 2s;
  position: absolute;
  z-index: 1;
}

.interior-banner {
  background-color: lightgray;
  display: block;
  height: 250px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.interior-banner-content {
  animation-name: banner-angle-content;
  animation-duration: 1s;
  margin: 0px auto;
  position: absolute;
  left: 6%;
  top: 25px;
  width: 30%;
  z-index: 12;
}

.interior-banner-content h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-size: 84px;
  line-height: 1;
  padding: 0 !important;
  margin: 0px;
  text-transform: uppercase;
}

.interior-banner-left-angle-small {
  border-top: 210px solid var(--color-white);
  border-right: 100px solid transparent;
  animation-name: banner-angle-small;
  animation-duration: 0.5s;
  position: absolute;
  left: 6%;
  top: 20px;
  width: 40%;
  z-index: 11;
}

.interior-banner-left-angle-big {
  border-top: 250px solid var(--color-white);
  border-right: 160px solid transparent;
  animation-name: banner-angle-big;
  animation-duration: 0.5s;
  position: absolute;
  width: 40%;
  z-index: 9;
}

.interior-banner {
  background-color: lightgray;
  height: 250px;
  display: block;
  margin-bottom: 55px;
  width: 100%;
  z-index: 9;
}

.interior-banner img {
  position: absolute;
  height: 250px;
  right: 0;
  width: 100%;
  object-fit: cover;
}

.half-section {
  width: 50%;
  background-color: red;
}

.full-container {
  width: 100%;
  min-height: 100px;
  justify-content: space-around;
  text-align: right;
  padding-right: 5%;
  background-color: blue;
}

.half-section-container {
  width: 25%;
  min-height: 100px;
  position: relative;
  display: flex;
  justify-content: space-around;
  text-align: right;
  padding-right: 5%;
  background-color: blue;
}

.twothird-section-container {
  width: 60%;
  display: inline-block;
  padding-left: 5%;
}

.twothid-section {
  width: 60%;
}

.half-section-container .half-section {
  width: 100%;
  text-align: left;
}

.half-section img {
  object-fit: contain;
  background: green;
}

.two-half-container {
  display: flex;
}

.mission {
  padding-top: 70px;
  padding-bottom: 70px;
  /*background-image: url("images/background-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;*/
}

.mission h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  color: #f7a319 !important;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  margin-top: 0px;
}

.mission p {
  color: var(--color-white) !important;
  font-size: 20px !important;
  line-height: 32px !important;
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
  margin: 0px auto;
  font-weight: 100 !important;
}

.half-to-edge-right {
  display: inline;
}

.half-to-edge-right img {
  width: 50%;
  position: absolute;
  display: inline;
  object-fit: cover;
  right: 0;
  max-height: 690px;
}

.main-with-sidebar {
  width: 65%;
  min-height: 200px;
}

.more-pages-container {
  width: 100%;
  min-height: 28px;
  position: relative;
  display: flex;
  flex: auto;
}
.more-pages {
  max-height: 28px;
  max-width: 28px;
  width: 28px;
  height: 28px;
  background: var(--color-black);
  color: var(--color-white);
  padding: 10px;
  margin-right: 10px;
  font-size: 15px;
  text-align: center;
}

.more-pages:first-child {
  color: var(--color-black);
  background: #f9a11b;
}
.mid-content-wrapper h2 {
  margin: 15px 0;
}
.mid-content-wrapper h3 {
  color: #ff9d02;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.entry-content ul{list-style:none; padding:0;}
.entry-content ul li{position:relative; padding:0 0 8px 15px;}
.entry-content ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: #FF9D02;
    list-style-position: outside;
	position:absolute;
	left:0;
   
}

/*------------------- Incident Response -----------------*/





/*------------- Blog ----------------*/
.blog-wrapper {
  margin-top: 80px;
}
.post-item {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-content h4 {
  color: #143448;
  font-size: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}
.blog-content h4 a {
  color: #143448;
}
.blog-content h4 a:hover {
  color: #f9a11b;
  text-decoration: none;
}

.blog-content .post-meta {
  color: #f9a11b;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  padding: 0px;
}
.blog-content .post-desc {
  color: #303639;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  margin: 1rem 0 0;
}

.read-more-btn {
  background: #ff9d02;
  color:var(--color-white);;
  display: inline-block;
  font-size: 14px;
  padding: 2px 10px;
  margin-left: 5px;
}
.read-more-btn:hover {
  color: #000000;
  text-decoration: none;
}

.single .post-item {
  border: none;
}
.sidebar .widget-title {
  color: #143448;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.sidebar .widget ul {
  padding-left: 0px;
  list-style: none;
}

.sidebar .widget ul li {
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0px 15px 20px;
  position:relative;
}

.sidebar .widget ul li:last-child {
  border-bottom: none;
}
.sidebar .widget ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #FF9D02;
    list-style-position: outside;
	position:absolute;
	left:0;
   
}
.sidebar .widget ul li a {
  color: #1184be;
  text-decoration: none;
}
.sidebar .widget ul li a:hover {
  color: #ff9e00;
}
.sidebar .widget .post-date{
	display:block; 
	color: #f9a11b;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}
.wp-pagenavi a, .wp-pagenavi span{display:inline-block;}

/*------------- News ----------------*/
.news-wrapper {
  margin-top: 80px;
}
.news-content h4 {
  color: #143448;
  font-size: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}
.news-content h4 a {
  color: #143448;
}
.news-content h4 a:hover {
  color: #f9a11b;
  text-decoration: none;
}

.news-content .post-meta {
  color: #f9a11b;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  padding: 0px;
}
.news-content .post-desc {
  color: #303639;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  margin: 1rem 0 0;
}

	
/*--animation--*/

@keyframes home-banner-angle-small {
  0% {
    left: -295px;
  }
  100% {
    left: 100px;
  }
}

@keyframes home-banner-angle-big {
  0% {
    left: -590px;
  }
  100% {
    left: 0px;
  }
}

@keyframes flyout-1 {
  0% {
    right: -510px;
  }
  100% {
    right: 30%;
  }
}

@keyframes flyout-2 {
  0% {
    right: -510px;
  }
  100% {
    right: 8%;
  }
}

@keyframes banner-angle-small {
  0% {
    left: 0px;
  }
  100% {
    left: 100px;
  }
}

@keyframes banner-angle-big {
  0% {
    left: -666px;
  }
  100% {
    left: 0px;
  }
}

@keyframes banner-angle-content {
  0% {
    left: -200px;
    opacity: 0.5;
  }
  100% {
    left: 100px;
    opacity: 1;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*---------------------- css ----------------------------*/

footer {
  background-color: #253440;
  padding: 50px 0px;
}

#menu {
  z-index: 100;
}

h2 {
  color: #143448;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  color: #303639;
  font-size: 15px;
}

.nowrap {
  white-space: nowrap;
}

/* .row-90 {
  margin: 0px auto;
  width: 90%;
  max-width: 1200px;
  position: relative;
} */

/*----------------- Contact Form --------------*/
.contact-wrapper {
  align-items: center;
  border-top:1px solid #d7d7d7;
}
.home .contact-wrapper {border:none;}
.contact-wrapper h4 {
  font-family: "Barlow Condensed", sans-serif;
  color: #2d404e;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contactus-form .form-group {
  margin-bottom: 0.3rem;
}

.contactus-form .form-control {
  background-color: #e7e8e9;
  border: none;
  border-radius: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  height: 35px;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
}
.contactus-form .msgfld {
  height: 113px;
  padding: 10px 10px;
  width: 100%;
}
.contactus-form .submit-btn {
  background: #ff9e00;
  border-radius: 2px;
  border: 1px solid #fcae37;
  color:var(--color-white);;
  font-size: 1rem;
  margin: 1rem 0 0;
  padding: 7px 18px;
  text-transform: uppercase;
  max-width: 150px;
  width: 100%;
}
.contactus-form .submit-btn:hover {
  background: #f5af45;
}
/*.contact-wrapper .arrow {
  position: absolute;
  background-image: url("images/arrow-contact.png");
  background-repeat: no-repeat;
  min-height: 98px;
  min-width: 336px;
  left: 0;
  z-index: 20;
  transition: width 1s;
}*/
.contact-form .arrow img:hover{opacity:0.7;}

/*------------------- Footer -----------------*/
.it-logo img:hover {
	transform: rotate(-5deg);
	transition: .5s;
}
.site-footer {
  color: #979ca3;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.footer-logo {
  margin: 0 0 0px;
}
.footer-widgets .widget {
  margin: 0 0 1rem;
}
.footer-widgets .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widgets .widget ul li {
  margin: 0 0 0.5rem;
}
.footer-widgets .widget ul li a,
.footer-widgets span {
  color: #979ca3;
  display: block;
  text-decoration: none;
  line-height: 1.3;
}
.footer-widgets .widget a:hover {
  color: #faa21a;
}

.footer-widgets strong,
.footer-widgets label {
  color:var(--color-white);;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-widgets .widget h4 {
  color: #faa21a;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
	padding-bottom: 10px !important;
}

.footer-widgets .widget i {
  color: #f9a21a;
  padding-right: 10px;
}

.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social li a {
}
.footer-social li a:hover {
  color:var(--color-white);;
}

.footer-copyright {
  border-top: 2px solid #47505b;
  margin: 1rem 0 0;
  padding: 1rem 0 5rem;
}
.copyright {
  color: #979ca3;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
}

.foot-logos {
  float: right;
}

.foot-logos img {
  max-width: 140px;
}

.empty-space100 {
  width: 100%;
  height: 100px;
}

.empty-space50 {
  width: 100%;
  height: 50px;
}

/*----------------- Media Quries ----------------*/

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .home-banner-content h1, .meet-banner-content h1{font-size: 56px;}
  .home-banner-content{width:25%;}
  .home-banner-left-angle-small{width:35%;}
}
@media screen and (max-width: 991px) {
  .main-navigation ul li a {
	font-size:16px;
  }
  .top-right a {
    padding: 5px 8px;
  }
  .home-callouts .callout {
    height: auto;
    margin: 70px 0 0;
  }
  .page-banner h1 {
    font-size: 50px;
  }
  .interior-banner-content{width:50%;}
  .interior-banner-content h1 {font-size:45px;}
  .interior-banner-left-angle-small{width:60%;}
  .interior-banner-left-angle-big{width:65%;}
 .home-banner video {width:80%;}
}
@media screen and (max-width: 850px) {
	.home-banner-content h1{color:#ffffff; margin-top:20px;}
	.home-banner-content{color:#ffffff; top:200px; width:60%;}
	.home-banner-left-angle-small, .home-banner-left-angle-big{display:none;}
	.padded-multiline span{background:none; color:#ffffff;display:block; line-height:1.5;}
	.home-banner{height:430px; position:relative;}
	.home-banner:before{display:none; content:''; background:rgba(255,255,255,0.8); height:100%; position:absolute; width:100%; z-index:10; }
	.home-banner video{display:none;}
	.home-banner img{display:block;}
	
	
}

@media screen and (max-width: 767px) {
  .site-logo {
    width: 100%;
  }
  .top-head,
  .top-right {
    text-align: center;
  }
  .navbar-toggler {
    background: #303639 !important;
    float: right;
  }
  .navbar-toggler .icon-bar {
    background: #ff9e00;
    border-radius: 0;
    display: block;
    height: 2px;
    margin: 5px 0;
    width: 24px;
  }
  .nav .submenu-button {
    display: block;
  }
  .main-navigation {
    background: #eeeeee;
    margin: 0 0 8px;
    z-index: 99;
  }
  .main-navigation ul ul,
  .main-navigation ul ul ul {
    background: none;
    border: none;
    box-shadow: 0 0 0;
    display: none;
    position: relative;
    top: 0;
    left: inherit;
    padding: 5px 0;
    width: 100%;
  }
  .main-navigation ul li {
    border-bottom: 1px solid #cccccc;
    padding: 5px 10px;
  }
  .main-navigation ul li a {
    width: 100% !important;
  }
  .main-navigation ul ul li {
    background: none;
    border: none;
    border-top: 1px solid #cccccc;
  }
  .main-navigation ul ul li:last-child {
    border-top: 1px solid #cccccc;
	padding-bottom:0;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
  }
  .main-navigation ul ul li a {
    font-size: 16px;
  }
  .affiliate-logos .col {
    flex: 1 1 48%;
  }
  .contact-form textarea {
    width: 100%;
  }
  .contact-form input {
    width: 100%;
  }
  .home-mission {
    width: 100%;
  }
  
}