/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
a{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;
text-decoration: none;
color: #1a1a1a; font-weight: 600;}
a img{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;}
a:hover{opacity: 0.5;}
.smoothie{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;}
h1,h2,h3,h4,h5,h6{margin: 0 0 10px 0; color: #1a1a1a; font-weight: 300; letter-spacing: 0px; font-family: 'Cinzel', sans-serif; text-transform: uppercase}
h1{font-weight: 300;}
h1 span{font-weight: 700;}
p{margin: 0 0 10px 0;}
strong{font-weight: 800;}
img, iframe{max-width: 100%;}



.container{width: 100%; max-width: 1920px; margin: 0 auto; font-family: 'Cabin', sans-serif; font-weight: 400;box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05); }
body{background: #f6f6f6;}
.header{width: 100%; padding: 40px 5% 0; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; position: relative; top: 0; left: 0; max-width: 1920px;  background:#f6f6f6 url(../icondark.png) top center no-repeat;}
.logo{font-weight: 700; letter-spacing: 0px; font-family: 'Cinzel', sans-serif; font-size: 24px; color: #283039;}
.logo:hover{opacity: 1;}
.headbuffer{width: 100%; height: 50px;}
.headersocial a{color: #283039; margin-left: 20px; font-size: 22px;}

a.twlink:hover{color: #55acee;opacity: 1;}
a.lilink:hover{color: #0077B5;opacity: 1;}
a.fblink:hover{color: #3b5998;opacity: 1;}
a.instalink:hover{color: #DD2A7B;opacity: 1;}
a.holink:hover{color: #4DBC15;opacity: 1;}
/*
.sticky{background: rgba(0,0,0,0.5); border-bottom: 1px solid rgba(255,255,255,0.0); position: fixed;}
.sticky .logo{}*/
.navheader{width: 100%; padding: 0 5%; border-top: 1px solid rgba(0,0,0,0.08); position: -webkit-sticky; /* Safari */ position: sticky; top: 0; z-index: 500;background: #f6f6f6;}
.navigation{width: 100%; justify-content: space-between;}
.navlink{color: #283039; font-size: 16px; font-weight: 600; padding: 20px 0; transition: all 0.3s ease;}


.navi{justify-content: space-between; list-style-type: none; margin: 0; padding: 0;}
.navi{font-family: 'Cinzel', sans-serif; }
.navlink{transition: all 0.3s ease;}
.navlink:hover a.nodd{opacity: 0.6;}
.dropdown:hover{background: #f7f7f7;}
.dropdown:hover a{color: #1a1a1a;}
.navlink a{font-weight: 500; font-size: 15px; color: #1a1a1a; }
.navlink a.current{font-weight: 700;}
.dropdown {padding: 20px;}
.dropdown span::after{content: '\25BE'; margin-left: 5px;}

.dropdown-content {visibility: hidden; opacity: 0;transition: visibility 0.5s, opacity 0.5s, z-index 1s ease;position: absolute; top:100%; left: 0;background-color: #DCDAD5;width: 100%; z-index: -1; display: flex; justify-content: center; flex-wrap: wrap; padding: 0 5%; border-bottom: 0px solid #DCDAD5;; max-width: 1920px; }

.dropdown:hover{background: #DCDAD5;}

.dropdown:hover .dropdown-content {visibility: visible;opacity: 1;z-index: 2002;}
.dropdown-content a {color: #fff;padding: 15px 20px 15px;text-decoration: none;display: block; position: relative; font-size: 12px; font-weight: 700;}
.dropdown-content a:hover{ background: #fff; color: #1a1a1a;}
.ddbottom{position: absolute; bottom: -5px; left: 0; width: 100%; height: 5px;}


.hero{width: calc(100% - 40px); margin: 0 auto; padding: 0; height: 70vh; overflow: hidden; background: linear-gradient(to bottom,rgba(255,255,255,1) 0, rgba(255,255,255,1) 89.9%,  rgba(246,246,246,1) 50%, rgba(246,246,246,1) 100%); position: relative; z-index: 5;}

.shallowhero{width: calc(100% - 40px); margin: 0 auto; padding: 0; height: 30vh; overflow: hidden; background: linear-gradient(to bottom,rgba(255,255,255,1) 0, rgba(255,255,255,1) 89.9%,  rgba(246,246,246,1) 50%, rgba(246,246,246,1) 100%); position: relative; z-index: 5;}

.herocover{position: absolute; top: 0; left: 0; width: 100%; height: 100%;  z-index: 5; background: url(../img/punchoverlay.png) center center no-repeat;}
.hslides{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 4;}
.hslides img{width: 100%; height: 100%; object-fit: cover; position: relative;}
.caption{position: absolute; bottom: 20px; right: 20px; font-weight: 700; font-style: italic; color: #fff; max-width: calc(100% - 40px);}

.content{width: 100%; padding: 40px 5%; position: relative; z-index: 10;}
.fullcontent{width: 100%; padding: 40px 5%; margin: 0 auto; position: relative; z-index: 10;}
.welcome{background: #fff;background: rgba(255,255,255,1); margin-top: -100px; max-width: 67.6777777%;}

.homecontent{background: rgba(255,255,255,0.0); max-width: 67.6777777%; margin: 0;}

.aboutcontent{width: 100%; padding: 40px 5%; position: relative; z-index: 10; max-width: 67.6777777%; margin: 0;}

.homecontenttext{padding-left: 60px; color: #8C8076; color: #4c565c;}
.splitcontent{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.archivecontent{display: flex; justify-content: space-between; flex-wrap: wrap;}
.sidecontent{width: 30%; padding-right: 5%;}
.sidetestimonial{border-left: 5px solid #8C8076; padding-left: 30px; font-size: 22px; font-style: italic; color: #8C8076;}

.twohalfcontent{width: calc(100% - 40px); width: 100%; padding: 0 5% 40px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.halfcontent{width: calc(50% - 10px); padding: 0; background: #8C8076; position: relative; overflow: hidden;}
.halfcontent img{object-fit: cover; width: 100%; height: 100%; position: relative; z-index: 5; transition: all 0.8s ease;}
.halfcover{position: absolute; top: 0; left: 0; width: 100%; height: 100%;  z-index: 6;background: url(../img/punchoverlaydarker.png) center center no-repeat;transition: all 0.8s ease-in; }
.hclink{}
.hclink:hover{opacity: 1;}
.hctext{position: absolute; bottom: 0; left: 0; padding: 20px; color: #fff; z-index: 10;}
.hctext h3{color: #fff; font-size: 24px; font-weight: 700;}
.hclink:hover img{transform: scale(1.1,1.1);}
.hclink:hover .halfcover{opacity: 0.1;transform: scale(10,10);}

.fullwidthcontent{width: 100%; padding: 20px 5%; margin: 0 auto; position: relative; z-index: 10;}
.employment{width: 100%; padding: 20px; color: #fff; background: #8C8076}
.employment h2{color: #fff;}
.employment a{color: #fff;}

.partnerscontent{width: 100%; padding: 20px 5%; margin: 0 auto; position: relative; z-index: 10; background: #e6e6e6; background: rgba(220,218,213,0.4);}
.partners{width: 100%; display: flex; justify-content: space-around; flex-wrap: wrap; align-items: center; margin: 20px auto 0;}
.eachpartner{margin: 0 20px 20px; width: 80px; opacity: 0.8; filter: grayscale(1); transition: all 0.3s ease;}
.eachpartner:hover{opacity: 1; filter: grayscale(0);}

.footersocial a{color: #283039; margin-left: 20px; font-size: 22px;}

.footer{width: 100%; background: #DCDAD5; padding: 20px 5%; font-size: 12px;  display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.footleft{width: calc(70%);}
.infinity{width: auto;}
.footnav{width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 10px;}
.footnav span{margin: 0 5px;}
.footnavlink{color: #1a1a1a;}

.copy span{margin: 0 5px;}
.copy a{color: #000; font-weight: 700;}


.eachcareer{width: 100%; display: block; padding: 20px; background: #efefef; margin-bottom: 10px;}
.eachcareertitle{font-weight: 700; text-transform: uppercase;}
.eachcareerlower{display: flex; justify-content: space-between; flex-wrap: wrap; font-weight: 400; font-size: 12px; align-items: center;}
.careerarrow{font-size: 16px;}



.quotename{font-style: italic; font-weight: 600; margin: 5px 0;}
.testreadmore{margin: 10px 0;}
.smallprint{font-size: 12px;}
.smallprint p{font-size: 12px;}
.embed-container {
    width: 100%;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: none;
}

.sitemapul{list-style-type: none;}
.sitemapul ul{list-style-type: none;}
.sitemapul li{margin-bottom: 10px;}
/* ==========================================================================
   BLOG
   ========================================================================== */
.theblog{width: 69.5%; background-color: #fff; margin-bottom: 15px; position: relative; padding: 20px;display: inline-block; vertical-align: top}
.thearchive{width: 29.5%; background-color: #fff; margin-bottom: 15px; position: relative; padding: 20px; display: inline-block; vertical-align: top}

.bloghead{text-transform: uppercase; }
.blogdate{font-weight: 300;}

.archivelist{width: 30%; padding: 50px 5% 0 0;}

.eacharchivefull{padding: 0;  display: flex; justify-content: space-between; flex-wrap: wrap; background: #ECEBE9; margin-bottom: 10px; align-items: center; max-height: 150px;overflow: hidden;}
.eacharchive{padding: 0;  display: flex; justify-content: space-between; flex-wrap: wrap; background: #ECEBE9; margin-bottom: 10px;}
.eacharchiveimage{width: 30%; }
.eacharchiveimage img{width: 100%; height: 100%; object-fit: cover; }
.eacharchivebody{width: 70%; padding: 20px;}
.eacharchivelink{width: 100%; padding: 20px; background: #ECEBE9; text-align: left; display: block;}

.fullarchive{width:100%;}
.eachfullarchive{padding: 10px 0; border-bottom: 1px solid #ccc; display: block;}

.eacharchive h6{font-weight: 300;}

.eachfullarchive h6{font-weight: 300;}
.ug-gallery-wrapper{font-weight:700; font-family: 'Cinzel', 'Open Sans', 'Poppins', sans-serif;}

.archivebox{width: 100%; height: 200px; padding: 0; background: #8C8076; position: relative; overflow: hidden; display: block; margin-bottom: 20px;}
.archivebox img{object-fit: cover; width: 100%; height: 100%; position: relative; z-index: 5; transition: all 0.8s ease;}
.archivebox:hover .archivecover{transform: scale(10,10);}
.archivecover{position: absolute; top: 0; left: 0; width: 100%; height: 100%;  z-index: 6;background: url(../img/punchoverlaydarker.png) center center no-repeat;transition: all 0.8s ease-in; }
.hclink:hover .archivecover{opacity: 0.1;}
/* ==========================================================================
   LINKS
   ========================================================================== */
.linkcontent{width: 100%; margin: 0 auto; }
.linkfolder{width: 100%; max-width: 800px; margin: 0 auto 20px;}
.eachuseful{width:100%; background: rgba(239,239,239,0.75) url(../img/wavegrid.png); padding:20px 20px 40px 20px; margin-bottom:20px; position:relative;}
.usefullink{position:absolute; bottom:0; right:0; padding:10px; background: #fff; color: #1a1a1a; font-size: 11.2px; font-size: 0.7rem;}
.usefullink:hover{background: none; color: #1a1a1a;}
.smallchevron{font-size: 8px;font-size:0.5rem;}
.linkborder{width:100%; border-bottom:1px solid #ccc;}


.sitemapul{list-style-type: none; padding: 20px;}
.sitemapul li{margin-bottom:15px; }
.sitemapul li ul li{margin:10px 0; background:none;}
.folderlink{margin-bottom:15px; background:none;}
.sitemapul li ul li ul li{margin-bottom:15px; background:none;}
.sitemapul li ul{list-style-type: none;}
/* ==========================================================================
   FORM
   ========================================================================== */

.theform{width:100%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0;}
.halfinput{width:  49%; position: relative;}
.fullinput{width: 100%; position: relative;}
.theform label{font-size: 12px;}
.textinput{width: 100%; border:1px solid #f9f9f9; padding: 10px; font-size: 0.8rem; background: rgba(0,0,0,0.05); background: #fff; outline: 1px solid #aaa; color: #0C0C0B; margin-bottom: 20px;}
.textinput:focus{outline: 1px solid #0f0f0f; background: #f6f6f6;}

.sf_fileinput{width: 100%; border:1px solid #f9f9f9; padding: 10px; font-size: 0.8rem; background: rgba(0,0,0,0.05); background: #fff; outline: 1px solid #aaa; color: #0C0C0B; margin-bottom: 20px;}
.sf_fileinput:focus{outline: 1px solid #0f0f0f; background: #f6f6f6;}
.submitbutton{width: 100%; border:1px solid #1a1a1a; border-radius: 2px; color: #fff; padding: 15px; transition: 0.4s; cursor: pointer; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; background: #1a1a1a}
.submitbutton:hover{background: #fff; color: #1a1a1a;}
textarea{height: 200px; text-align: left;}


.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: none;
}
.mapbox{width: 100%; height: 500px;}
.sitemapul{list-style-type: none;}
.sitemapul ul{list-style-type: none;}
.sitemapul li{margin-bottom: 10px;}
a:focus{outline: 0px solid #fff;}
div:focus{outline: 0px solid #fff;}
.hamburger{outline: 0px solid #fff;}
/* ==========================================================================
   GDPR
   ========================================================================== */

.privacylinks{width: 100%; padding: 40px 40px 20px; background: #DCDAD5; display: flex; justify-content: space-between; flex-wrap: wrap; }
.privacylink{width: calc(50% - 10px); margin-bottom: 20px; padding: 10px; background: #fff; color: #00134E; transition: all 0.3s cubic-bezier(.25,.8,.25,1); text-transform: uppercase; font-weight: 600; font-size: 14px;}
.privacylink:hover{background: rgba(255,255,255,0.5); }
.privacycontent{padding: 40px 0;}

.ptable{margin: 20px 0;}
.ptable tr td{padding: 20px;}
.ptable thead th{padding: 20px; background: #DCDAD5; }
.ptable thead th p strong{font-weight: 700; color: #1a1a1a;}




.has-tooltip:hover + .tooltip,
.has-tooltip:focus + .tooltip,
.has-tooltip.hover + .tooltip {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1) rotate(0deg);
  pointer-events: inherit;
}
.has-tooltip:hover + .textinput { background-color: yellow;}
.has-tooltip{color: #84756B;}
.tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75) rotate(5deg);
  transform-origin: bottom center;
  padding: 10px 30px;
  border-radius: 5px;
  background: rgba(132,117,107, 0.75);
  text-align: center;
  color: #fff;
    font-size: 12px;
  transition: 0.15s ease-in-out;
  opacity: 0;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  z-index: 5;
}
.tooltip.blue {
  background: rgba(132,117,107, 0.75);
}
.tooltip.blue:after {
  border-top: 5px solid rgba(132,117,107, 0.75);
}

.tooltip:hover {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1) rotate(0deg);
  pointer-events: inherit;
}
.tooltip img {
  max-width: 100%;
}
.tooltip:after {
  content: "";
  display: block;
  margin: 0 auto;
  widtH: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

/* ==========================================================================
   PARTNERS
   ========================================================================== */
.border-override {
    width: 100%;
    height: auto;
    margin: 30px auto;

    position: relative;
    display: flex; justify-content: flex-start; flex-wrap: wrap;
}
.border-override:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #f6f6f6;
}
.clientdiv {
    padding: 40px;
    width: 25%;
    height: auto;
    border: 1px solid rgba(225,225,225,0.4);
    margin: 0; 
    
    
}
.clientdiv img{width: 100%; filter: grayscale(100%); -webkit-filter: grayscale(100%); opacity: 0.5;}
.clientdiv:hover img{filter: grayscale(0%); -webkit-filter: grayscale(0%); opacity: 1;}
.clientdiv:hover{ opacity: 1;}



/* ==========================================================================
   MODAL
   ========================================================================== */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0vh;
  background-color: transparent;
  overflow: hidden;
  transition: background-color 0.25s ease;
  z-index: 1200001;
}
.modal.open {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.25s;
}
.modal.open > .content-wrapper {
  transform: scale(1);
}
.modal .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  max-width: 1000px;
  margin: 0;
  padding: 2.5rem;
  background:#f7f7f7;
  border-radius: 0.3125rem;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: transform 0.25s;
  transition-delay: 0.15s;
    max-height: 90vh;
    overflow: auto;
}
.modal .content-wrapper .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  transition: 0.25s linear;
    cursor: pointer;
}
.modal .content-wrapper .close:before, .modal .content-wrapper .close:after {
  position: absolute;
  content: '';
  width: 1.25rem;
  height: 0.125rem;
  background-color: black;
}
.modal .content-wrapper .close:before {
  transform: rotate(-45deg);
}
.modal .content-wrapper .close:after {
  transform: rotate(45deg);
}
.modal .content-wrapper .close:hover {
  transform: rotate(360deg);
}
.modal .content-wrapper .close:hover:before, .modal .content-wrapper .close:hover:after {
  background-color: tomato;
}
.modal .content-wrapper .modal-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 0 1.25rem;
}
.modal .content-wrapper .modal-header h2 {
  font-size: 1.5rem;
  font-weight: bold;
    color: #1a1a1a;
}
.modal .content-wrapper .modal-content {
  position: relative;
  display: flex; flex-wrap: wrap;width: 100%;padding: 0;
}
.modal .content-wrapper .modal-content p {
  font-size: 0.875rem;
  line-height: 1.75;
    width: 100%;
}
.modal .content-wrapper .modal-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 1.875rem 0 0;
}
.modal .content-wrapper .modal-footer .action {
  position: relative;
  margin-right: 0.625rem;
  padding: 0.625rem 1.25rem;
  border: none;
  background-color: slategray;
  border-radius: 0.25rem;
  color: white;
  font-size: 1rem;
  font-weight: 600;
    text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}
.modal .content-wrapper .modal-footer .action:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 0.25s;
  z-index: 0;
}
.modal .content-wrapper .modal-footer .action:first-child {
  background-color: #aaa;
}
.modal .content-wrapper .modal-footer .action:last-child {
  background-color: #1a1a1a;
}
.modal .content-wrapper .modal-footer .action:hover:before {
  width: 100%;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 1220px) {.navi{display: flex!important;}.ham{display: none;}}
@media only screen and (max-width: 1220px) {
    
    .header{align-items: center; z-index: 501; position: -webkit-sticky; /* Safari */ position: sticky; top: 0; z-index: 1500; padding: 40px 5%;}
    .ham{display: block;}
    .navi{display: none; width: 100%; height: auto; text-align: right; padding: 20px 0; text-align: center}
    .navigation a{display: block; width: 100%; margin: 0; font-size: 18px; margin-bottom: 10px;}
    .headersocial{display: none;}
    .navheader{border: 0px solid #fff; position: relative; position: -webkit-sticky; /* Safari */ position: sticky; top: 80px; z-index: 1500;background: #f6f6f6; padding:0 5%}
    .headbuffer{height: 16px;}
    .navigation{text-align: center;}
    .navi a{display: block; width: 100%; margin: 0; font-size: 18px; }
    .navlink{padding: 5px 0;}
    .dropdown{position: relative;}
    .dropdown span::after{content: ''; margin-left: 0;}
    .dropdown:hover{background: none;}
    .dropdown-content {display: none;}
    .aboutcontent{max-width: 100%;}
    .archivelist{width: 100%; padding: 0 5%;}
}
@media only screen and (max-width: 800px) {
    .logo{max-width: 33%;}
    .homecontent{max-width: 100%;}
    .fullcontent{padding: 0 3%;}
    .content{padding: 40px 5%;}
    .homelinkimage{width: 100%; height: 300px;}
    .homelinktext{width: 100%; padding: 20px; background: #fff;}
    .homelinkbutton{position: relative; left: 0; background: #efefef; padding: 10px 40px;}
    .eachtestimonial{width: 100%; padding: 40px 10%;}
    .testimonial{font-size: 22px;}
    .footer{margin-top: 40px;}
    .hero{height: 50vh;}
    .header{padding: 40px 5% 20px;}
    .footer{padding: 20px 5%;}
    .footersocial a{color: #283039; margin: 0 20px 0 0; font-size: 22px;}
    .latestnews{padding: 0 3%; margin-top: 40px;}
    .eachlatestnews{width: 100%;}
    .eachlatestnews:first-of-type{margin-bottom: 20px;}
    .footleft{width: 100%;}
    .infinity{width: 100%; margin: 20px auto 0; border-top: 1px solid #8C8076; padding-top: 20px;}
    .headbuffer{height: 20px;}
    .logo{font-size: 18px;}
    .halfcontent{width: 100%; height: 300px;}
    .hcleft{margin-bottom: 20px;}
    .sidecontent{width: 90%; padding: 20px 10%; border-top: 1px solid #8C8076; border-bottom: 1px solid #8C8076; margin: 20px auto 40px;}
.sidetestimonial{border-left: 0px solid #8C8076; padding-left: 0; font-size: 16px; font-style: italic; color: #8C8076;}
    .homecontenttext{padding-left: 0; }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
