@font-face
{
	src: url('/css/Lato-Light.ttf');
	font-family: LatoLight;
}

@font-face
{
	src: url('/css/Lato-Bold.ttf');
	font-family: LatoBold;
}

@font-face
{
	src: url('/css/Lato-Medium.ttf'); 
	font-family: LatoMedium;
}

@font-face
{
	src: url('/css/Lato-Semibold.ttf');
	font-family: LatoSemibold;
}

@font-face
{
	src: url('/css/Avenir/AvenirLight.ttf');
	font-family: Avenir;
}

.font-bold
{
  font-family: LatoBold;
}

body 
{
  overflow-x: hidden;
  font-family: Avenir;
  color: #545468;
  font-size: 18px;
  line-height: 1.2;
}

p
{
	font-family: Avenir;
}

strong
{
	font-family: LatoBold;
}

.form-control
{
	font-size: inherit;
	height: auto;
}

a
{
	color: #cbab43;
}

a:hover, a:active, a:focus
{
    text-decoration: none;
	color: #545468;
}

.text-primary {
  color: #fed136 !important;
}

.fixed-top 
{
	position: relative;
	top: 0;
    left: 0;
    right: 0;
	z-index: 998;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Avenir;
  font-weight: 700;
}

.pageTitleWrap_all h1, .defaultContentWrapInner h1
{
	color: #cbab43;
}

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
}

@media (min-width: 768px) {
  section 
  {
	position: relative;
    padding: 60px 0;
  }
}

.homePageSection 
{
	z-index: 4;
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

.mainNavBg, .mainNavBg .dropdown-menu
{
	/*background-color: #000;*/
}

.dropdown-menu a
{
	color: #fff !important;
}

.mainNavBg .dropdown-menu a:hover
{
	color: #414b4d;
}

.mainNavBg fieldset 
{
	border-top: 1px solid #fff;
}

#mainNav
{
    padding-top: 15px;
	border-radius: 0;
}

#mainNav a
{
	cursor: pointer;
	color: #545468;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}

@media (min-width: 992px) {
  #mainNav 
  {
    padding-top: 30px;
    padding-bottom: 30px;
	border: none;
	border-radius: 0;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("/images/library/banner_home.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
  color: #414b4d;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;

}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;

}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in
  {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;

  }
  header.masthead .intro-text .intro-heading 
  {
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;

  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer
{
  padding: 65px 0;
  text-align: center;
  background: #cbab43;
  position: relative;
  z-index: 5;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover
{
  background-color: #fed136;
}

.footerMenuWrap td
{
    padding: 10px;
}

.footerMenuWrap_gap
{
    width: 50px;
}

.footerContainer .row .col-md-4:last-child
{
    padding-bottom: 0 !important;
}

.footerContainer .row
{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -moz-webkit-align-items: center;
    -ms-webkit-align-items: center;
    -o-webkit-align-items: center;
    -khtml-webkit-align-items: center;
    -webkit-align-items: center;
}


.footerMenuWrap a
{
    color: #fff;
}

.footerMenuWrap a:hover
{
    color: #b72d1f;
}

.footerContainer .row .col-md-4
{
	padding: 30px 0;

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; 

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	text-align: left;
}

.footerContainer .row .col-md-4 > div
{
	width: 100%;
}

.footerContainer p, .footerContainer a, .footerContainer
{
	color: #545468;
}


.navbar-nav > li > .dropdown-menu
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

  border: none;
  box-shadow: initial;
}

.dropdown-menu
{
    padding: 5px 15px;
}

.dropdown-menu > li
{
    /*border-bottom: 1px solid #414b4d;*/
    padding: 5px;
    text-align: left;
}

.dropdown-menu > li:last-child
{
    border-bottom: none;
}

.navbar-nav
{
	float: right;
}

.navbar-nav>li>a 
{
    /*text-transform: uppercase;*/
}

.parraph_red
{
	color:#bb2924;
}

.articleHome
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}

.aDivWrap 
{
    display: flex;
    display: -webkit-flex;
    width: 100%;
}

.articleHome_inner
{
	width: 100% !important;
}

.contentSideImgWrap
{
	width: 50% !important;
	margin-left: 30px;
}

.contentSideImgWrap img
{
	width: 100%;
	margin-top: 70px;
}

#homePageIcons .container .row .col-md-4
{
	width: 30%;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 5px 5px #ccc;
}

#homePageIcons .container .row .col-md-4:nth-child(2)
{
	margin: 0 3%;
}

#homePageIcons
{
	background-position: center;
	background-size: cover;
	background-attachment: fixed;

	background-repeat: no-repeat;

	-webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.submitYourIdeaForm, .submitYourIdeaForm_submitBtn_wrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}

.submitYourIdeaForm > div:first-child
{
	margin-right: 50px;
}

.submitYourIdeaForm > div
{
	width: 50%;
}

.submitYourIdeaForm input, .submitYourIdeaForm textarea
{
	border-radius: 0;
	margin-bottom: 30px;
	padding: 10px;
	height: auto;
	font-size: 16px;
	resize: none;
}

.submitYourIdeaFormWrap_overlay
{
	background: #cbab43;
	height: 100%;
}

.submitYourIdeaFormWrap
{
	color: #fff;
}

.submitYourIdeaFormWrap_header
{
	text-align: center;
	margin-bottom: 40px;
}

.submitYourIdeaRedLine
{
	display: inline-block;
    height: 10px;
    position: relative;
    width: 177px;
	background: #bb2a25;
}

.container_custom table
{
	width: 100%;
}

.newsDefaultPageBodyWrap, .newsDefaultPageBodyInnerWrap, .fotekTeamImagesWrap > a
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}

.newsDefaultPageBodyWrap, .fotekTeamImagesWrap > a
{
	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
}


.fotekTeamImagesWrap
{
	/*justify-content: space-between;
	-webkit-justify-content: space-between;*/

	align-items: center;
	-webkit-align-items: center;
}


.newsDefaultPageBodyWrap
{
	background-image: url("/images/library/submitIdeaBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	padding: 50px 0;

	position: relative;
}

.newsDefaultPageBodyInnerWrap > div
{
	padding: 90px 40px;
	color: #fff;
	text-align: center; 

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
}

.newsDefaultPageBodyWeeklyWrap h3, .newsDefaultPageBodyFeatureWrap h3
{
    margin: 0;
}

.newsDefaultPageBodyWeeklyWrap > div:nth-child(2), .newsDefaultPageBodyFeatureWrap > div:nth-child(2)
{
    margin-top: 0;
}

.newsDefaultPageBodyWeeklyWrap
{
	margin-right: 50px;

	/*background-image: url("/images/library/weeklyNewsBg.jpg") !important;*/
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.newsDefaultPageBodyFeatureWrap
{
	/*background-image: url("/images/library/featuredNewsBg.jpg") !important;*/
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.fotekTeamImagesWrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blocksWrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	position: relative;
    z-index: 999;
}

/*.blockWrap:nth-child(2)
{
	margin: 0 2%;
}*/

.blockWrap
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	text-align: center;
	width: 33.33%;
	padding: 80px 40px;

    cursor: pointer;

	min-height: 320px;
}

#homePageIcons:after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background: rgba(0, 0, 0, 0.5);*/
	z-index: 9;
}

.homePageGetStartedHeader
{
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
}

.homePageGetStartedHeader h1
{
	display: inline-block;
	border-bottom: 5px solid #f00;
}

.homeBlockBriefWrap h1
{
	color: #fff;
}

.newsDefaultPageBodyFeatureWrap, .newsDefaultPageBodyWeeklyWrap
{
	min-height: 320px;
}

.blockWrap_subPage
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: none;
	padding: 110px 40px;
	color: #fff;
	position: relative;

	border: 10px solid #fff;
	box-shadow: 1px 1px 5px 1px #a5a1a1;
}

.blockWrap_subPage > div
{
	position: relative;
	z-index: 999;
}

.blockWrap_subPage > div:nth-child(2)
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
}

.newsDefaultPageBodyFeatureWrap, .newsDefaultPageBodyWeeklyWrap
{
    position: relative;
}

