/*

Trade Solutions - Global Stylesheet
Handwritten by Richard Wilmot (yeomedia.group)
tradesolutionsyeovil.co.uk

*/
html {
  scroll-behavior: smooth;
}

/* ------------ Toolbox ------------ */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.cleared {
  clear: both;
}

.hide {
  display: none;
}

.smaller {
  font-size: 90%;
}

.larger {
  font-size: 110%;
}

.normal {
  font-weight: normal;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

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

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* ------------ Defaults ------------ */
body,
html {
  font-size: 20px;
  color: #36363d;
  line-height: 28px;
  font-weight: 300;
  font-family: rubik, sans-serif;
  height: 100%;
  letter-spacing: 0.2px;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

a:hover {
  color: #375cb4;
}

h1,
h2,
h3,
h4,
h5 {
  color: #16130f;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

h1::after,
h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 40px;
  height: 2px;
  background: #375cb4;
}

#home #content-container h1::after,
#content-container #copy h1::after,
#case-studies #content-container h1::after,
#blog #content-container h1::after {
  display: none;
}

#copy img {
  width: 100%;
}

h2 {
  font-size: 34px;
  margin-bottom: 30px;
  line-height: 38px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

h4 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
}

h5 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}

p,
#content ul {
  margin-bottom: 35px;
}

.burger-menu {
  display: none;
}

.fixed-mobile-header {
  display: none;
}

a.mobile-logo {
  display: none;
  height: 60px;
  background-size: auto 100%;
  text-indent: -25000px;
  position: relative;
  z-index: 550;
  background: #eaf6fe;
}

.btn {
  border-radius: 35px;
  line-height: 1;
  border: #375cb4 solid 2px;
  color: #403f4c;
  font-weight: 700;
  padding: 20px 50px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-blue {
  color: #fff !important;
  background: #375cb4;
}

.btn:hover {
  color: #fff;
  background: #375cb4;
}

.btn-blue:hover {
  background: #1e396e;
  border: #1e396e solid 2px;
}

.content #copy > ul {
  margin-bottom: 35px;
}

.content #copy > ul > li {
  margin-bottom: 5px;
}

.content #copy > ul > li::before {
  content: ">>>";
  margin-right: 15px;
  color: #fddf00;
}

svg path,
svg circle {
  fill: #1e396e;
  transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}

/* ------------ Header ------------ */
#header-container {
  position: fixed;
  z-index: 500;
  background: #fff;
  width: 100%;
  top: 0;
  padding: 15px 25px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

#header {
  float: left;
}

#header a.logo {
  display: block;
  height: 60px;
  width: 15vw;
  background-size: auto 100%;
  text-indent: -25000px;
  position: relative;
  z-index: 300;
  background: #c43336;
  float: left;
}

#contact-info a:last-child {
  display: none;
}

#contact-info .tel svg {
  width: 20px;
}

#contact-info .tel,
#contact-info .quote {
  display: block;
  height: 60px;
  line-height: 65px;
  padding: 0 30px;
  background: #375cb4;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  float: right;
}

#contact-info .tel {
  color: #375cb4;
  background: none;
  font-size: 25px;
}

#contact-info .tel svg {
  height: 20px;
  margin-right: 10px;
}

#contact-info .quote svg {
  height: 12px;
  margin-right: 10px;
}

#contact-info .quote svg path {
  fill: #fff;
}

#contact-info .tel:hover {
  color: #1e396e;
}

#contact-info .quote:hover {
  background: #1e396e;
}

#paralax {
  background: #375cb4;
  width: 100%;
  overflow: hidden;
}

#paralax img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

/*
  
  
  #header-img .content {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      transform: translate(0 , -50%)
  }
  
  #header-img .content h2 {
      margin: 0;
      color: #fff;
      font-size: 50px;
      line-height: 50px;
      margin-left: -3px
  }
  
  #header-img .content h3 {
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      color: #fddf00;
      margin-bottom: 5px;
  }
  
  @media screen and (max-width: 1024px) {
  }
  
  @media screen and (max-width: 560px) {
      #contact-info .email {
          float: right;
      }
      #contact-info .branch {
          display: none
      }
  }
  
  
  
                                                                                      /* ------------ Navigation ------------ */
