body, button { color: #545454; font-family: 'Ubuntu', sans-serif!important; padding:  0; margin: 0; font-weight: 100; }




.dark { color: white; background: #1B78CE; background: url("../images/background.jpg") top center fixed;  }
.dark-header { color: white; background: #1B78CE; background: url("../images/background.jpg") bottom right fixed;  }
.light { background: white; }

.table .center img { margin-bottom: 36px;}
.center { text-align: center; font-size: 29px; font-family: Georgia, Times, 'Times New Roman', serif; text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6); top: 400px; width: 100%; position: absolute; }
.center span { display: block; max-width: 800px; margin: 0 auto; }

.slick-slide { min-height: 0;  }
.slick-slider { position: static; min-height: 0!important;  }
.slick-prev:before{ content: url(../images/left.svg); width: 22px; height: 45px; }
.slick-next:before{ content: url(../images/right.svg); width: 22px; height: 45px; }
.slick-prev, .slick-next { width: 22px; height: 45px; top: 47%; }
.slick-prev { left: 50px; }
.slick-next { right: 50px; }


#hunters { position: relative; }
.service_image_wrapper svg { max-width: 140px; }
.header_slide { margin-bottom: 0; }
.header_slide .slick-dots li.slick-active button:before { color: black; }


.clients ul li, .clients h4  { text-align: left; }
.clients .slick-current .client-content { text-align: left; }

.clients .slick-slide ul {  display: none;  }
.clients .slick-slide h4 {  display: none;  }
.clients .slick-center ul { display: block;   }
.clients .slick-center h4 { display: block;  }

.clients .slick-center img {
    -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;  
}

.clients { height: 800px;  background:  url("../images/africa.jpg") center 170px no-repeat ; }
.clients li { list-style-type: circle; font-size: 18px; padding-bottom: 10px;  }

.clients_map_points { position: relative; }
.clients_map_points .slick-dots { position: absolute; top: -255px; display: block; width: 515px; height: 568px; left: 50%; 
                                  margin-left: -485px; margin-top: -200px;  }
.clients_map_points .slick-dots li { 
    position: absolute;    
}
.clients_map_points .slick-active, .clients_map_points .slick-dots li:hover { 
     border: 2px solid #333333; 
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;       
}

.clients .slick-center .client-content { text-align: left; width: auto; }
.clients .slick-center .space { width: 100px; }


.space, .client-content { display: table-cell;  }
.client-content { width: 100%; text-align: center; vertical-align: middle; }

.clients-heading { margin-bottom: 20px; }
.clients .slick-center img { padding-bottom: 20px;
                             
   -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);                        
                             
                             
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);  }
.clients .slick-slide img { display: inline; }
.logomap .slick-slide div { width: 300px; margin: 0 auto; }
.clients.slick-slider { margin-bottom: 0; }

.logo img { max-width: 100%;  }
.logo div { padding: 0 60px 0 30px; }