.blockWrap_subPage:hover:after, .galleryImageLink:hover:after, .newsDefaultPageBodyWeeklyWrap:hover:after, .newsDefaultPageBodyFeatureWrap:hover:after, .fotekGalleryImagesWrap a:hover:after
{
	content: '';
	background: rgba(0, 97, 152, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 88;
}

.blockWrap_subPage:before
{
	content: '';
	background: rgba(0, 97, 152, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 8;
}

.newsDefaultPageBodyFeatureWrap > div, .newsDefaultPageBodyWeeklyWrap > div
{
    position: relative;
    z-index: 99;
	width: 100%;
}

.blockWrap_subPage_null
{
	background: none;
}

.fotekTeamImagesWrap > a
{
	display: block;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;

	position: relative;
}

.fotekTeamImagesWrap > a:last-child
{
	margin-right: 0 !important;
}

.fotekTeamImagesWrap img
{
	width: 100%;
}

.servicesMainPage_subPagesWrap
{
	background-image: url("/images/library/submitIdeaBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	padding: 50px 0;

	position: relative;
}

.galleryText
{
	color: #000;
	z-index: 999;
}

.galleryText h3
{
	color: #545468;
	font-weight: 400;
	font-family: LatoMedium;
	font-size: 20px;
}

.galleryText h4
{
	color: #636363;
	font-weight: 400;
	font-family: LatoLight;
	font-size: 15px;
}

.slick-slide img
{
	width: 100%;
}

.testimonialsWrap
{
	margin-top: 20px;
    margin-bottom: 40px;
}

.testimonials_indeWrap
{
	margin-bottom: 60px;
	position: relative;
}

.testimonialsHeaderWrap
{
	margin-top: 40px;
}

.contactPage_contactDetailsWrap, .contactUsFormLeft, .bookingFormFirst, .contactUsFormBottom
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contactPage_contactDetailsWrap > div
{
  width: 49%;
  height: 400px;
}

.submitBtn_submitYourIdeaWrap
{
	text-align: left;
}

.submitBtn_submitYourIdeaWrap
{
    margin-top: 25px;
}

.contactPage_contactDetailsWrap iframe
{
	width: 100%;
    height: 100%;
}

.contactUsForm textarea, .contactUsForm input[type=text], .contactUsForm select,
.bookingForm textarea, .bookingForm input[type=text], .bookingForm select
{
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
    height: auto;
    font-size: 16px;
	background: none !important;
	-webkit-appearance: none;
	border-color: #cbab43;
	outline: none;
	color: #cbab43;
	box-shadow: none;
}

.calcNavBtn
{
	margin-bottom: 20px;
	border-radius: 10px;
    height: auto;
    font-size: 16px;
    background-color:#cbab43 !important;
	border-color: #cbab43 !important;
	outline: none;
	color: #FFF !important;
	box-shadow: none;
}

.calcNavBtnsOuter
{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-bottom:25px;
    justify-content: center;
    padding-bottom: 100px;
}

.calcNavBtnsOuter > div
{
    /*margin-right:20px;*/
    padding-right:5px;
    padding-left:5px;
    width:25%;
}
.calcNavBtnsOuter > div:nth-child(1)
{
    padding-left:0;
    padding-right:5px;
}
.calcNavBtnsOuter > div:nth-last-child(1)
{
    padding-right:0;
    padding-left:5px;
}

.calcNavBtnsOuter > div > button
{
    width:100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.calcNavBtnsOuter > div:nth-last-child(1)
{
    margin-right:unset;
}

.contactUsForm input
{
	/*border-left: none;
	border-top: none;
	border-right: none;*/
}

.message_contactPageWrap
{
	height: 100%;
}

.contactUsForm textarea, .bookingForm textarea
{
	height: 100%;
	padding: 10px;
	resize: none;
	margin-bottom: 15px;
}

.contactUsFormLeft > div, .bookingFormFirst > div
{
	width: 50%;
}

.contactUsFormBottom > div
{
	width: 100%;
}

.contactUsFormLeft > div:first-child, .bookingFormFirst > div:first-child
{
	margin-right: 50px;
}

.contactFormQuestionairs 
{
    height: 175px;
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.bookingFormWrap
{
	background-image: url("/images/library/contactUsBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	/*padding: 0 0 50px 0;
	background: rgba(255, 255, 255, 0.67);*/
	position: relative;

	background-attachment: fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.bookingFormFirst
{
	color: #fff;
}

.contactPageContactFormWrap_outer
{
	background-image: url("/images/library/contactUsBg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bookingFormWrap:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 84, 135, 0.71);
	z-index: 8;
}

.bookingSection
{
	padding: 0;
}

.bookingFormWrap
{
	padding: 60px 0;
}

.bookingFormWrap .container
{
	position: relative;
	z-index: 9;
}

.arrowOnTheBannerWrap
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
	z-index: 999;
}

.contactPageContactFormHeaderWrap
{
	text-align: left;
}

.nav-link
{
	color: #cbab43;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
	background: none !important;
}

.navbar-brand
{
	height: auto;
	padding: 0;
}

.navbar-brand>img
{
	width: 290px;
}

.newsMonths_newsLetter
{
	display: none !important;
}


/* process - START */
.processWrap_inner
{
  /*margin-top: 100px;*/
}

.processWrap_inner, .process_middle
{
  position: relative;

  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
}

.process_middle
{
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.processWrap_inner > div
{
  width: 25%;
  position: relative;
}

.process_middle
{
  width: 45% !important;
}

.process_middle img
{
  width: 100%;
}

.process_middle_img
{
  position: relative;
  top: 0;
  z-index: 99;
}

.process_middle_text
{
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
}

.process_middle_text
{
  width: 70%;
  margin: 0 auto;
  text-align: center;

  top: 50%;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.process_left, .process_right
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  flex-direction: column;
  -webkit-flex-direction: column;

  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.process_left > div, .process_right > div
{
  position: relative;
  z-index: 9999;

  width: 100%;

  /*border: 1px solid #000;*/
}

.process_left > div > div:first-child,
.process_left > div > div:nth-child(2),
.process_right > div > div:first-child,
.process_right > div > div:nth-child(2)
{
  padding-left: 25px;
}

.processOne
{
  top: -70px;
  right: 80px;
}

.processTwo
{
  top: 30px;
  right:0px;
}

.processThree
{
  top: 110px;
  right: 80px;
}

.processFour
{
  top: 80px;
  left: 60px;
}

.processFive
{
  top: 15px;
  left: 0px;
}

.processSix
{
  top: -70px;
  left: 60px;
}

.process_middle_text_mobile
{
  display: none;
}

.process_headerUnderLine
{
  display: block;
  height: 1px;
  background: #000;
  width: 80%;
}

/* process - END */

/* Time line - START */

.packagesListWrap_outer
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.timeLineDescriptionWrapOuterWrap
{
  padding-top: 100px;
  padding-bottom: 100px;
}

.timeLineContentWrap_outer, .timeLine_header, .timeLine_header_wrap, .timeLineDescriptionWrapOuter
{
  position: relative;
}

.timeLineContentWrap_outer:nth-child(odd)
.timeLine_header_line:before
{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #414b4d;
  left: 0;
  top: -10px;
}

.timeLineContentWrap_outer:nth-child(even)
.timeLine_header_line:before
{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #414b4d;
  right: 0;
  top: -10px;
}


.timeLineContentWrap_outer:nth-child(odd)
.timeLine_header_line
{
  content: '';
  position: absolute;
  width: 35%;
  background: #414b4d;
  height: 2px;
  right: 0;
  top: 50%;
}

.timeLineContentWrap_outer:nth-child(even)
.timeLine_header_line
{
  content: '';
  position: absolute;
  width: 35%;
  background: #414b4d;
  height: 2px;
  left: 0;
  top: 50%;
}



.timeLineContentWrap_outer {
  width: 50%;
}

.timeLineContentWrap_inner {
  text-align: center;
}

.timeLineContentWrap_outer
{
  clear: both;
}

.timeLineContentWrap_outer:nth-child(odd)
{
  float: left;
}

.timeLineContentWrap_outer:nth-child(even)
{
  float: right;
}

.timeLineContentTextWrap
{
  width: 200px;
  margin: 0 auto;
}

.timeLineDescriptionWrap
{
  display: inline-block;
  width: 100%;
  position: relative;
}

.timeLineDescriptionWrap:before
{
  background: #333333 none repeat scroll 0 0;
  bottom: -22px;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: -22px;
  transform: translateX(-50%);
  width: 2px;
}

.timeLineDescriptionWrapOuter:before
{
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #bb2924;
  z-index: 9999;
}

.timeLineDescriptionWrapOuter:after
{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #bb2924;
}

/* Time line - END */

/* CREATE CUSTOM HEADER - START */

.showPreview_customHeader_wrap_outer
{
  width: 100%;
  height: 150px;
  border: 1px solid #cccccc;
  position: relative;
  overflow-y: scroll;
}

#showPreview_customWaterMark
{
  position: absolute;
  cursor: move;
  top: 0;
}

#showPreview_customHeader
{
  height: 150px;
  text-align: center;
  
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

/* CREATE CUSTOM HEADER - START */

.processWrap_outer
{
    padding-bottom: 165px;
    padding-top: 165px;
	background: #ededed;
}

.whatToExpectContentWrap_inner
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.whatToExpectContentWrap_inner > div
{
  width: 50%;
}

.whatToExpectContentWrap_inner > div > div
{
  width: 60%;
  margin: 0 auto;
}

.whatToExpectHeaderWrap
{
  text-align: center;
}

.navbar-toggle .icon-bar
{
  background: #fff;
}

.briefWrap_news
{
  display: block;
}

/*.styled-select {
  background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
  width: 240px;
}

.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px; 
  width: 268px;
}

.styled-select.slate
{
  background: url(/images/library/arrowDownNews.png) no-repeat right center;
  height: 34px;
  width: 240px;
  border-radius: 0;
  -webkit-appearance: none;
  padding-left: 10px;
  border: 2px solid #b72d1f;
}

.styled-select.slate select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 268px;
}

#newsMonths .styled-select
{
	width: 180px;
	background-position-x: 148px;
    color: #b72d1f;
}

#newsYears .styled-select
{
	width: 95px;
	background-position-x: 63px;
}
*/

.readMoreBtnWrap_newsList
{
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}

.readMoreBtnWrap_newsList_weekly
{
	bottom: 30px;
}

.pageTitleWrap_all
{
  position: relative;
  z-index: 999;
}

.pageTitleWaterMark_all
{
  position: absolute;
  z-index: 99;
  right: 0;
  opacity: 0.1;
  font-size: 162px;
  line-height: 60px;
  font-family: LatoMedium;
}

.headerNews .pageTitleWaterMark_all
{
	right: auto;
}

.pageTitleWrapInner_all
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  line-height: 1;
  min-height: 75px;
}

.alignHeaderInCenter
{
	justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.alignHeaderInCenter aside
{
	margin-right: 0 !important;
}

.pageTitleWrapInner_all h1
{
	margin: 0;
	white-space: nowrap;
}

.headerMenuWrap
{
  display: inline-block;
  float: right;
  position: relative;
  z-index: 999999999;
}

.navbar-collapse
{
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav>li>a
{
  padding: 0;
  margin: 0;
  width: auto;
}

.navbar-nav>li
{
  float: left;
  margin-right: 30px;
}

.navbar-nav>li:last-child
{
  margin-right: 0;
}

#ideaAttacment, #contactAttachment_contactPage
{
  display: none;
}

.contactPageActionBtnWrap
{
  color: #fff;
}

.footerContainer_mobile
{
    display: none;
}

.historyTimeLineHeaderWrap
{
    text-align: center;
}

.caret_custom
{
    display: block;
    font-size: 18px;
    text-align: center;
  top: 2px;
  position: relative;
  margin-left: 3px;
}

.lg-item
{
    position: relative;
    width: 80% !important;
    margin: auto;
    height: 80% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery_images_Wrap .slick-slide
{
	margin: 15px;
}

.homeBlockHeader
{
	position: relative;
	
	 /*display: -webkit-box;      OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;

	z-index: 999;
	margin-bottom: 40px;
}

.homeBlock_watermark
{
	font-size: 140px;
	position: absolute;
	z-index: 99;
	opacity: 0.1;
	font-family: LatoMedium;
	line-height: 50px;
	left: 0; 
	right: 0;
	top: 0;
}

.homeBlockBriefWrap
{
	margin-bottom: 30px;
}

.homeBlockHeader_head > div:first-child
{
	font-size: 20px;
}

.homeBlockHeader_head > div:last-child
{
	font-family: LatoMedium;
	font-size: 30px;
}

.homeBlock_readMoreBtn:hover
{
	background: #b72d1f;
	color: #fff;
}

.nav-link:hover
{
	background: none !important;
	color: #fff;
}

.submitYourIdea_comments
{
	height: 142px !important;
}

.submitYourIdeaForm_submitBtn_wrap
{
	margin-top: 20px;
}

.submitYourIdeaForm_submitBtn_wrap > div:first-child
{
	margin-right: 50px;
}

.submitYourIdeaRedLineWrap
{
	margin-bottom: 20px;
	margin-top: 5px;
}

.bannerHeight100VH
{
	height: 83vh;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
}

.bannerHeight40VH
{
	height: 70vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#banner_outer_mobile
{
	display: none;
}

.clientImagesWrap .slick-list, .gallery_images_Wrap .slick-list
{
	margin: 0 45px;
}

.goBackBtnWrap
{
	text-align: center;
}

.newsArticleListFeature_inner, #newsArticle_featured, .featuredNewsDetail_imageWrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	position: relative;
}

.featuredNewsDetail_imageWrap
{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;

	padding: 10px;
}

#newsArticle_featured > div 
{
	width: 50%;
}

.featuredNewsDetail_imageWrap img
{
	width: 80%;
}

.newsArticleListFeature_image
{
	width: 700px;
	margin-right: 5%;
}

.newsArticleListFeature_image img
{
	width: 100%;
}

.newsArticleListFeature_inner .newsDate a
{
	text-align: left;
}

.lineUnderFeaturedNews 
{
    background: #000;
    width: 70%;
    height: 1px;
	margin: 50px auto;
}

.newsArticleListFeature_content
{
	position: relative;
}

.newsArticleListFeature:last-child .lineUnderFeaturedNewsWrap
{
	display: none;
}

.backToFaqsBtnWrap
{
	margin-top: 60px;
}

.newsHeadersWrap
{
	margin-bottom: 80px;
}	

.pageTitleWaterMark_all
{
	right: 0;
}

.header_news_description_mobile
{
	display: none;
}

#newsArticle h3, .articleTitle, #newsArticle_featured h3
{
	/*color: #cbab43;
	margin-bottom: 20px;
    margin-top: 5px;
	font-size: 18px;
	font-weight: 400;
	font-family: latoMedium;*/
}

.newsDate
{
	color: #cbab43;
    margin-top: 5px;
	font-size: 18px;
}

.articleHeader_details, .articleTitle, .newsArticle_featured_title_desktop
{
	font-weight: 400;
}

.servicesMainPage_subPagesWrap:after 
{
    content: '';
    background: #cbab43;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.findoutMoreBtnBannerWrap
{	
	/*position: absolute;
	top: 120px;
	left: 5px;*/
}

.findoutMoreBtnBannerWrap a
{
	font-size: 30px;
	color: #545469;
	border:  1px solid rgba(84, 84, 104, 0.5);
	background: none !important;
}

.slick-slide
{
	background-size: cover;
	position: relative;
}

.bannerTextWrap {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

    height: 100%;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	text-align: left;

	position: absolute;
	left: 0;
	right: 0;
}

.bannerTextLine
{
	margin: 5px;
	font-size: 45px;
	color: #fff;
    font-family: LatoMedium;
	line-height: 1;
}

.bannerTextLine_home
{
	position: relative;
}

.bannerTextLine_home
{
	line-height: 1;
}

.bannerTextWrap > div, .slickDots_banner
{
	position: relative;
}

.bannerTextWrap > div
{
	/*margin-top: 75px;*/
}

.testimonialsWrap .slick-dots 
{
   bottom: -40px;
}

.dropdown-menu
{
	/*border-top: 1px solid #414b4d;*/
	min-width: initial;
}

.dropdown-menu>li>a
{
	font-size: 15px;
	padding: 3px 0px;
}

.nav-link
{
	font-size: 15px;
}

/* CIRCLE ANIMATION - START */

.process_middle_img img 
{
    -webkit-animation:spin 16s linear infinite;
    -moz-animation:spin 16s linear infinite;
    animation:spin 16s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* CIRCLE ANIMATION - END */


figure 
{
position: relative;
background-color: #fff;

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
    align-items: flex-start;
	-webkit-align-items: flex-start;
}

figcaption {
	position: relative;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
}

img.mfp-img
{
	padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close
{
	top: -55px;
	opacity: 1;
}

.mfp-bottom-bar
{
	color: #000;
	margin: 0;
	padding: 30px 40px;
}

.mfp-counter
{
	display: none;
}

.mfp-title
{
	padding: 0;
	color: #000;
}

.mfp-bottom-bar
{
	position: relative;
}

.contactPageContactFormHeaderWrap
{
	margin: 0 0 20px 0;
	color: #cbab43 !important;
	text-align: left;
}

.contactFormSection
{
	padding-bottom: 0;
}

.contactPageContactFormHeaderWrap h1
{
	font-family: LatoBold;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 40px;
}

.footerContainer .row .col-md-4:first-child
{
	justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.footerContainer .row .col-md-4:nth-child(2)
{
	justify-content: center;
    -webkit-justify-content: center;
}

.footerContainer .row .col-md-4:last-child
{
	justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.footerInnerContainer > div
{
	/*width: 24%;*/
}

.footerInnerContainer
{
	text-align: left;
}

.footerContainer .row
{
	margin: 0;
}

.submitYourIdeabrief
{
	width: 80%;
	margin: 0 auto;
}

.about_whatToExpectWrap
{
	background: #ededed;
}

#banner_outer_desktop, .downloadCapabilityStatementWrap
{
	position: relative;
	z-index: 9;
}

.downloadCapabilityStatement
{
	position: absolute;
	top: -65px;
	right: 0;
}

.come-in {
  transform: translateY(200px);
  animation: come-in 1s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

.newsDefaultPageHeaderWrap_outer
{
	padding-bottom: 0;
}

.mfp-arrow-left 
{ 
	background:url(/images/library/lightbox_prev.png) no-Repeat top left !important; 
} 

.mfp-arrow-right 
{ 
	background:url(/images/library/lightbox_next.png) no-Repeat top left !important; 
} 

.mfp-arrow:before, .mfp-arrow:after
{ 
	display: none; 
}

.fotekTeamImagesWrap > a
{
	position: relative;
	vertical-align: middle;
}

.fotekTeamImagesWrap > a:hover:after
{
	content: '';
	background: rgba(0, 0, 0, 0.66);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.galleryText_team
{
	display: none;
}

.fotekTeamImagesWrap > a:hover .galleryText_team
{
	display: block;
}

.mfp-wrap, .slick-track
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.mfp-container
{
	position: relative;
	width: auto;
	height: auto;
}

.mfp-image-holder .mfp-close
{
	font-size: 58px;
}

.mfp-arrow-left {
    left: -65px;
}

.mfp-arrow-right {
    right: -65px;
}

.mfp-arrow-right
{
	width: 53px;
}

.subPageExtraBtn
{
	border: 1px solid #b72d1f; 
	color: #b72d1f; 
	padding: 10px	;
}

.subPageExtraBtn:hover
{
	border-color: #b72d1f;
    background: #b72d1f;
	color: #fff;
}

.blockWrap_home
{
	position: relative;
}

.whatToExpectContentWrap_inner > div
{
	margin-bottom: 30px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("/images/preloader.svg") no-repeat center center;
}

.whatToExpectHeaderWrap h4
{
	font-size: 26px;
	font-family: LatoMedium;
	font-weight: 400;
}

.whatToExpectHeaderWrap strong
{
	display: block;
	margin-top: 5px;
	font-family: LatoMedium;	
}

.processHeaderWrap
{
	font-size: 24px;
}

.process_headerUnderLine
{
	margin: 10px 0;
}

.process_middle_text_header, .process_middle_text_mobile_header
{
	position: relative;
	font-size: 26px;
	font-family: LatoMedium;
	font-weight: 400;
	    margin-bottom: 35px;
}

.process_middle_text_header b, .process_middle_text_mobile_header b
{
	font-family: LatoMedium;
}

.process_middle_text_header span, .process_middle_text_mobile_header span
{
	position: relative;
	z-index: 9;
}

.process_middle_text_mobile_header_watermark
{
	position: absolute !important;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 120px;
	z-index: 8 !important;
	color: rgba(99, 99, 99, 0.15);
	font-family: LatoMedium;
	text-align: center;
}

.blockWrap_subPage_null
{
    cursor: auto;
}

.blockWrap_subPage_null:after
{
    background: none !important;
}

.galleryWrap_services, .ourClients_ourWork, .gallerySectionWrap, .goBackBtnWrap, .newsDefaultPageHeaderWrap_outer
{
    padding-top: 0;
}

.lb-data .lb-close
{
    margin-bottom: 10px;
}

.goBackBtnWrap a:hover, .btn-default:hover
{
    background: #cbab43;
    color: #fff;
}

.newsDefaultPageBodyWeeklyWrap, .newsDefaultPageBodyFeatureWrap
{
	cursor: pointer;
}

.newsDefaultPageBodyWeeklyWrap a, .newsDefaultPageBodyFeatureWrap a
{
	border-color: #fff;
    color: #fff;
}

.newsDefaultPageBodyWeeklyWrap a:hover, .newsDefaultPageBodyFeatureWrap a:hover
{
	background: #fff;
	border-color: #fff;
    color: #b72d1f;
}

.alignWaterMarkInCenter
{
    right: 0;
	left: 0;
	text-align: center;
}

.news-article-list h3
{
    font-family: LatoMedium;
}

.testimonials_author 
{
    color: #f00;
	font-weight: bold;
}

.navbar-brand_mobile
{
	display: none;
}

.headerContactNoDesktop p, .headerContactNoDesktop a
{
	color: #414b4d;
}

.headerNews .pageTitleWrap_all
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.headerNews .pageTitleWrapInner_all
{
	position: relative;
}

.headerNews .pageTitleWrapInner_all .pageTitleWaterMark_all
{
	left: -10px;
	right: 0;
}

.timeLine_header
{
	font-family: LatoMedium;	
}

.fotekTeamImagesWrap, .fotekTeamImagesWrap, .galleryWrap_services .fotekTeamImagesWrap
{
	justify-content: space-between;
    -webkit-justify-content: space-between;
}

.fotekTeamImagesWrap a, .fotekTeamImagesWrap a, .galleryWrap_services .fotekTeamImagesWrap a
{
	margin-right: 0;
}

.mfp-close 
{
    top: -18px !important;
    width: auto !important;
    right: -4px !important;
}

.dropdown-menu>li>a:hover, .navbar-nav>li>a:hover
{
	/*color: #545468 !important;*/
	background: none !important;
}

 .navbar-nav>li>a:hover, .currentPageSel
 {
	color: #cbab43 !important;
 }

.form-control
{
	color: #000;
}

#introFormOne input, #introFormTwo input
{
	padding: 6px 12px;
	font-size: 14px;
}

.formMarginLeft
{
	margin-left: 15px !important;
}

.researchAndDevelopmentWrap
{
	position: absolute !important;
	top: -80px;
    text-align: center;
}

.researchAndDevelopmentWrap div
{
	font-size: 26px;
	font-weight: 400;
	font-family: LatoMedium;
}

.bannerArrowDown {
    position: absolute;
    color: #fff;
    font-size: 30px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 25px;

	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.bannerArrowDown img
{
	width: auto;
}

.headerMenuAndLogoWrap 
{
    display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
	-webkit-align-items: center;
}

.aScrollImages_five .slick-slide 
{
    margin: 40px !important;
}

.popover
{
	max-width: initial;
}

.menuTitleOnBanner
{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;

	top:50%;

	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari 3-8 */
    transform: translateY(-50%);
}

.menuTitleOnBanner h1
{
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-family: LatoMedium;
}

.contactPageHeaderWrap, #faqs, .connectWithUs_contactPage .aDivWrap, .menuFooterWrap, .subMenuFooterWrap_more, .subMenuFooterWrap, .subPagesOthers, .clientImagesWrap, .fotekGalleryImagesWrap, .footerInnerContainer
{
    display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contactPageHeaderWrap, .connectWithUs_contactPage .aDivWrap, .navbar-header, .contactFormQuestionairs > div
{
	align-items: center;
	-webkit-align-items: center;
}

.homePageContentServicesWrap
{
  justify-content: center;
  -webkit-justify-content: center;
}

.clientImagesWrap, .fotekGalleryImagesWrap, .projectImagesWrap
{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.clientImagesWrap
{
	position: relative;
}

.client_hr_desktop, .client_hr_mobile
{
	width: 100%;
	border-color: rgba(0, 0, 0, 0.7);
}

.client_hr_mobile
{
	display: none;
}

.navbar-header, .homePageContentServicesWrap, .contactFormQuestionairs > div, .projectImagesWrap
{
	display: flex;
	display: -webkit-flex;
}

.contactPageInfoBtnsWrap
{
	text-align: center;
	margin-top: 20px;
}

.contactPageHeaderWrap
{
	margin-bottom: 10px;
}

.contactPageInfoBtnsWrap a:first-child
{
	margin-right: 10px;
}

.contactPage_contactDetailsWrap
{
	width: 100%;
}

.contactFormQuestionairs > div
{
	margin-top: 10px;
}

.contactFormQuestionairs input
{
	text-align: center;
}

.contactUsForm, .contactPageUnderBoookForm
{
	color: #cbab43 !important;
}

.contactPageUnderBoookForm
{
	text-align: center;
}

.contactPageUnderBoookForm hr
{
	width: 100px;
}

#faqs ol
{
	list-style-type:none;
	padding-left: 25px;
}

#faqs ol li
{
	text-indent:-24px;
	line-height: 225%;	
}

#faqs ol li a
{
	color: #000;
	font-size: 18px;
	font-family: latoLight;
}

#faqs ol li a:hover, #faqs ol li:hover
{
	color: #545468;
}

#faqs ol li span
{
	font-family: LatoLight;
	/*font-weight: 700;*/
}

.faqHeader
{
	margin-bottom: 30px;
}

.backToFaqBtn
{
	margin-top: 30px;
}

#faqs
{
	margin-bottom: 65px;
	position: relative;
    z-index: 99;
}

.communityWorkWrap_inde img
{
	width: 100%;
}

.communityWorksWrap > div
{
	text-align: center;
}

.communityWorksWrap
{
	margin-bottom: 65px;
}

.connectWithUs_contactPage
{
	background-image: url("/images/library/connectWithUs_contactPage.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	

  padding: 60px 0;
  margin-top: 30px;

  color: #fff;

	background-attachment: fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.whyFotekWrap
{
	padding: 60px 0;
	background: #cbab43;
    color: #fff;
}

.menuFooterWrap
{
	text-align: left;
}

.menuFooterWrap a
{
	color: #fff;
}

.subMenuFooterWrap_more, .subMenuFooterWrap 
{
	flex-wrap: wrap-reverse;
	-webkit-flex-wrap: wrap-reverse;
}

.subMenuFooterWrap  > div
{
	width: 100%;
}

.subMenuFooterWrap_more > div
{
	width: 50%;
}

.subMenuFooterWrap_more > div:nth-child(even) > a
{
	display: inline-block;
    min-width: 62px;
    text-align: left;
}

.subMenuFooterWrap_more > div:nth-child(even)
{
	text-align: right;
}

.menuByItSelf_footer, .menuWithChildren_footer
{
	padding: 5px 0;
	font-size: 20px;
}

.subMenuFooter 
{
    padding: 5px 0;
}

.subPagesOthers > div
{
	width: 22%;
}

img.mfp-img
{
	max-width: 45vw;
}

.aDivWrap_left, .communityWorkInDetailWrap_inde > div:first-child
{
    margin-right: 10%;
}

.clientImagesWrap img
{
	width: 100%;
}

.clientImagesWrap > div
{
	width: 24%;
	margin: 1%;
}

.clientImagesWrap > div:nth-child(5n+5)
{
	margin-right: 0;
}

.clientsAndTestimonialsYoutube
{
	text-align: center;
	margin-top: 30px;
}

.fotekGalleryImagesWrap > a
{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}

.fotekGalleryImagesWrap > a:nth-child(3n+3)
{
	margin-right: 0;
}

.fotekGalleryImagesWrap img
{
	width: 100%;
}

.submitYourIdeaFormWrap_overlay 
{
	    padding: 30px 0 30px 0;	
}

.menuFooterWrap a:hover
{
	color: #fff200;	
}

.dropdown-menu
{
	background: #cbab43;
}

.contactPageInfoBtnsWrap a:hover
{
	color: #fff;
}

.contactPageHeaderWrap a
{
	background: #cbab43;
	color: #fff !important;
}

.contactPageHeaderWrap a:hover
{
	background: #fff;
	color: #cbab43 !important;
}

.popover 
{
	opacity: 0.9 !important;
	border-radius: 0;
}

.childName_popup
{
	color: #f00;
}

#faqs a:hover
{
	color: #cbab43;
}

.testimonialsWrap hr
{
	border-color: #000;
	width: 300px;
	margin-bottom: 50px;
}

.homeBlockHeaderImgInvert
{
	display: none;
}

.homeBlockHeader:hover .homeBlockHeaderImgInvert
{
	display: block;
}

.homeBlockHeader:hover .homeBlockHeaderImg
{
	display: none;
}

.teamWrap_about
{
	position: relative;
    padding: 40px 0;
}

.blockWrap_subPage h3 span span
{
	color: #fff200 !important; 
}

.yearMonthWrap_news .nice-select, .checkoutProcessForm .nice-select
{
	width: 100%;
	border-radius: 0;
	background: #fff;
	line-height: inherit;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #cbab43;
	border-color: #cbab43;
}

.yearMonthWrap_news .nice-select:after, .checkoutProcessForm .nice-select:after
{
	border-color: #cbab43;
}

.contactUsForm .nice-select
{
	border-radius: 10px;
	background: #fff;
	line-height: inherit;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	line-height: 30px !important;
	float: initial;
}

.yearMonthWrap_news .nice-select
{
	line-height: 25px !important;
}

.nice-select:after
{
	width: 10px;
	height: 10px;
}

.newsSectionWrap
{
	position: relative;
	z-index: 9;
}

.createGap
{
	width: 100%;
	height: 20px;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4-desktop 
{
    width: 35px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    margin: 0;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4-desktop span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    /* border-radius: 9px; */
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4-desktop span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4-desktop span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4-desktop span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4-desktop.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: -5.5px;
	  left: 4.45px;
	  background: #fff;
	}

	#nav-icon4-desktop.open span:nth-child(2) {
	  width: 0%;
	  opacity: 0;
	}

	#nav-icon4-desktop.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top: 18.5px;
	  left: 4px;
	  background: #fff;
	}



/*.navbar-toggle
{
	display: block;
}*/

#myNavbar
{
	/*display: none;
	    top: 30px;*/
    position: relative;
}

.nav_link_floated
{
	display: flex !important;
	display: -webkit-flex !important;
}

.mainNavWithBg
{
	/*display: none;*/
	background: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
	z-index: 5;
}

#mainNav .container
{
	position: relative;
	z-index: 6;
}

.navbar-brand
{
	margin-left: 15px !important;
}

#faqs > div
{
	width: 100%;
}

.faqHeader
{
	color: #cbab43;
}

#faqs_detail
{
	/*text-align: center;*/
}

.news-article-list
{
	width: 100%;
	margin-bottom: 20px;
}

.news-article-list:nth-child(3n+3)
{
	margin-right: 0;
}

.news_article_list_header
{
	/*background: #cbab43;*/
	text-align: left;
}

.news_article_list_header h3
{
	margin: 0;
	padding: 0 5px;
}

.news_article_list_header a
{
	color: #fff;
	font-weight: 400;
}

.briefWrap_news_wrap
{
	padding: 0 5px;
}

.newsReadMoreBtnWrap
{
	text-align: center;
	margin: 10px 0;
}

.news-article-list, #newsMonths
{
	text-align: left;
}

.news-article-list h4
{
	color: #fff;
	font-family: LatoMedium;
	font-size: 20px;
	text-align: left;
	font-weight: 400;
}

.pressIndeWrap
{
	width: 31%;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
}

.pressIndeWrap > a
{
	background: #cbab43;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 250px;
	width: 100%;
}

.pressIndeWrap:nth-child(3n+3)
{
	margin-right: 0;
}

.projectImagesWrap img
{
	width: 70%;
}

.pressIndeWrap
{
	position: relative;
}

.readMoreBtnWrap
{
	text-align: center;
	z-index: 999;
}

.homePageContentServicesWrap > div
{
  width: 450px;
  height: 350px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}

.homePageContentServicesWrap > div:hover:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 97, 152, 0.8);
	z-index: 8;
}

.services_div_home_wrap
{
	position: relative;
	z-index: 9;
}

.homePageContentServicesWrap > div:nth-child(1)
{
  margin-right: 30px;
}

.homePageContentServicesWrap
{
  margin-top: 80px;
}

.homePageContentTop_text
{
  width: 600px;
  background: #cbab43;
  padding: 30px;
  color: #ffffff;
  position: absolute;
  top: -300px;
  left: -500px;
  text-align: left;
}

.homePageContentTop_img
{
  width: 100%;
  text-align: right;
  position: relative;
}

.homePageContentTop_img > div
{
  width: 500px;
  display: inline-block;
  position: relative;
}

.homePageContentTop_img img
{
  width: 100%;
}

.homePageContentDesignWrap
{
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
}

.homePageContentBottomBox
{
  width: 600px;
  height: 500px;
  /*border-top: 1px solid #000000;
  border-right: 1px solid #000000;*/
  position: absolute;
  bottom: -330px;
  right: 0;
  z-index: 8;
}

.homePageContentLeftBox
{
  width: 100%;
  height: 100%;
  /*border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;*/
  position: absolute;
  top: 80px;
  /*left: -40px;*/
  z-index: 8;
}

.homePageContentTopWrap, .homePageContentServicesWrap
{
  position: relative;
  z-index: 9;
}

.defaultContentWrapInner
{
	text-align: left;
}

.contactFormQuestionairs_label
{
	/*margin-left: 20px;*/
}

.contactPageContactFormHeaderWrap hr, .contactUsForm hr
{
	border-color: #cbab43;
}

.contactPageContactFormHeaderWrap hr
{
	width: 150px;
	border-width: 2px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cbab43 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cbab43 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #cbab43 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #cbab43 !important;
}

.services_div_home_wrap
{
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.projectsBlurbWrap
{
	width: 100%;
}

.bannerHeight40VH .bannerTextWrap
{
    /*justify-content: center;
    -webkit-justify-content: center;*/
}

.bannerHeight100VH .slick-slide
{
    height: 100%;
}

.bannerWrapWithBgImg
{
    background-repeat:no-repeat;
    background-position:center center;
}

.container.slick-arrow
{
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
	z-index: 8;
}

.slick-prev
{
    left: initial;
}

.slick-next
{
    left: 95px;
}

.logoOnHeader_blue, .logoOnHeaderHide
{
    display: none;
}

.logoOnHeader_blue_show
{
    display: block;
}

.servicesSectionWrap
{
    /*background-image: url('/images/library/serviceParallaxImg.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

    background-repeat: no-repeat;

    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;*/

    position: relative;
}

.servicesSectionWrap:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 8;
}

.servicesSectionWrap .container
{
    position: relative;
    z-index: 9;
}

.services_div_home_wrap h1
{
	font-family: LatoMedium;	
	font-weight: 400;
}

.defaultPageTitle hr
{
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px;
    border-color: #cbab43;
    width: 50px;
}

.defaultPageTitle img
{
	margin-bottom: 30px;
}

.defaultPageTitle
{
	font-size: 26px;
	color: #ccc;
	margin-bottom: 30px;
	font-family: Avenir;
}

.btn-default
{
	border-radius: 15px;
	background-color: transparent;
	color: #545468;
	border-color: rgba(84, 84, 104, 0.4);
  outline: none !important;
}

.hideBrief_services
{
	display: none;
}

.readMoreBtnWrap button
{
	border-color: #fff;
	color: #fff;
	border-width: 2px;
	padding: 6px 30px;
}

.btn
{
	font-size: 18px;
}

.gallery_images_Wrap .slick-next
{
	left: initial; 
}

.gallery_images_Wrap .slick-prev
{
	left: -25px; 
}

.goBackBtnWrap a
{
	border-width: 2px;
}

.contactPage
{
	text-align: left;
}

.contactPage hr
{
	width: 150px;
	border-width: 2px;
	border-color: #cbab43;
	margin-left: 0;
	margin-right: 0;
}

.btn-default:hover
{
	border-color: #cbab43;
}

.newsWrapOuter 
{
    /*margin-top: -60px;*/
}

.footerContainer a:hover
{
	/*color: #545468;*/
}

.caseStudiesWrap_ourWork
{
	margin-top: -90px;
}

.projectDetailsLocationAndDateWrap
{
	text-align: center;
}

.projectDetailsLocationAndDateInnerWrap
{
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	color: #cbab43;
}

.projectDetailsLocationAndDateInnerWrap > div:first-child
{
	margin-right: 60px;
}

.projectDetailsLocationAndDateInnerWrap h2
{
	margin: 0;
	font-size: 27px;
}

.projectDetailsLocationAndDateInnerWrap span
{
	font-family: LatoMedium;	
}

.projectDetailsLocationAndDateWrap
{
	margin-bottom: 50px;
}

.slick_prev_invert
{
	background-image: url('/images/library/prev-blue.png');
}

.slick_next_invert
{
	background-image: url('/images/library/next-blue.png');
}

.slick-prev:hover, .lb-prev:hover
{
	background-image: url('/images/library/prev-inverted-white.png');
}

.slick-next:hover, .lb-next:hover
{
	background-image: url('/images/library/next-inverted-white.png');
}

.slick_prev_invert:hover
{
	background-image: url('/images/library/prev-inverted-blue.png');
}

.slick_next_invert:hover
{
	background-image: url('/images/library/next-inverted-blue.png');
}

.lb-prev:hover
{
	background: url('/images/library/prev-inverted-white.png') left 48% no-repeat !important;
}

.lb-next:hover
{
	background: url('/images/library/next-inverted-white.png') right 48% no-repeat !important;
}

.lb-data .lb-close
{
	width: 30px;
}

.nice-select
{
	font-size: 16px;
}

.newsSectionWrap
{
	/*margin-top: -60px;*/
}

.whatTypeHeader_contact h4
{
	margin-top: 0;
	margin-bottom: 0;
}

.whatTypeHeader_contact hr
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.pretty .state label:before
{
    border-color: #cbab43;
}

.contactFormQuestionairs .pretty .state label:before
{
    border-color: #545468;
}

.pretty.p-default input:checked ~ .state label:after {
    background-color: #cbab43 !important;
    /*background-color: #545468 !important;*/
}

.homePageContentLeftBoxSVG
{
	width: 100%;
	height: 120%;
}

.homePageContentLeftBoxSVG2
{
	width: 560px;
	height: 510px;
	position: absolute;
	right: 0;
}

.whatTypeHeader_contact h4, .contactFormQuestionairs h4, .contactUsFormLeft span
{
	font-family: LatoLight;
	margin: 0;
	font-weight: 400;
}

.contactUsFormLeft span
{
	display: block;
	margin-bottom: 3px;
}

.findoutMoreBtnBannerWrap a:hover
{
	background: #fff;
	color: #cbab43;
	border-color: #fff;
}
.findoutMoreBtnBannerWrap a
{
	font-size: 23px;
	outline: none !important;
}

.bannerBtn_differnce span
{
  outline: none !important;
}

.bannerWrapWithBgImg 
{
	cursor: auto;
}

.aDivWrap > div
{
	width: 50%;
}

.faqHeader h1
{
	font-size: 18px;
	color: #545468;
	font-family: latoLight;
}

.newsMainPageListWrap, .newsMainPageListWrap a
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.newsMainPageListWrap a
{
	/*border: 1px solid #cbab43;*/
	height: 250px;
	width: 250px;
	background: #cbab43;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	position: relative;
}

.newsMainPageListWrap a:hover:after
{
	content: '';
	background: rgba(0, 97, 152, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 88;
}

.newsMainPageListWrap a > h3
{
	position: relative;
	z-index: 89;
}

.newsMainPageListWrap a:first-child
{
	margin-right: 20px;
}

.newsMainPageWrap
{
	padding-top: 0;
}

.yearMonthWrap_news_quaterly > div
{
	margin-left: 0 !important;
}

.backToNewsBtnWrap
{
	margin-bottom: 30px;
	text-align: center;
}

.headerPhoneNumberWrap a
{ 
	color: #cbab43 !important;
	font-weight: bold;
	font-size: 20px;
    cursor: auto !important;
}

.siteMapFooterWrap
{
	display: flex;
	display: -webkit-flex;
	/*align-items: center;
	-webkit-align-items: center;*/
}

.siteMapFooterWrap ul
{
	padding-left: 0;
	list-style: none;
}

.siteMapFooterWrap li
{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
}

.siteMapFooterWrap > ul:nth-child(2)
{
	margin: 0 20px;
	padding: 0 20px;
}

.homePageBlockLinksOuterWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;

	background-image: url('/images/library/homeImage_LinkBg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;

	/*background-attachment: fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;*/
}

.homePageClientWrapOuter, .homePageClientWrapOuterExternal
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.homePageClientWrapOuterExternal
{
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.homePageBlockLinksOuterWrap > div
{
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

.homePageBlockLinksWrap, .homePageClientWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.homePageClientWrap
{
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.homePageClientWrap > a
{
	width: 32%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 2%;
	border: 1px solid #ccc !important;
	border-radius: 10px;
}

.homePageInsuraceInde > div
{
	padding: 20px;
	border-radius: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	/*border: 1px solid #ccc !important;*/
	min-height: 110px;
	cursor: pointer;
}

.homeMenuTitleWrap
{
	background: #cbac43;
	color: #fff;
}

.homeMenuTitleWrap h2
{
	color: #fff !important;
}

.homePageClientWrap h2
{
	margin: 0;
	padding: 0;
	color: #cbab43;
	padding: 10px;
	text-align: left;
	font-family: Avenir;
	font-weight: 400;
	font-size: 22px;
}

.homePageClientWrap img
{
	max-width: 80%;
	max-height: 150px;
}

.homePageBlockLinksWrap > a
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	color: #545468;
	border: 1px solid rgba(84, 84, 104, 0.4);
	border-radius: 10px;
	padding: 20px 40px;
}

.homePageBlockLinksWrap h2
{
	font-size: 20px;
	margin-top: 0;
	margin-left: 10px;
}

.homePageBlockLinksWrap > a:hover
{
	background: #545468;
	color: #fff;
}

.homePageBlockLinksWrap > a:hover .homePageLink_invert_img
{
	display: block;
}

.homePageBlockLinksWrap > a:hover .homePageLink_normal_img
{
	display: none;
}

.homePageLink_invert_img
{
	display: none;
}

.homePageBlockLinksHeaderBlurb
{
	color: #fff;
	text-align: center;
}

.homePageBlockLinksHeaderBlurbWrap
{
	margin-bottom: 60px;
}

.homePageImageAndTextWrap
{
	padding-top: 50px;
	padding-bottom: 50px;
}

.homePageImageAndTextInnerWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.homePageImageAndTextInnerImgWrap img
{
	margin-left: -400px;
}

.news-article-list
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #ccc;
	max-width: 240px;
	cursor: pointer;
}

.newsDate a
{
	color: #545468;
}

.briefWrap_news_wrap h4
{
	color: #cbac43;
	margin-bottom: 0;
	margin-top: 5px;
}

.newsReadMoreBtnWrap > .btn, .backToFaqsBtnWrap > .btn, .backToFaqBtn, .submitBtn_submitYourIdeaWrap > .btn
{
	border-radius: 5px;
}

.newsReadMoreBtnWrap > .btn
{	
	background: #545468;
	color: #fff;
	border-color: #545468;
}

.backToFaqsBtnWrap > .btn, .backToFaqBtn
{
	background: #545468;
	color: #cbab43;
	padding: 3px 20px !important;
	border-color: #545468;
}

.submitBtn_submitYourIdeaWrap > .btn
{
	background: #545468;
	color: #FFF;
	padding: 3px 20px !important;
	border-color: #545468;
}

.yearActive, .monthActive
{
	color: #545468;
}

#newsYears > div > a, #newsMonths > div > a
{
	padding-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#newsYears > div > a:last-child, #newsMonths > div > a:last-child
{
	border-right: none;
}

.contactPageContactFormWrap > div
{
	padding: 60px 100px;
}

.contactPageContactFormWrap_outer
{
	position: relative;
	z-index: 5;
}

.contactPageMapWrap
{
	position: relative;
	z-index: 4;
}

.contactFormSection
{
	padding-top: 0;
	margin-top: -60px;
}

.bookingFormAlternativeText
{
	margin-top: 40px;
}

.bookingFormAlternativeText h1
{
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.homePageImageAndTextInnerTextWrap_rotate
{
	display: block;
    float: left;
    transform: rotate(8deg);
    -webkit-shape-outside: polygon( 0 0, 100% 0%, -8% 100%, -106% 100%);
    shape-outside: polygon( 0 0, 100% 0%, -8% 100%, -106% 100%);
    width: 50px;
    height: 400px;
}

.testimonialsWrapOuter
{
	background-image: url('/images/library/testimonialBg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	padding: 60px 0;
	position: relative;

	background-attachment: fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.testimonialsWrapOuter:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 84, 135, 0.88);
	z-index: 4;
}

.testimonialsWrap 
{
	position: relative;
	z-index: 5;
}

.testimonialsInnerWrap_inde
{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	text-align: center;
	color: #fff;
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.testimonialSectionWrap
{
	padding-bottom: 0 !important;
}

.testimonialAuthorTitleWrap h3
{
	margin-top: 0;
	font-size: 19px;
}

.testimonialAuthorNameWrap h3
{
	margin-bottom: 0;
	font-size: 19px;
}

.subDifferencesWrap, .subDifferencesWrap > a, .teamIndeWrap, .meetTheTeamSeeMoreWrap
{
	display: flex;
	display: -webkit-flex;
}

.subDifferencesWrap > a
{
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.meetTheTeamSeeMoreWrap
{
	align-items: center;
	-webkit-align-items: center;
}

.subDifferencesWrap img
{
	min-height: 80px;
}

.subDifferencesWrap > a:first-child
{
	margin-right: 60px;
}

.meetTheTeamSeeMoreWrap_spiels
{
	width: 350px;
}

.meetTheTeamSeeMoreWrap_divider
{
	width: 1px;
	height: 133px;
	margin: 0 40px;
	background: #000;
}

.meetTheTeamSeeMoreSection
{
	padding-top: 0 !important;
	padding-bottom: 160px;
}

.serviceIndeWrap 
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	margin-bottom: 30px;
	position: relative;

	padding: 30px;
	overflow: hidden;
}

.serviceIndeWrap:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 84, 135, 0.88);
	z-index: 4;
}

.serviceIndeWrap > div
{
	position: relative;
	z-index: 5;

	display: flex;
	display: -webkit-flex;

	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;

	width: 100%;
}

.serviceIndeWrap_description
{
	display: flex;
	display: -webkit-flex;

	align-items: center;
	-webkit-align-items: center;
}

.serviceIndeTitleWrapOuter
{
	margin-left: 30px;
	color: #fff;
}

.serviceIndeWrap_btn_wrap .btn, .bannerBtn_differnce
{
	border-radius: 15px;
	background: #545468;
	color: #fff;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}

.bannerBtn_differnce
{
	background: #cbab43;
}

.serviceIndeWrap_btn_wrap
{
	display: none;
	margin-right: 30px;
}

.serviceIndeWrap:hover .serviceIndeWrap_btn_wrap
{
	display: block;
}

.serviceIndeWrap:hover:after
{
	background: rgba(170, 24, 44, 0.8);
}

.serviceIndeWrap:hover:before
{
	content: '';
    position: absolute;
    top: 8px;
    right: -63px;
    width: 100px;
    height: 200px;
    background: #fff;
    z-index: 6;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.serviceIndeWrap_subPage_wrap
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.serviceIndeWrap_subPage_wrap > div
{
	width: 49%;
	padding: 20px;
	display: flex;
	display: -webkit-flex;
}

.serviceIndeWrap_subPage_wrap > div:nth-child(2n+2)
{
	margin-left: 2%;
}

.serviceIndeWrap_subPage_wrap .serviceIndeImgWrap img
{
	width: 35px;
}

.safetyComplianceProcessWrap
{
	display: flex;
	display: -webkit-flex;
}

.safetyComplianceProcessIndeWrap > div:first-child
{
	height: 150px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.safetyComplianceProcessIndeWrap:nth-child(2)
{
	padding: 0 100px;
}

.safetyComplianceProcessIndeWrap
{
	position: relative;
}

.safetyComplianceProcessIndeWrap:before
{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #545468;
	bottom: -37px;
	left: 47%;
	right: 0;
}

.safetyComplianceProcessIndeWrap:after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #545468;
	bottom: -28px;
	left: 0;
}

.serviceIndeWrap_btn_mobile_wrap
{
	display: none;
}

#hero .slick-dots
{
	top: 60vh;
	text-align: left;
}

.seeMoreClientsHomePage
{
	margin-top: 50px;
}

.seeMoreClientsHomePage a
{
	color: #ccc;
}

.slick-dots
{
	margin: 0 auto;
	left: 0;
	right: 0;
}

.bannerTextLine *
{
	font-family: Avenir;	
}

.redBg_menuMobile
{
	background: #cbab43 !important;
	bottom: 0;
  position: fixed !important;
  height: 100vh;
  overflow-y: scroll;
}

.mobileMenuBgHeight
{
  height: initial !important;
}

.cabpabilityStatementPdfWrap
{
	position: absolute;
    bottom: -15px;
    text-align: right;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.safetyComplianceProcessIndeWrap
{
	color: #cbab43;
}

.safetyComplianceProcessHeaderWrap
{
	color: #545468;
}

.articleHome_inner p img
{
	max-width: 100%;
}

.downloadHereCompliance
{
	position: relative;
	top: -50px;
}

.alsoSee_complianceNswLegislation_more_wrap, .alsoSee_complianceNswLegislation_more_links_wrap, .alsoSee_complianceNswLegislation_more_links_wrap > a
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.alsoSee_complianceNswLegislation_more_header_wrap
{
	border-right: 1px solid #000;
	padding-right: 30px;
	margin-right: 30px;
}

.alsoSee_complianceNswLegislation_more_links_wrap img:first-child
{
	margin-right: 20px;
}

.alsoSee_complianceNswLegislation_more_links_wrap > a:first-child
{
	margin-right: 40px;
}

.alsoSee_complianceNswLegislation_more_header_wrap
{
	color: #cbab43;
}

#newsMonths > div br
{
	display: none;
}

.showTextField_textarea_wrap
{
	padding-left: 35px;
}

.showTextField_textarea_wrap input
{
	width: 300px !important;
	text-align: left;
}

input[type="text"]:disabled 
{
	/*background: rgba(204, 204, 204, 0.5) !important;*/
}

.message_contactPageWrap_mobile
{
	display: none;
}

.footerContainer_mobile_inner
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.footer_logo_mobile_wrap > img
{
	width: 150px;
}

.footer_logo_mobile_separator
{
	margin: 0 30px;
	width: 1px;
	background: #fff;
	height: 60px;
}

.subDifferencesWrap , .alsoSee_complianceNswLegislation_more_links_wrap a
{
	color: #545468;
	font-family: LatoMedium;
	font-size: 17px;
}

.teamIndeDescriptionContentWrap *
{
	font-family: LatoLight !important;
	font-weight: 400;
	font-size: 18px;
}

.teamIndeDescriptionWrap h3
{
	font-weight: 600;
	font-size: 18px;
}

.meetTheTeam_linkedIn_wrap
{
	margin-top: 30px;
}

.meetTheTeamSectionWrap
{
	padding-top: 10px !important;
}

.bannerTextLine p
{
	/*display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-cotent: center;
	align-items: center;
	-webkit-align-items: center;*/
	color: #545468;
}

.ourClients_ourWork
{
	margin-bottom: 60px;
}

.alsoSee_complianceNswLegislation_more_header_wrap h1
{
	margin: 30px 0;
}

.homePageBlockLinksWrap h2
{
	margin-bottom: 0;
}

.clientsLogosWrapHomePage
{
	padding-top: 50px;
	padding-bottom: 50px;
}

.bookingForm span
{
	display: block;
	margin-bottom: 3px;
}

.bannerTextLine strong
{
	/*display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;*/
}

.bannerTextLine img
{
	margin-right: 10px;
	position: relative;
	top: -5px;
}

.subDifferencesWrap a
{
	color: #545468;
}

.subDifferencesWrap h3
{
	font-size: 16px;
}

.pretty .state label:before, .pretty .state label:after
{
	border-radius: 5px;
}

.servicesSectionWrap
{
	padding-top: 0;
}

.serviceIndeTitleWrap h4 *
{
	font-size: 18px !important;
}

.serviceIndeTitleWrap p
{
	padding: 0 !important;
	margin: 0 !important;
}

.serviceIndeTitleWrapOuter
{
	position: relative;
	top: 3px;
}

.navbar
{
	margin-bottom: 0;
}

.servicesOthersSection
{
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

.windowSafetyProcessWrap
{
  padding-top: 0 !important;
  margin-bottom: 10px;
}

.serviceIndeWrap
{
  cursor: pointer;
}

.logoOnHeader
{
	max-height: 80px;
}

.homePageImageAndTextInnerTextWrap
{
    margin-left: 60px;
}

#newsMonths, .yearMonthWrap_news, #newsYears > div, #newsMonths > div
{
	display: flex;
	display: -webkit-flex;
}

#newsYears > div, #newsMonths > div
{
	flex-direction: column;
	-webkit-flex-direction: column;
}

.yearMonthWrap_news > div 
{
	margin-right: 40px;
	padding-right: 30px;
	border-right: 1px solid #ccc;
}

.homePageClientHeaderWrap h2
{
	border-radius: 10px;
	padding: 25px 15px;
	text-align: left;
	background: rgba(84, 84, 104, 0.1);
	margin-bottom: 20px;
	color: #cbac43;
	font-family: Avenir;
	line-height: 24px;
}

.homePageClientWrapOuterExternalSection
{
	padding-top: 0 !important;
}

.homePageBlockLinksOuterWrap_section
{
	padding-bottom: 0 !important;
}

.footerTermsWrap
{
	max-width: 200px;
	font-size: 12px;
}

.siteMapHeaderFooterWrap h4
{
	margin-top: 0;
	font-family: LatoBold;
}

.teamImageWrap
{
	overflow: hidden;
	border-radius: 10px;
}

.teamsWrap > div
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

.teamIndeWrap
{
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;

	width: 30%;

	flex-direction: column;
	-webkit-flex-direction: column;
}

.teamIndeWrap > div
{
	position: relative;
	z-index: 5;
}

.imagePlaceholder_empty
{
	border-radius: 10px;
	height: 100%;
	border: 1px solid rgba(84, 84, 104, 0.5);
}

.teamIndeDescription_title h3
{
	margin-bottom: 5px;
	color: #cbab43;
}

.teamIndeDescriptionContentWrap h3
{
	margin-top: 5px;
}

.homePageClientHeaderAlsoSee
{
	text-align: left;
}

.findoutMore_about_outer
{
	margin-bottom: 60px;
}

.findoutMore_about
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.findoutMore_about_btn
{
	margin-left: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
}

.findoutMore_about_btn:hover
{
	background: #545468;
	color: #fff;
	border-color: #545468;
}

.processWrap, .processHeaderWrap, .processCircleWrap
{
	display: flex;
	display: -webkit-flex;
}

.processWrap
{
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.processWrap > div
{
	width: 33.3333%;
}

.processHeaderWrap, .processCircleWrap
{
	align-items: center;
	-webkit-align-items: center;
}

.processCircleWrap
{
	justify-content: center;
	-webkit-justify-content: center;
}

.processCircleWrap
{
	padding-bottom: 50px;
}

.processHeaderWrap
{
	margin-bottom: 30px;
}

.processHeaderWrap h1
{
	font-size: 22px;
	color: #cbab43;
	margin: 0 0 0 20px;
}

.processIndeContentWrap
{
	border-radius: 10px;
	border: 1px solid rgba(84, 84, 104, 0.5);
	padding: 30px;
	height: 100%;
	min-height: 596px;
}

.processIndeContentWrap_middle
{
	margin: 0 30px;
}

.processCircle
{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 3px solid #545468;
	position: relative;
	z-index: 5;
	background: #fff;
}

.processCircle:after
{
	content: '';
	width: 1px;
	height: 70px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	background: #545468;
	z-index: 4;
}

.processCircle:before
{
	content: '';
	width: 380px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translate(0, -50%);
	background: #545468;
	z-index: 4;
}

.processCircle_last:before
{
	display: none;
}

.profileImageWrap_popUp
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.profileImageTextWrap_popUp 
{
    background: #cbab43;
    padding: 40px;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	position: relative;
}

.profileImage_img_Wrap_popUp > div
{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 350px;
	width: 400px;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.teamImage_inde
{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 350px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.titleWrap_popUp h3, .titleWrap_popUp h4
{
	margin: 0;
}

.titleWrap_popUp
{
	margin-bottom: 30px;
}

.linkedinLinkWrap_popUp
{
	margin-top: 30px;
}

.stopSrolling
{
	overflow: hidden;
}

/* CUSTOM LIGHT BOX START --------------------- */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: initial;
  margin: auto;
  padding: 0;
  width: 75%;
  max-width: 1200px;
      box-shadow: none;
    border: none;
  top: 0;
  /*transform: translate(0, -20%);*/
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content img
{
	max-height: 100%;
}

/* CUSTOM LIGHT BOX END --------------------- */

.contactPageActionBtnWrapMobile
{
	display: none;
}

.mediaLinksWrap
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;

	margin-top: 30px;
}

.mediaLinkIndeWrap
{
	width: 31%;
	margin-bottom: 2.333%;
	border-radius: 15px;
	background: #545468;
	color: #fff;
	padding: 30px 20px;
	min-height: 126px;
}

.mediaLinkIndeContentWrap, .mediaLinkIndeWrap
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.mediaLinkIndeContentWrap h3
{
	margin: 0 0 0 20px;
	font-size: 20px;
	font-weight: 400;
}

.mediaLinkIndeWrap a
{
	color: #fff;
}

.homePageImageAndTextInnerTextWrap
{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	min-height: 380px;
}

.articleHome_home_title
{
	margin: 0;
}

.hideMenuInDesktop
{
  display: none !important;
}

.mediaLinkIndeWrapEmpty
{
  background: none !important;
}

.findoutMore_about_outer_mobile
{
	display: none;
}

.servicesSectionWrap
{
	padding-top: 0;
	    margin-top: -70px;
}

.calculatorsWrapOuter
{
	padding-top: 0;
}

.our_values_outer
{
	width:95%;
	margin:0 auto;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;

	justify-content: space-between;
	margin-bottom:40px;
}
.our_values_outer > div
{
	align-self: flex-start;
}
.our_values_outer > div img
{
	width:100%;
	height:auto;
}
.aboutContactCall
{
	text-align:center;
	padding-bottom:80px;
}
.aboutContactCall h1,.aboutContactCall h2
{
	font-size:26px;
	margin-top:0;
}
.btnGetInTouch
{
	padding:5px 15px;
	border-radius:8px;
	border:1pt solid #cbab43;
	display:inline-block;
	margin-top: 15px;
	margin-bottom: 32px;
	color:#cbab43;
	cursor:pointer;
}
.aboutContactCall p
{
	color:#cbab43;
	font-size:26px;
}
.contactPageReducePaddingBottom
{
	padding-bottom:0;
}

.gjBtn
{
  border: 1px solid #ccc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.gjBtn-blue-hover:hover
{
  background: #545468;
  color: #fff;
}

.gjBtn-brown-hover:hover
{
  background: #cbac43;
  color: #fff;
}

.gjBtn-blue-hover:hover .btn
{
  background: #cbac43;
}

.gjBtn-brown-hover:hover .text-brown, .gjBtn-blue-hover:hover .text-brown
{
  color: #fff;
}

.gjBtn-brown-hover:hover .btn
{
  background: #545468;
}

.callUsBottom a:hover
{
  color: #fff !important;
}

.gjBtn_sm
{
  border-radius: 20px;
  background: #545468;
  color: #fff;
  font-size: 14px;
}

.gjBtn_sm:hover
{
  background: #cbac43;
  color: #fff;
}

.text-brown
{
  color: #cbac43;
}

.bg-blue
{
  background: #545468;
}

.w-75
{
  width: 75%;
}

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

.m-auto
{
  margin: auto;
}

.nav-tabs
{
  display: flex;
  justify-content: space-between;
  font-size: 22px;
}

.nav-tabs:before, .nav-tabs:after
{
  display: none;
}

.nav-tabs a
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mt-10
{
  margin-top: 10px;
}

.w-60
{
  width: 60%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
  color: #545468;
  border: none;
  border-bottom: 7px solid #545468 !important;
}

.pt-40
{
  padding-top: 40px;
}

.d-flex
{
  display: flex;
}

.justify-content-center
{
  justify-content: center;
}

.align-items-center
{
  align-items: center;
}

.v-line
{
  height: 100px;
  width: 1px;
  margin: 0 30px;
  background: #cbac43;
}

.callUsBottom h2
{
  font-size: 35px;
}

.m-0
{
  margin: 0;
}

.nav-tabs>li>a:hover
{
  background: none;
  border-color: transparent;
}

.nav-tabs>li {
  margin-bottom: -4px;
}

.underline
{
  width: 100px;
  height: 1px;
  background: #cbac43;
  margin: auto;
}

.font-weight-light
{
  font-weight: lighter;
}

/* Bootstrap 4 ---- Start */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}


/* Bootstrap 4 - End */



.savvyIndividualWrap section
{
  padding: 80px 0;
}

.socialIconsWrapContactUs
{
    display: inline;
}

.aDivWrap_flexi
{
    display: flex;
}

.headShotBannerWrap img
{
  max-width: 250px;
}

.headShotBannerTextWrap
{
  position: absolute;
  bottom: -30px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 20px;
}

.headShotBanner_bannerTextWraper
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headShotBanner_bannerTextWraper:before,
.headShotBanner_bannerTextWraper:after
{
  display: none;
}

.headShotBannerWrap
{
  margin-top: -30px !important;
  margin-right: 30px;
}