#navigation {
  margin: 10px 20px 0 20px;
  float: left;
}

.closebtn,
.openbtn {
  display: none;
}

#navigation > ul li {
  float: left;
}

#navigation > ul > li > a {
  height: 100%;
  line-height: 44px;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #3b3c48;
  text-transform: uppercase;
  float: left;
  padding: 0 16px;
  font-weight: 500;
}

#navigation > ul li span {
  height: 40px;
  line-height: 44px;
  color: #375cb4;
  float: left;
}

#navigation > ul li:last-of-type span {
  display: none;
}

#navigation ul > li > a:hover,
#navigation > ul > li.menuactive > a,
#navigation > ul ul > li.menuactive > a {
  color: #375cb4;
}

#navigation ul .menu-hidden {
  display: none;
  position: absolute;
  z-index: 1220;
  width: 100%;
  top: 65px;
  left: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(55, 92, 180, 0) 0%,
    rgba(55, 92, 180, 0) 25px,
    #375cb4 25px,
    #375cb4 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#navigation ul .menu-hidden .menu {
  width: 100%;
  margin: auto;
  max-width: 1400px;
  background: #375cb4;
  height: 100%;
  padding-bottom: 2rem;
  margin-top: 25px;
}

#navigation ul .menu-hidden ul {
  background: #375cb4;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  float: left;
  width: 50%;
  padding: 20px;
}

#navigation ul .menu-hidden ul li {
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 100%;
  float: none;
}

#navigation ul ul a {
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 15px;
  text-align: left;
  display: block;
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  border-bottom: solid 1px #243e7b;
  width: 100%;
  padding: 0;
}

#navigation ul li.menuactive ul a:hover,
#navigation ul li ul a:hover,
#navigation ul li ul a.menuactive {
  background-color: #243e7b;
  padding-left: 15px;
  color: #fff;
}

#navigation ul .menu-hidden .menu > div {
  width: calc(25% - 20px);
  float: left;
  margin: 20px 10px;
  position: relative;
}

#navigation ul .menu-hidden .menu > div a {
  border: none;
}

#navigation ul .menu-hidden .menu > div a img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

#navigation ul .menu-hidden .menu > div a div {
  top: 50% !important;
  margin: 0;
  line-height: 20px !important;
  padding-top: 60px;
  background: #fff !important;
  color: #385ca5 !important;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

#navigation ul .menu-hidden .menu > div a:hover img {
  opacity: 1;
}

#navigation ul .menu-hidden .menu > div a:hover div {
  background: #1e396e !important;
  color: #fff !important;
}

#navigation ul li ul span {
  display: none;
}

#navigation ul ul ul {
  top: 0;
  left: 100%;
}

#navigation ul li:hover > .menu-hidden {
  display: inline-block !important;
}

.openbtn,
.closebtn {
  display: none;
}

#sub-nav {
  background: #eaf6fe;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

#sub-nav ul {
  margin-bottom: 20px;
  padding: 30px 40px;
}

#sub-nav ul li {
  border-bottom: solid #c1d2ed 2px;
}

#sub-nav ul li a {
  display: block;
  color: #1e396e;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
}

#sub-nav ul li a:hover {
  padding-left: 30px;
}

#sub-nav ul li a:hover,
#sub-nav ul li.menuactive a {
  color: #375cb4;
}

#sub-nav img {
  opacity: 0.8;
}

