


#whoarewe {
  background-color: #f5f7fc;
  margin-top: 200px;
  height: 1120px;
}

#whoarewe .header {
  position:absolute;
  height:116px;
  top: -52px;
}


#whoarewe .header .bluebox {
  width: 67px;
  height: 67px;
  background-color: #33c6f4;
  position:absolute;
  top:8px; left:0;
  z-index: 10;
}

#whoarewe .header h2 {
    font-weight: 700;
    font-size: 42px;
    color: #363636;
    padding: 0px 0 0 87px;
    letter-spacing: -0.02em;
    top: -37px;
    width: 300px;
    position: absolute;
}

@media (max-width: 575px) { 
  #whoarewe .header .bluebox {
    width: 57px;
    height:57px;
  }
#whoarewe .header h2 {
    font-size: 34px;
    top: -29px;
    padding: 0px 0 0 70px;
  }
}



#whoarewe .picture2box {
  background-image:url(../images/about_top2.jpg);
  background-size:cover;
  width: 100%;
  height: 448px;
  margin-top: 364px;
  position: absolute;
  z-index: 1;
}





/* ----------------------------------- */
/* SHOWCASE KEY VISUAL BOX */
/* ----------------------------------- */

  #whoarewe .showcase {
    display:block;
    width:100%;
    position: relative;
    height:810px;
    margin-top:0px;
  }

  #whoarewe .kvbox {
    width:100%;
    top:0;
    position: relative;
    z-index: 20;
  }

  #whoarewe .kvbox .picturebox {
    background-image:url(../images/about_top1.jpg);
    background-size:cover;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    width:388px;
    height:324px;
    top: 115px;
    right: 0;
    position: absolute;
    z-index: 20;
  }


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {  
  #whoarewe {
    height: 1020px;
  }
  #whoarewe .showcase {
    width:100%;
    height:900px;
    margin-top:0px;
  }
  #whoarewe .kvbox .picturebox {
    top: 240px; 
    left: -10px;
  }

  #whoarewe .picture2box {
    margin-top: 280px;
  }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {  
  #whoarewe {
    height: 1320px;
  }
  #whoarewe .showcase {
    width:100%;
    height:1000px;
    margin-top:0px;
  }

  #whoarewe .kvbox .picturebox {
    top: 240px;
    width: 100%;
    left: 0px;
  }

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {  
  #whoarewe {
    height: 1320px;
  }
  #whoarewe .showcase {
    width:100%;
    height:1000px;
    margin-top:0px;
  }

  #whoarewe .kvbox .picturebox {
    top: 240px;
    width: 100%;
    left: 0px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {  
  #whoarewe {
    height: 1220px;
  }
  #whoarewe .showcase {
    width:100%;
    height:1000px;
    margin-top:0px;
  }

  #whoarewe .kvbox .picturebox {
    top: 240px;
    width: 100%;
    left: 0px;
  }
}





/* ----------------------------------- */
/* SHOWCASE KEY MESSAGE GREY BOX */
/* ----------------------------------- */


#whoarewe .keymessagebox {
  background-color:transparent;
  width:455px;
  height:310px;
  padding:96px 70px 0px 70px;
  position: absolute;
  top:0px;
  left:57px;
  z-index: 10;
}

#whoarewe .keymessagebox h1 {
  font-size:32px;
  letter-spacing:0.01em;
  line-height:1.2em;
  font-weight:300;
  margin-bottom:70px;
}

#whoarewe .keymessagebox h1 span {
  display:block;
  text-align:center;
}

#whoarewe .keymessagebox h1 span.openquotespan {
  text-align: left;
}

#whoarewe .keymessagebox h1 .openquote{
  width:44px;
  padding-bottom:0px;
}

#whoarewe .keymessagebox .ctabox {
  display:block;
  width:100%;
  text-align: right;
}

#whoarewe .keymessagebox a.seemore {
  font-size:23px;
  font-weight: 700;
  color:#636363;
  padding-left:1.5em;
  padding-right:1.5em;
}

#whoarewe .keymessagebox a.seemore:hover {
  color:#33c6f4;
}