.loader-wrap { height: 100%; width: 100%; position: fixed; z-index: 999999999; display: table;              
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#083ed0+0,020f44+100 */
background: #083ed0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4M2VkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjBmNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #083ed0 0%, #020f44 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#083ed0), color-stop(100%,#020f44)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #083ed0 0%,#020f44 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #083ed0 0%,#020f44 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #083ed0 0%,#020f44 100%); /* IE10+ */
background: linear-gradient(to bottom,  #083ed0 0%,#020f44 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083ed0', endColorstr='#020f44',GradientType=0 ); /* IE6-8 */              
}
.loader-wrap div { display: table-cell; text-align: center; vertical-align: middle; }
.loader-wrap div img { padding: 10px; }

.table-header { width: 100%; height: 100%; }

.arrow
{ 
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #FFFFFF transparent;
    margin: 0 auto 0;
    z-index: 400;
}

.profile, .profile1, .profile2, .profile3, .profile4, .profile5, .profile6 { overflow: visible;  }

.curriculum .grid { padding: 20px 0 40px 0; }
.curriculum ul li { background: url(../images/shield.svg) left center no-repeat; padding-left: 28px;   }
.curriculum ul { padding-bottom: 40px; }
.curriculum ul li div {  border-bottom: 1px dotted #555555; padding-top: 8px; padding-bottom: 8px; }
.curriculum h4 { color: #EFA543; font-style: italic; padding-bottom: 4px; font-size: 20px; }

section { padding: 40px 0; }

.cvyour-class .slick-track { 	background: url("../images/cheat.png") repeat-x;}


.mobile-button { cursor:pointer; }
.close, .close1, .close2, .close3, .close4, .close5, .close6 { color: #082A66; font-weight: 800; text-transform: uppercase; cursor:pointer;  }
/*.table .close, .close1, .close2, .close3, .close4, .close5, .close6 { text-align: right;  }*/
/*.close, .close1, .close2, .close3, .close4, .close5, .close6 img { display: inline; vertical-align: middle; padding: 0 0 0 5px; }*/
.closewrap { padding-top: 17px; }
/*.close, .close1, .close2, .close3, .close4, .close5, .close6 span { vertical-align: middle; letter-spacing: -0.05em; }*/


p { margin-top: 0; 
    line-height: 1.5em;
    font-weight: 100;
}

.intro ul { margin: 0; padding: 0;  }
.intro li { padding: 0 0 40px 180px; list-style: none; }

#hunters h4, .position { text-align: right; }

.position { font-size: 12px; padding-bottom: 4px; }
#bulletA { background: url("../images/line.png") repeat-y 8px 0, url("../images/bulletA.jpg") no-repeat ; }
#bulletC { background: url("../images/line.png") repeat-y 8px 0, url("../images/bulletC.jpg") no-repeat ; }
#bulletB { background: url("../images/bulletB.jpg") no-repeat; }




.profile_header { width: 176px; margin: 0 auto; }

.profile h4 { border-bottom: 1px dotted #EFA543; }


.contact .table { margin-bottom: 10px;}
.contact .table div { text-align: left; }
.contact h4 { font-size: 20px; font-style: italic; font-weight: 100;
}
.contact ul { margin-bottom: 28px; }
.contact ul li { margin-left: 34px  ;}


.profile, .profile1, .profile2, .profile3, .profile4, .profile5, .profile6 { display:  none; }

.profile_header .table > div { width: 100%; }



.full-table > div { display: table-row; height: 100%; line-height: 1.5em;}
.full-table > div > div { display: table-row; text-align: left!important; }


.table, .full-table { display: table!important; width: 100%; height: 100%; }
.table > div, .full-table > div > div  { display: table-cell!important; vertical-align: middle;  text-align: center; }
.table div img { margin: 0 auto; }
.table div svg { vertical-align: middle; }

			#wrapper {
				background-color: #fff;
				border-top: 1px solid #ccc;
				width: 100%;
				height: 50%;
				margin-top: -1px;
				position: absolute;
				left: 0;
				top: 50%;
			}


ul { margin: 0; padding: 0;}
ul li { list-style: none; }


.intro h3{ margin-bottom: 10px; }



.shield { padding: 0; margin: 0;}
.shield li { background: url("../images/bullet.svg") no-repeat; list-style: none; padding: 2px 0 12px 30px; background-size: 22px 22px;    }


.bullet li { background: url("../images/bullet.svg") no-repeat; list-style: none; padding: 2px 0 12px 30px; background-size: 22px 22px;    }




.intro .shield li { padding: 2px 0 60px 180px; }


.header_slide { position: relative; }
.header_slide .slick-dots { position: absolute; right: 0; bottom: auto; top: 50%; margin-top: -100px;  width: inherit; z-index: 9 }
.header_slide .slick-dots li button:before{ color: white; }
.header_slide .slick-dots li { background: white; -moz-border-radius: 100%; border-radius: 100%; width: 12px; height: 12px; margin: 17px 18px ;  text-align: right; display: block; }


.service_image_wrapper {  vertical-align: middle;  text-align: center; width: 100%;  }

.service_image { width: 50%; margin: 0 auto; vertical-align: middle;  text-align: center; }

.large-text { font-size: 20px; line-height: 30px;  }
.med-text  {font-size: 16px; line-height: 30px;  }
.small-text { font-family: 12px; }

.light { color: #545454; background: white; }
.light .red { color: #B83925; font-weight: 100; }
.light .blue { color: #2452C3; font-weight: 100; }



h2, .profile h3 { font-family: Georgia, Times, 'Times New Roman', serif; font-size: 48px; letter-spacing: -3px; font-weight: 100; color:  #F2BA5D; margin-top: 0;  text-align: center}
.profile h3 { text-align: left}
.h-note { margin-top: -40px; }




h4 { font-size: 25px; font-weight: 100; margin: 0; white-space: nowrap; }
h5 { font-size:  20px; padding: 0 0 20px 0; margin: 0; text-transform: uppercase; font-weight: 100; text-align: center; }
.dark h2 { color: white; }


.profile_picture { border: 3px solid white; margin-bottom: 10px;  width: 170px; height: 170px; border-radius: 100px; border-top-right-radius: 0; background-position: bottom center; background-repeat: no-repeat; background-color: white; }
.mark { background-image: url("../images/profile/mark.jpg"); }
.simone { background-image: url("../images/profile/simone.jpg"); }
.laverne { background-image: url("../images/profile/laverne.jpg"); }
.veepin { background-image: url("../images/profile/veepin.jpg"); }
.janti { background-image: url("../images/profile/janti.jpg"); }
.interns { background-image: url("../images/profile/interns.jpg"); }
.andrea { background-image: url("../images/profile/andrea.jpg"); }
.warren { background-image: url("../images/profile/warren.jpg"); }
.vic { background-image: url("../images/profile/vic.jpg"); }
.leandra { background-image: url("../images/profile/leandra.jpg"); }
.dolf { background-image: url("../images/profile/dolf.jpg"); }



.profile, .profile1, .profile3, .profile4, .profile5, .profile6 { padding-bottom: 20px; }
.position { }

.more1, .more2, .more3, .more4, .more5, .more6 { font-size: 14px; cursor:pointer; float:right;}
.more { cursor:pointer;}
.number { color: #F2BA5D; font-size: 14px; }
footer { width: 100%; height: 50px; background: #031249; border-top: 1px solid #F2B95D;  }

.e-mail { color: #F2B95D; font-size: 12px; line-height: 15px;}

#clients .grid { text-align: center; font-size: 11px;  }




[class*='column-'] { float: left; }


.column-1, .column-2, .column-4 { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;    
}

.column-4 .column-4   {

    padding: 0 20px;
}

.column-1, .column-2 {
    padding: 0 40px;
} 
.services.column-1 {
     padding-left: 2%;
    padding-right: 2%;
} 


.column-1 { width: 100%; }

.column-3 {
        width: 90%;
        padding:2%;
       
    }          
    
    /*RYAN*/
    
    .servList { padding-left: 36px;
        background: url("../images/bullet.svg") no-repeat;
    background-position: 10px;
    background-size: 19px;
    padding-top: 8px;
        padding-bottom: 8px;
}

    
    .more1, .more2, .more3, .more4, .more5, .more6  { padding-right: 0px;
}

@media only screen and (min-width: 700px) {
    
    /*RYAN*/
    .more1, .more2, .more3, .more4, .more5, .more6  { padding-right: 100px;
}

.servList { padding-left: 36px;

background: url("../images/bullet.svg") no-repeat;
    background-position: 10px;
    background-size: 19px;
    padding-top: 8px;
        padding-bottom: 8px;
}
    
    .column-4 {
        width: 100%;
        padding: 0 20px;   
    }

    .column-4 .column-4 {
     width: 50%;   
    }

    .column-2 { width: 50%; }
    .column-3 {
        width: 28%;
        padding:2%;
        
    }
    
.services.column-1 {
     padding-left: 200px;
    padding-right: 200px;
} 
   
}

@media only screen and  (min-width: 1200px) {
    
    /*RYAN*/
    .more1, .more2, .more3, .more4, .more5, .more6  { padding-right: 300px;
}

.servList { padding-left: 300px;
background: url("../images/bullet.svg") no-repeat;
    background-position: 272px;
    background-size: 19px;
    padding-top: 8px;
        padding-bottom: 8px;
}
    

    .column-4 {
        width: 50%;
        
    }
    .column-3 {
        width: 28%;
        padding:2%;
        
    }
    
    .services.column-1 {
     padding-left: 2%;
    padding-right: 2%;
} 
    
/*.service_image_wrapper.column-3 {
        width: 43%;
        padding:2%;
        
    } 
 .service_image_wrapper.column-3 {
        width: 43%;
        padding:2%;
        
    }    */
    
}

#sticker-mobile-sticky-wrapper[style] { height: 0!important; }

.header_slide .center { 
    padding: 0 40px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
}

.grid { max-width: 1100px; margin-left: auto; margin-right: auto;  }

.grid:after {
  content: "";
  display: table;
  clear: both;
}

normal-menu ul { display: block; }

.mobile-menu { display: none; position: relative;   }

.is-sticky .mobile-nav, .is-sticky nav  { 
    border-bottom: 1px solid #E1A452;    
    -webkit-box-shadow: 0px 10px 33px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 33px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 33px 0px rgba(0,0,0,0.3); }

.nav-logo { left: -180px;  }

.mobile-display { background: url("../images/background.jpg") bottom right fixed;  }

.mobile-nav ul { height: 0; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;  }
.mobile-display ul { height: 200px; }




.mobile-menu ul { 
    width: 100%; 
    padding-top: 0px!important; 
    padding-bottom: 0px!important; 
    background: url("../images/background.jpg") bottom right fixed; }
    .mobile-menu li { display: block!important; text-align: left; font-size: 16px; border-top: 1px dotted #E1A452; padding: 10px 0; margin: 0 20px!important; }
    .mobile-menu li:first-child { border-top: none; }
    .is-sticky .mobile-menu-ul { border-top: none; }
    .normal-nav { display: block; }

    .mobile-nav { display: none; position: fixed!important; top: 0; font-size: 16px!important; padding-bottom: 13px; }


@media  only screen and (max-width: 900px) {
    .shield li { background-size: 4px, 80px!important; }
    .large-text { font-size: 16px; }
     .shield #bulletB {  background-size: 80px!important;}         

    .intro .shield li { padding-left: 100px!important; }
    .mobile-nav { display: block; }
    .normal-nav { display: none!important; }
    
    .is-sticky .navigation-menu { background: url("../images/background.jpg") bottom right fixed; }
    .is-sticky .nav-logo { left: 80px!important; }
    .mobile-menu { display: block; }
    .normal-menu { display: none; }
   
    .fake-mobile {  background: url("../images/background.jpg") bottom right fixed; height: 100px; }
    #sticker-sticky-wrapper[style] { height: 0!important; }
    .line-right { width: 10px!important; }
    .line-text { font-size:  12px!important; width: 170px!important; }
    #bulletA { background:  url("../images/line.png") repeat-y 4px 0, url("../images/bulletA.jpg") no-repeat; }
    .header_slide .center { font-size: 22px; font-weight: 100; }

}

@media only screen and  (min-width: 900px) {  .navigation-menu ul[style]{ display: block!important; transition: none!important;}     }

 
.is-sticky .navigation-menu { font-size: 16px; }
.is-sticky .navigation-menu ul { padding-top: 10px; padding-bottom: 20px;     }
.is-sticky .nav-logo { left: 20px; }
.is-sticky .normal-nav .line-text { font-size: 12px; width: 200px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.mobile-nav .nav-logo .burger {  float: left;  }
.mobile-nav svg { float: left; display: block; }
.mobile-nav .nav-logo { position: initial; }
.mobile-nav .nav-logo img { padding-left:  20px; }

nav { color:  #E1A452; }
.mobile-display { border-bottom: #E1A452 solid 1px; 
    -webkit-box-shadow: 0px 10px 33px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 33px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 33px 0px rgba(0,0,0,0.3); }



.nav-logo { position: absolute;  -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.nav-logo img, .nav-mobile-logo img { height: 50px; }
.mobile-button { z-index: 999700; position: relative; }
.nav-mobile-logo img { margin-left: 20px;}



.is-sticky .mobile-nav .nav-mobile-logo, .mobile-display .nav-mobile-logo  { top: 24px!important; position: absolute; }


.clients .slick-slide div .client-content {  height: 200px;}

.clients img { padding: 20px 0; }

.mobile-nav .nav-mobile-logo { position: absolute; top: -400px; left: 50px;  }

.is-sticky .nav-mobile-logo { position: absolute; display: block; }


.logo { top: 0; position: absolute; 
} 

.line-right { width: 80px; }
.line-text { width: 240px; font-size: 15px;  }
.line { height: 0; border-bottom: 1px dotted #E1A452; width: 100%; }


.header_slide, .logo { height: 579px; } 
.header_slide div { height: 100%; }


.mobile-nav .nav-logo {  }
.navigation-menu{

    width: 100%;
	z-index: 9;
	text-shadow: none;
	font-size: 24px;
    font-weight: 100;
    padding-top: 10px;
}


.nav-mobile-logo {
 -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;   
}


.navigation-menu ul{
	overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}

.navigation-menu li{
	margin: 3px;
    display: inline-block;
    
}

.navigation-menu a{
	display: block;
	padding: 0.2em 0.6em;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

.navigation-menu a:hover, .navigation-menu a.mPS2id-highlight{
	color: #F2B95D;
}

a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}

.buttright {
    float: right;
    color: #F2B95D;
    border: 1px solid #F2B95D;
    padding: 10px;
text-align:centre;
}


.slick-slider {
    margin-bottom: 0px;
}

.slick-slide.slick-current.slick-active ul {
    font-size: 16px;
    line-height: 15px;}

body section {
  position: relative; }



.portfolio img { max-width: 100%; }
.portfolio {
  overflow: hidden; }
  .portfolio .block {
    float: left;
    position: relative; }
  .portfolio .table, .portfolio .table-full, .portfolio .table-single-row {
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: separate; }
  .portfolio .table-row, .portfolio .table-full > div {
    display: table-row; }
  .portfolio .table-cell, .portfolio .table-full > div > div, .portfolio .table-single-row > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .portfolio .block-ratio {
    width: 100%;
    position: relative;
    display: block; }
    .portfolio .block-ratio > div, .portfolio .block-ratio block-ratio-child {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block; }
  .clearfix .portfolio:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.allWrapMap {
  background-color: #ffffff;
  overflow-x: hidden;
  width: 100%;
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #7a7a7a; }


.h-note { padding-top:30px;}
.portfolio h5 { padding: 0!important; margin: 0!important; text-align: left!important }

.activeLogo {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2); }

li {
line-height: 1.5em;
}

.infobox {
font-family: 'Ubuntu', sans-serif;
line-height: 2em;
  font-size: 12px;
  color: #1F320C;
  max-width: 48vw;
  width: 300px; }
  .infobox p {
    padding-bottom: 5px; }
  .infobox h5 {
    padding: 3px 0 6px 0; }
  .infobox .soldTo {
    clear: both;
    margin: 10px 0;
    float: right; }
    .infobox .soldTo:after {
      content: "";
      display: table;
      clear: both; }
    .infobox .soldTo img {
      max-height: 30px;
      max-width: 150px;
      margin-left: 10px;
      text-align: right; }
  .infobox a {
    font-weight: bold; }
    .infobox a:link, .infobox a:visited, .infobox a:hover, .infobox a:active {
      color: #1F320C;
      text-decoration: none; }
  .infobox .button {
    font-weight: 400 !important;
    clear: both;
    float: right;
    display: block !important; }
    .infobox .button:after {
      margin-left: 3px;
      float: right;
      content: ">>";
      display: table;
      clear: both; }
    .infobox .button:link, .infobox .button:visited, .infobox .button:hover, .infobox .button:active {
      font-size: 15px;
      color: white !important;
      background: #D58820;
      padding: 1px 8px;
      margin-top: 5px; }

@media all and (min-width: 700px) {
  .infobox {
    font-size: 16px !important; }
  .allWrapMap header > div {
    padding-left: 120px;
    padding-top: 85px; } }

@media all and (max-width: 500px) {
  .allWrapMap .subheading {
    display: none; } }




@media only screen and (min-width: 1200px){
.column-4 {
width: 25%;
}}

.bullet li {
  list-style: none;
  background: unset;
}

.bullet li::before, .ui-popup li::before {
  content: "\2022";
  color:#F2BA5D;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  background: unset;
}


.servList {
padding-left: unset;
background: unset;
background-position: unset;
background-size: 19px;
padding-top: 8px;
padding-bottom: 8px;
}

/* Popup Box */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8888; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}




/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10vh auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
  transition: all .5s ease-in-out;
}
@media (min-width: 1366px) {
.modal-content {
  background-color: #fefefe;
  margin: 10vh auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

button.button {
 background:none;
border-top:none;
border-right:none;
border-left:none;
border-bottom:none;
padding:4px 0 7px 0;
font-size:16px;
color: #F2B95D;
text-align: right;
font-style: unset;
font-weight: 400;
float: right;
}

button.button:hover {
color:#fff;
}

.number, .e-mail {
  color:#fff;
  font-size:.9em;
  float: right;

  }
.position {
    font-size:.9em;
    line-height: 29px;
    }

    .profile_header {
      white-space: nowrap;
      margin: 0 auto;
      }


              #sa_map {
                border: 2px solid #F2B95D;
                background-repeat: no-repeat;
                background-size: auto;
                border-radius: 9px;
                background: url("../images/sa_map.png") center;
                background-size: cover;
                width:100%;
                height:250px;
                }

                #uk_map {
                  border: 2px solid #F2B95D;
                  background-repeat: no-repeat;
                  background-size: auto;
                  border-radius: 9px;
                  background: url("../images/uk_map.png") center;
                  background-size: cover;
                  width:100%;
                  height:250px;
                  }

                  .close {
                    color: #aaa;
                    float: right;
                    font-size: 28px;
                    font-weight: bold;
                    margin-top: -45px;
                    margin-right: -15px;
                    }


.modal-content {
  background-color: #fefefe;
  margin: 10vh auto;
  padding: 31px;
  border: 1px solid #888;
  width: 30%;
  color: #777;
  border-radius: 22px;
  min-width:200px;
  }
  .modal-content b {
  font-size: 1.3em;
}



.modal-content li::before {
  content: "\2022";
  color:#F2BA5D;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  background: unset;
}


                 
  .bullet li {
  
    padding: 2px 0 12px 8px;
  
    }


    #section-2 .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      margin-top: -28px;
      margin-right: -19px;
      }

     
      

      @media (max-width:1200px) and (min-width:700px) {
.column-4 {
width: 50%;
padding: 0 20px;
}
#section-2 .column-1{
  margin-left: auto!important;
    margin-right: auto!important;
  }

 
}

@media (max-width:1200px) {
  .column-4 {
    min-width: 250px;
  margin:auto;
  }

  .profile_header {
    white-space: nowrap;
    margin: 16px auto;
}
  }

.servList p
  {
    margin-top: 0;
    line-height: 1.5em;
    font-weight: 100;
    border-top: 1px solid #1B78CE;
    }