/*
  #parent-navigation {
      margin-bottom: 60px
  }
  
  #parent-navigation li {
      width: calc(50% - 25px);
      margin-bottom: 25px;
      height: 270px;
  }
  
  #parent-navigation li:nth-child(even) {
      float: right
  }
  
  #parent-navigation li:nth-child(odd) {
      float: left
  }
  
  
  #parent-navigation li .img {
      float: left;
      overflow: hidden
  }
  
  #parent-navigation li img {
      transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s; 
      -webkit-transition: all 0.5s ease-in-out 0s; 
      -o-transition: all 0.5s ease-in-out 0s;	
  }
  
  #parent-navigation li .page {
      width: calc(100% - 340px);
      float: right;
      position: relative;
      height: 100%;
      padding: 40px 40px 0 40px;
      background: #fff;
      border-bottom: solid 2px #fddf00;
      transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s; 
      -webkit-transition: all 0.5s ease-in-out 0s; 
      -o-transition: all 0.5s ease-in-out 0s;	
  }
  
  #parent-navigation li .page h3 {
      text-transform: uppercase
  }
  
  #parent-navigation li:hover .page {
      color: #fff;
      background: #fddf00
  }
  
  #parent-navigation li:hover img {
      transform: scale(1.1);
      opacity: 0.6;
  }
  
  
  @media screen and (max-width: 1440px) {
      #navigation > ul li {
          margin-left: 16px;
      }
      #navigation > ul a {
          font-size: 17px;
      }
  }
  
  
  
  @media screen and (max-width: 1024px) {
      .openbtn {
          width: 60px;
          height: 60px;
          float: right;
          display: block;
          font-size: 30px;
          cursor: pointer;
          border: none;
          background: none;
          background-image: url("../images/mobile-menu-off.png"), url("../images/mobile-menu-on.png");
          background-size: 100% 100%,100% 100%;
          background-position: top left , top 60px left;
          background-repeat: no-repeat;
          padding: 0;
          color: #FFFFFF;
          transition: all 0.5s ease-in-out 0s;
          -moz-transition: all 0.5s ease-in-out 0s; 
          -webkit-transition: all 0.5s ease-in-out 0s; 
          -o-transition: all 0.5s ease-in-out 0s;
          border-radius: 50%;
          border: solid 1px #1d1d1b
      }
      .openbtn:hover {
          background-position: top 60px left , top left;
          background-color: #1d1d1b
      }
  
      #navigation-container {
          width: 90px;
          float: right;
          z-index: 320;
          position: relative;
          right: 90px;
          background-color: #375cb4;
      }	
      #navigation {
          height: 0; 
          width: 100%; 
          position: fixed; 
          z-index: 420; 
          top: -25px; 
          right: 0;
          background-color: #1d1d1b; 
          overflow-x: hidden; 
          transition: 0.5s;
          max-width: 100%
      }
      
      #navigation > ul {
          margin-top: 85px
      }
      
      #navigation > ul li {
          padding: 0;
          float: none;
          width: 100%;
          position: relative;
          margin: 0;
          height: auto;
      }
  
      #navigation > ul > li > a {
          height:30px;
          line-height:30px !important;
          width: 100%;
          padding: 0 15px;
          color: #fddf00;
          text-align: left;
      }
      
      #navigation ul li a:hover,
      #navigation > ul > li.menuactive > a {
          border-top: none;
          background: #fff
          }
      
      #navigation ul .menu-hidden,
      #navigation ul li:hover > .menu-hidden {
          display:block !important;
          transform: translate(0 , 0);
          width: 100%;
          position: relative;
          border-top: none;
          top: 0
      }
      
      #navigation ul .menu-hidden .menu {
          width: 100%;
          background: none;
          height: auto;
          float: none;
          margin-top: 0;
      }
      
      #navigation ul .menu-hidden ul {
          width: 100%;
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2;
          float: none;
          padding: 0 10px;
      }
      
      #navigation ul .menu-hidden ul li {
          padding: 0;
          height: 30px;
          line-height: 30px;
      }
      
      #navigation ul .menu-hidden ul li a {
          height: 30px;
          line-height: 30px;
          font-size: 13px;
          width: 100%;
          padding-left: 5px;
      }
      
      #navigation ul .menu-hidden img {
          display: none
      }
      
  
      #navigation .closebtn {
          padding: 0;
          position: absolute;
          top: 20px;
          right: 20px;
          color: #404040;
          display: block;
          border: none;
          height: 60px;
          width: 60px;
          cursor: pointer;
          border-radius: 50%;
          border: solid 1px #fddf00;
          background: url("../images/mobile-menu-close.png");
          background-size: 100% 100%
      }
      #sub-navigation ul {
          display: none
      }
  }
  
  @media screen and (max-width: 640px) {
      #navigation ul .menu-hidden ul {
          columns: 1;
          -webkit-columns: 1;
          -moz-columns: 1;
      }
  }
  
                                                                          
  
                                                                                      /* ------------ Slideshow ------------ */
#slideshow {
  margin: auto;
  position: relative;
  z-index: 190;
  background: #375cb4;
  margin-top: 90px;
}