#whoarewe .keymessagebox a.seemore::before {
  font-size:2.1em;
  margin-left:-.5em;
  padding-right:.3em;
  vertical-align: middle;
  line-height: 1em;
  color:#33c6f4;
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {  
  #whoarewe .keymessagebox {
    width:600px;
    height: 200px;
    padding: 70px;
  }
  #whoarewe .keymessagebox h1 span {display:inline;}
  #whoarewe .keymessagebox h1 .openquote{
    width:44px;
    padding-bottom:20px;
    padding-right: 10px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {  
  #whoarewe .keymessagebox {
    width: 100%;
    padding: 70px 0px;
    left: 0;
  }
  #whoarewe .keymessagebox h1 span {display:inline;}

  #whoarewe .keymessagebox h1 .openquote{
    width:44px;
    padding-bottom:20px;
    padding-right: 10px;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {  
  #whoarewe .keymessagebox {
    width: 100%;
    padding: 70px 0px;
    left: 0;
  }
  #whoarewe .keymessagebox h1 span {display:inline;}

  #whoarewe .keymessagebox h1 .openquote{
    width:44px;
    padding-bottom:20px;
    padding-right: 10px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {  
  #whoarewe .keymessagebox h1 {
    font-size:32px;
    letter-spacing:0.01em;
    line-height:1.3em;
  }

  #whoarewe .keymessagebox {
    width: 100%;
    padding: 70px 0px;
    left: 0;
  }
  #whoarewe .keymessagebox h1 span {display:inline;}

  #whoarewe .keymessagebox h1 .openquote{
    width:44px;
    padding-bottom:20px;
    padding-right: 10px;
  }
}




/* ----------------------------------- */
/* SHOWCASE BLACK TEXT BOX */
/* ----------------------------------- */

#whoarewe .blacktextbox {
  position: absolute;
  width: 344px;
  height: 411px;
  left: 436px;
  top: 365px;
  background-color: #282828;
  color: white;
  z-index: 15;
  padding: 90px;
  line-height: 20px;
}


#whoarewe .blacktextbox .divider {
  width: 180px;
  height: 2px;
  background-color: #33c6f4;
  margin: 30px 0;
}

#whoarewe .blacktextbox .closebracket {
  position: absolute;
  width: 41px;
  height: 41px;
  right: -14px;
  bottom: -14px;

}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
  #whoarewe .blacktextbox { 
    left: 350px; 
    top: 280px;
    width: 340px;
    padding: 70px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
  #whoarewe .blacktextbox { 
    left: 5%; 
    top: 550px;
    width: 70%;
    padding: 10%;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
  #whoarewe .blacktextbox { 
    left: 5%; 
    top: 550px;
    width: 70%;
    padding: 10%;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  #whoarewe .blacktextbox { 
    left: 5%; 
    top: 530px;
    width: 70%;
    padding: 12% 10%;
    height: auto;
  }
}










/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {  }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {  }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {  }










/* 
section, div {
  border:1px solid rgba(255,0,0,0.3);
}
*/

#services {
  position:relative;
  margin-bottom:0px;
  display:block;
  vertical-align: top;
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 
  #services {
    margin-bottom:90px;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
  #services {
    margin-bottom:90px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
  #services {
    margin-bottom:90px;
  }
}



#services .header {
  position:absolute;
  height:116px;
  top: -14px;
}


#services .header .bluebox {
  width: 67px;
  height: 67px;
  background-color: #33c6f4;
  position:absolute;
  top:0px; left:0;
  z-index: -1;
}

#services .header h2 {
    font-weight: 700;
    font-size: 42px;
    color: #363636;
    padding: 0px 0 0 87px;
    letter-spacing: -0.02em;
    line-height: 28px;
}

#services .contentbox {
  padding-top: 170px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#services .titlebox {
  width: 300px;
  position: relative;
}

#services .iconpanel {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  position: relative;
}

#services .iconpanel .iconbox {
  width: 28%;
  text-align: center;
}

#services .keymessagebox h1 {
    font-weight: 700;
    font-size: 42px;
    color: #363636;
    letter-spacing: -0.02em;
}

#services .keymessagebox h2 {
font-size: 30px;
letter-spacing: 0.01em;
line-height: 1.2em;
font-weight: 200;
margin-bottom: 70px;
color: #282828;
}

#services .keymessagebox h2::after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 100px;
  height: 5px;
  background-color: #004a80;
}

#services .keymessagebox h1 span, 
#services .keymessagebox h2 span  {
  display:block;
  text-align:left;
}


#services .descriptiontext h3 {
  font-size: 16px;
  color: #636363;
}

#services .descriptiontext p {
  font-size: 14px;
  color: #636363;
}


#services .iconbracketleftbottom {
  margin-top:-60px;
  margin-left:-20px;
}


@media (max-width: 575px) { 
  #services .header .bluebox {
    width: 57px;
    height:57px;
  }
#services .header h2 {
    font-size: 34px;
    padding: 0px 0 0 70px;
  }
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
  #services .iconpanel { width: 500px;}
  #services .iconpanel .iconbox { width: 48%;}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
  #services .titlebox {width: 100%;}
  #services .keymessagebox h1 span, #services .keymessagebox h2 span {display: inline-block;}
  #services .iconpanel { width: 100%;}
  #services .iconpanel .iconbox { width: 48%;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
  #services .titlebox {width: 100%;}
  #services .keymessagebox h1 span, #services .keymessagebox h2 span {display: inline-block;}
  #services .iconpanel { width: 100%;}
  #services .iconpanel .iconbox { width: 48%;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  #services .titlebox {width: 100%;}
  #services .keymessagebox h1 span, #services .keymessagebox h2 span {display: inline-block;}
  #services .iconpanel { width: 100%;}
  #services .iconpanel .iconbox { width: 98%;}
}










#talktous {
  display:block;
  vertical-align: top;
  margin-top: 130px;
  margin-bottom: 150px;
}

#talktous .smallercontainer {
  width: 700px;
  background-color: #7d7d7d;
  color: white;
  display: block;
  padding: 60px 100px;
  margin: 0 auto;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}


#talktous .header h2 {
    font-weight: 700;
    font-size: 42px;
    color: white;
    margin-top: 0;
}

#talktous .header h2 img {
  top:55px;
  position: absolute;
}

#talktous .contentbox {
  display: block;
  font-size: 0;
}

#talktous .itemset,
#talktous .iconbox,
#talktous .textbox {
  display: inline-block;
  vertical-align: top;
}

#talktous .itemset {
  padding: 5px 0;
}

#talktous .itemset.left {
  width: 40%;
}

#talktous .itemset.right {
  width: 58%;
}


#talktous .iconbox {
  width: 43px;
  height: 43px;
  padding: 5px;
}

#talktous .iconbox img {
  width: 100%;
}

#talktous .textbox {
  font-size: 16px;
  font-weight: 300;
  padding: 5px;
}

#talktous .textbox a {
  color: white;
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 
  #talktous .smallercontainer { width:520px; padding: 60px 50px; }
  #talktous .itemset,
  #talktous .itemset.left,
  #talktous .itemset.right  { display:block; width:99% }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
  #talktous .smallercontainer { width:470px; padding: 60px 50px; }
  #talktous .itemset,
  #talktous .itemset.left,
  #talktous .itemset.right  { display:block; width:99% }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
  #talktous .smallercontainer { width:85%; padding: 60px 30px; }
  #talktous .itemset,
  #talktous .itemset.left,
  #talktous .itemset.right  { display:block; width:99% }

}








#accolades {
  display:block;
  vertical-align: top;
  margin-top: 130px;
  margin-bottom: 0px;
  background-image: url('../images/about_accolades_bg.jpg');
  background-position: bottom center;
  background-repeat:  no-repeat;
  background-size: contain;
}

#accolades .container {
}

#accolades .smallercontainer {
  width: 900px;
  color: white;
  display: block;
  padding: 0;
  text-align: right;
  margin: 0 auto;
  right: 0;
  position: relative;
}

#accolades .header h2 {
    font-weight: 700;
    font-size: 42px;
    color: #363636;
    margin-top: 0;
}

#accolades .header h2::after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 280px;
  height: 5px;
  right: 0;
  position: absolute;
  background-color: #34c5f3;
}

#accolades .contentbox {
  width: 100%;
  display: block;
  padding: 150px 0;
}

#accolades .contentbox img{
  width: 100%;
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 
  #accolades .smallercontainer { width: 100%; }
  #accolades .contentbox {padding: 120px 0;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
  #accolades .smallercontainer { width: 100%; }
  #accolades .contentbox {padding: 80px 0;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {  
  #accolades .smallercontainer { width: 90%; }
  #accolades .contentbox {padding: 50px 0;}
}