.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: 40rem;
  float: left;
  width: 100%;
  border: 0;
  opacity: 0.82;
  -o-object-fit: cover;
  object-fit: cover;
}

.rslides .description {
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff;
  z-index: 300;
  width: 550px;
  height: 630px;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  text-align: center;
}

.rslides .description .copy {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 30px;
}

.rslides .description h2 {
  font-size: 40px;
  line-height: 40px;
}

.rslides .description p {
  margin-bottom: 30px;
}

.rslides_tabs {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 190;
  display: block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rslides_tabs li {
  margin: 10px 0;
}

.rslides_tabs li a {
  display: block;
  width: 20px;
  height: 20px;
  border: solid 3px #fff;
  opacity: 0.8;
  border-radius: 50%;
  font-size: 0;
}

.rslides_tabs li a:hover,
.rslides_tabs li.rslides_here a {
  opacity: 1;
}

/*
  
  @media screen and (max-width: 1440px) {
      .rslides .description {
          padding: 60px;
      }
      .rslides .description p {
          margin-bottom: 30px;
          font-size: 22px;
          line-height: 32px;
      }
      .rslides .description h2 {
          font-size: 32px;
          line-height: 32px;
          margin-bottom: 20px;
      }
      #slideshow .link h3 {
          font-size: 30px;
          line-height: 32px;
      }
  }
  
  @media screen and (max-width: 1140px) {
      .rslides li {
          padding-bottom: 100px;
      }
      .rslides .description {
          width: 100%;
          padding: 30px;
          margin: -30px 30px 0 30px;
          background-color: rgba(86, 86, 85, 0.8);
          width: calc(100% - 60px);
      }
      .rslides_nav {
          bottom: auto;
          top: 15%;
          height: 28px;
          width: 60px;
          background-size: 100% auto
      }
  
      .rslides_nav.next {
          right: 100px;
      }
  
      .rslides_nav.prev {
          left: 100px;
      }
      #slideshow .link {
          float: none;
          width: 100%;
          margin-top: 0;
      }
  }
  
  @media screen and (max-width: 768px) {
      .rslides li {
          padding-bottom: 120px;
      }
      .rslides .description {
          text-align: center
      }
      .rslides .description p {
          display: none
      }
      #slideshow .link {
          padding: 30px;
          height: auto;
          text-align: center
      }
      #slideshow .link img {
          float: none;
          margin: 0 0 20px 0;
      }
      #slideshow .link .description {
          width: 100%;
      }
      #slideshow .link .description .inner {
          position: relative;
          transform: translate(0 , 0);
      }
  }
  
  @media screen and (max-width: 560px) {
      .rslides_nav {
          top: 10%;
          height: 18px;
          width: 40px
      }
      .rslides_nav.next {
          right: 30px;
      }
  
      .rslides_nav.prev {
          left: 30px;
      }
      .rslides .description h2 {
          font-size: 26px;
          line-height: 26px;
          margin-bottom: 15px;
      }
  }
  
  
                                                                                      /* ------------ Content ------------ */
#content-container {
  width: 100%;
}

#home #content-container,
#case-studies.case-studies #content-container,
#blog.blog #content-container {
  background-color: #e2f3fe;
}

#content-container #content {
  padding: 110px;
}

.content {
  width: 100%;
  padding: 0 2rem;
}

.content #copy {
  width: calc(100% - 590px);
  float: left;
  padding-bottom: 80px;
}

.content #right-col {
  width: 370px;
  float: right;
}

/* ------------ Right Col ------------ */
#right-col .btn {
  margin-bottom: 20px;
  border-radius: 10px;
  color: #375cb4;
  width: 100%;
  text-align: center;
}

#right-col .btn-blue {
  margin: 40px 0 0 0;
}

#right-col .btn svg {
  height: 12px;
  margin-right: 10px;
}

#right-col .btn svg path {
  fill: #56c7e3;
}

#right-col .btn:hover {
  color: #fff;
}