#ethos {
  display:block;
  vertical-align: top;
  padding-top: 30px;
  bottom: 0px;
  background-color: #ace3f4;
}

.ethosone {
  width: 100%;
  background-image: url('../images/about_ethos_bg1.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  height: 760px;
}

.ethostwo {
  width: 100%;
  background-image: url('../images/about_ethos_bg2.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 698px;
}

.ethosthree {
  width: 100%;
  background-image: url('../images/about_ethos_bg3.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 1149px;
}

.ethosfour {
  width: 100%;
  background-image: url('../images/about_ethos_bg4.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 547px;
}



#ethos .smallercontainer {
  width: 100%;
  color: white;
  display: block;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  right: 0;
  position: relative;
}

#ethos .header h2 {
    font-weight: 700;
    font-size: 42px;
    color: #363636;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.ethosone .contentbox {
  width: 57%;
  text-align: center;
  position: absolute;
  right: 0;
}

.ethostwo .contentbox {
  width: 60%;
  text-align: center;
}

.ethosthree .contentbox {
  width: 65%;
  text-align: center;
  margin: 0 auto;
  right: 0;
}

.ethosfour .contentbox {
  width: 65%;
  text-align: center;
  margin: 0 auto;
  right: 0;
}


#ethos h1 {
  font-size: 58px;
  line-height: 1.1em;
}

.ethosone h1 {
  color: #6a0b4e;
}

.ethostwo h1 {
  color: #005b6b;
}

.ethosthree h1 {
  color: #010186;
}

.ethosfour .special {
  color: #363636;
}


#ethos .contentbox .paragraphs {
  font-size: 16px;
  color: #282828;
  padding: 30px 60px 10px;
}

#ethos .contentbox .quote {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  color: #363636;
  padding: 0px 70px;
}

#ethos .contentbox .special {
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  color: #363636;
  padding: 30px 70px;
}

#ethos .ethosthree .special {
  margin-left: 300px;
  padding: 30px 0px;
}


#ethos .openquote {
  width: 40px;
  margin-bottom: 10px;
}

#ethos .contentbox .special::after {
  content: '';
  display: block;
  margin: 30px auto 0;
  right: 0;
  width: 80px;
  height: 5px;
  background-color: #34c5f3;
}

.ethosfour .ctabottom {
  margin-top: 200px;
}



/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
  #ethos h1 { font-size: 48px;}
  #ethos .contentbox .quote {font-size: 21px;}
  #ethos .contentbox .special {font-size: 28px;}
  .ethosone { height: 680px; background-position: -80px center;}
  .ethosone .contentbox { width: 65%;}
  .ethostwo { height: 590px; }
  .ethostwo .contentbox { width: 65%;}
  .ethosthree { height: 1000px; }
  .ethosthree .contentbox { width: 65%;}
  #ethos .contentbox .paragraphs, 
  #ethos .contentbox .quote, 
  #ethos .contentbox .special { padding-left:0px; padding-right:0px; }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
  #ethos h1 { font-size: 40px;}
  #ethos .contentbox .quote {font-size: 18px;}
  #ethos .contentbox .special {font-size: 24px;}
  .ethosone { height: 680px; background-position: -100px center;}
  .ethosone .contentbox { width: 65%;}
  .ethostwo { height: 590px; }
  .ethostwo .contentbox { width: 65%;}
  .ethosthree { height: 800px; }
  .ethosthree .contentbox { width: 100%;}
  .ethosfour { height: 400px; }
  #ethos .contentbox .paragraphs, 
  #ethos .contentbox .quote, 
  #ethos .contentbox .special { padding-left:0px; padding-right:0px; }
  .ethosfour .ctabottom {margin-top: 100px;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
  #ethos h1 { font-size: 40px;}
  #ethos .contentbox .quote {font-size: 18px;}
  #ethos .contentbox .special {font-size: 24px;}

  .ethosone { 
    height: auto; 
    background-position: left -100px; 
    background-size: 150%;
  }
  .ethosone .contentbox { 
    width: 100%;
    padding-top: 450px;
    padding-bottom: 0px;
    position: relative;
  }
  .ethostwo { 
    height: auto; 
    background-position: right top; 
    background-size: 150%;
  }
  .ethostwo .contentbox { 
    width: 100%;
    padding-top: 700px;
    padding-bottom: 100px;
    position: relative;
  }
  .ethosthree { 
    height: 800px; 
    background-position: center bottom; 
    background-size: 110%;
  }
  .ethosthree .contentbox { width: 100%;}
  .ethosfour { height: 300px; }
  #ethos .contentbox .paragraphs, 
  #ethos .contentbox .quote, 
  #ethos .contentbox .special { padding-left:0px; padding-right:0px; }
  .ethosfour .ctabottom {margin-top: 80px;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  #ethos h1 { font-size: 40px;}
  #ethos .contentbox .quote {font-size: 18px;}
  #ethos .contentbox .special {font-size: 24px;}

  .ethosone { 
    height: auto; 
    background-position: top -50px left 0px; 
    background-size: 150%;
  }
  .ethosone .contentbox { 
    width: 100%;
    padding-top: 380px;
    padding-bottom: 0px;
    position: relative;
  }
  .ethostwo { 
    height: auto; 
    background-position: right top; 
    background-size: 150%;
  }
  .ethostwo .contentbox { 
    width: 100%;
    padding-top: 550px;
    padding-bottom: 100px;
    position: relative;
  }
  .ethosthree { 
    height: 780px; 
    background-position: center bottom; 
    background-size: 115%;
  }
  .ethosthree .contentbox { width: 100%;}
  .ethosfour { height: 350px; }
  #ethos .contentbox .paragraphs, 
  #ethos .contentbox .quote, 
  #ethos .contentbox .special { padding-left:0px; padding-right:0px; }
  .ethosfour .ctabottom {margin-top: 50px;}

  #ethos .ethosthree .special {
    margin-left: auto;
    padding: 30px 0px;
  }


}













footer {
  background-color:#020f21;
  color:white;
  padding:30px 0 30px;
}

footer .container {
}

footer a {
  font-size:19px;
  font-weight:400;
  color:white;
}

footer ul {
  list-style-type: none;
  margin-left:0;
  padding-left:0;
  padding-top:15px;
  padding-bottom:15px;
}

footer ul li {
  list-style-type: none;
  margin-left:0;
  padding-left:0;
  padding:5px 0;
}

footer .socialmedialink li {
  display:inline-block;
}

footer .socialmedialink li a {
  transition:  0.5s ease;
  display:inline-block;
  font-size:28px;
  border:2px solid white;
  text-align: center;
  width:50px;
  height:50px;
  line-height: 48px;
  padding-top:0;
  margin-right:20px;
}

footer .socialmedialink li a:hover {
  transition:  0.5s ease;
  border:2px solid #33c6f4;
}

footer .copyright {
  font-size:13px;
  padding-top:15px;
  padding-bottom:15px;
}

footer .col {
  display:inline-block;
  font-size:0;
  width:49.5%;
  vertical-align: top;
}

footer .col.left {
  text-align: left;
  margin-left:57px;
}

footer .col.right {
  text-align: right;
  margin-right:-57px;
}

footer .footerlogo {
  padding: 15px 0;
  margin-bottom:100px;
}

footer .backtotoplink a {
  font-size: 16px;
  color:#636363;
}

footer .backtotoplink a .fa {
  font-size: 24px;
  color:#eeef02;
  padding-left:5px;
}

footer .backtotoplink a:hover {
  color:#eeef02;
}





@media (min-width: 481px) and (max-width: 1199px) {  
  footer .col.left {margin-left: 0px;}
  footer .col.right {margin-right:0px;}
}

@media (max-width: 480px) {
  footer .col.left {margin-left: 0px;}
  footer .col.right {
    margin-top:10px;
    margin-right:0px; 
  }
  footer .footerlogo {
    width:90%;
    margin-bottom: 110px;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }

  footer .footerlogo img {
    width:100%;
  }
  footer .col {
    display:inline-block;
    width:49%;
  }
  footer .socialmedialink li a {
    transition: 0.5s ease;
    display: inline-block;
    font-size: 24px;
    border: 2px solid white;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    margin-right: 15px;
  }
}