/* ------------ Footet Links ------------ 
  
  #footer-links {
      padding-bottom: 80px;
  }
  
  #footer-links > div > div {
      margin-bottom: 20px;
      background: #1d1d1b;
      position: relative;
      overflow: hidden
  }
  
  #footer-links > div > div img {
      width: 100%;
      height: auto;
      opacity: 0.3;
      transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s; 
      -webkit-transition: all 0.5s ease-in-out 0s; 
      -o-transition: all 0.5s ease-in-out 0s;
  }
  
  #footer-links > div > div span {
      position: absolute;
      top: 50%;
      left: 50px;
      transform: translate(0 , -50%);
      color: #FFFFFF;
      font-size: 40px;
      line-height: 40px;
      font-weight: 400
  }
  
  #footer-links > div > div span::before {
      display: block;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      background: #fddf00;
      content: url("../images/btn-black.png");
      float: left;
      margin-right: 20px;
      transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s; 
      -webkit-transition: all 0.5s ease-in-out 0s; 
      -o-transition: all 0.5s ease-in-out 0s;
      margin-top: 8px;
  }
  
  #footer-links > div > div a {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      text-indent: -25000px
  }
  
  #footer-links > div > div a::before {
      display: none
  }
  
  #footer-links > div > div:hover img {
      transform: scale(1.1);
  }
  
  
                                                                                      /* ------------ Footer ------------ */
#footer-container {
  background: #1e396e;
  width: 100%;
  padding: 160px 0 60px;
  font-size: 18px;
  color: #d0d6da;
  position: relative;
}

#footer-container .content {
  padding: 0 8rem;
}

#footer-container .arrow-container {
  background: #375cb4;
}

#footer-container .arrow-container a {
  display: block;
}

#footer-container .arrow-container a:hover {
  background-color: #192f5b;
}

#footer-container .arrow svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: auto;
}

#footer-container a {
  color: #d0d6da;
}

#footer-container a:hover {
  color: #fff;
}

#footer-container hr {
  height: 1px;
  color: #5f7298;
  display: block;
  margin: 60px 0;
}

/*#footer-container div:nth-child(2) p {*/
/*    width: auto;*/
/*    float: right;*/
/*}*/
/*#footer-container div:nth-child(2) p:nth-child(1) {*/
/*	max-width: 440px;*/
/*    float: left;*/
/*}*/
/*#footer-container div:nth-child(2) p:nth-child(2) {*/
/*	margin-left: 40px;*/
/*}*/
/*#footer-container div:nth-child(2) p:nth-child(4) {*/
/*	width: 100%*/
/*}*/
#footer-container .footer-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer-container .footer-top-section .footer-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 640px;
  flex: 1 1 640px;
  margin: 0.5rem;
}

#footer-container .footer-top-section .footer-section:nth-child(1) p {
  padding-right: 8rem;
}

#footer-container .footer-top-section .footer-section:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer-container
  .footer-top-section
  .footer-section:nth-child(2)
  p:nth-child(2)
  a:nth-child(1) {
  font-weight: 600;
}

#footer-container .footer-top-section .footer-section:nth-child(2) > p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}

#footer-container .footer-top-section .footer-section:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer-container .footer-top-section .footer-section:nth-child(3) > div a {
  margin: 0.5rem 0;
}

#footer-container a.social {
  background: #375cb4;
  display: inline-block;
  width: 35px;
  height: 40px;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  text-align: center;
  margin: 8px 12px 0 0;
  padding-top: 13px;
}

#footer-container a svg {
  height: 15px;
}

#footer-container a svg path {
  fill: #fff;
}

#footer-container a.social:hover {
  background: #fff;
}

#footer-container a.social:hover svg path {
  fill: #375cb4;
}

#footer-container div:nth-child(2) p:nth-child(4) a {
  float: right;
}

#footer-container div:nth-child(2) p:nth-child(4) a:nth-child(2) {
  margin-left: 20px;
}

#footer-container div:nth-child(2) p:nth-child(4) a:nth-child(1) {
  float: left;
}

#footer-container > ul {
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer-container > ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 400px;
  flex: 1 0 400px;
}

#footer-container > ul li::before {
  content: "-";
  color: #fff22f;
  margin-right: 10px;
}

#footer-container div.furtiture p {
  font-size: 13px;
  margin: 10px 0;
  line-height: 1;
  text-align: center;
  opacity: 0.7;
}

#copy a {
  color: #375cb4;
}

#copy a:hover {
  color: #1e396e;
}

.rslides img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 50%;
}
/*# sourceMappingURL=global.css.map */
