/** Mogul Framework Styles **/

/* ------------------------------------- 
  Normalize
  ----------------------------------- */

  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  audio:not([controls]) { display: none; }[hidden] { display: none; }
  html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;background: #0063a7;}
  html, button, input, select, textarea {font-family: sans-serif;color: #656060;}
  body { margin: 0; font-size: 1em; line-height: 1.4; }
  ::-moz-selection { background: #2fbdff; color: #fff; text-shadow: none; }
  ::selection {background: #2fbdff;color: #fff;text-shadow: none;}
  a {color: #f5f5f5;text-decoration: none;}
  a:visited {color: #f5f5f5;}
  .no-touch a:hover {filter: alpha(opacity=75);opacity: 0.75;}
  a:focus { outline: none; }
  b, strong { font-weight: bold; }
  dfn { font-style: italic; }
  ins { background: #ff9; color: #000; text-decoration: none; }
  mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  pre, code, kbd, samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  small {font-size: 75%;}
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }
  ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
  dd { margin: 0 0 0 40px; }
  nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%;height:auto;}
  svg:not(:root) { overflow: hidden; }
  figure { margin: 0; }
  form { margin: 0; }
  fieldset { border: 0; margin: 0; padding: 0; }
  label { cursor: pointer; }
  legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  button, input { line-height: normal; }
  button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  button[disabled], input[disabled] { cursor: default; }
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
  input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } 
  textarea { overflow: auto; vertical-align: top; resize: vertical; }
  input:valid, textarea:valid {  }
  input:invalid, textarea:invalid { background-color: #f0dddd; }
  table { border-collapse: collapse; border-spacing: 0; }
  td { vertical-align: top; }


/* ------------------------------------- 
  Globals
  ----------------------------------- */

/* Helpers
  ----------------------------- */
  .hidden { display: none !important; visibility: hidden; }
  .clearfix:before, .clearfix:after { content: ""; display: table; }
  .clearfix:after { clear: both; }
  .clearfix { *zoom: 1; }
  

/* Wrap
  --------------------------- */   
  .wrap{position: relative;z-index: 2;-webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  transition: all 0.3s ease;background: white;}
  .nav-open .wrap{-webkit-transform: translate(-270px, 0px);-moz-transform: translate(-270px, 0px);-o-transform: translate(-270px, 0px);-ms-transform: translate(-270px, 0px);transform: translate(-270px, 0px);box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.14);}

/* Vertical Centering
  --------------------------- */
  .v-align { position: relative; top: 0; right: 0; height: 100%; bottom: 0; left: 0; display: table; width: 100%;}

/* Horizontal Centering
  --------------------------- */
  .center{text-align: center;margin: auto;}
  .h-align {height: 100%;width: 100%;display: table-cell;vertical-align: middle;}
  .inner{max-width: 1700px;padding: 0 7%;margin:0 auto;position: relative;}
  .inner-900{max-width:900px;}
  .inner-700{max-width: 774px;}
  .home .inner-700{max-width: 760px;} 
  .inner.wide{max-width: 100%;padding: 0 60px;}
  .inner.medium{max-width: 1400px;}
  .inner.thin{max-width: 1200px;}



/* Viewport Heights
  --------------------------- */
  @media screen and (min-height:650px) and (min-width:650px){
    .vheight-100{height:100vh;} 
    .vheight-90{height:90vh;}
    .vheight-80{height:80vh;}
    .vheight-70{height: 75vh;}
    .vheight-60{height:60vh;} 
  }

/* Vertical padding / margin
  --------------------------- */
  .pad-top-160{padding-top: 160px;}
  .pad-bot-160{padding-bottom: 160px;}
  .pad-top-140{padding-top: 140px;}
  .pad-bot-140{padding-bottom: 140px;}
  .pad-top-120{padding-top: 120px;}
  .pad-bot-120{padding-bottom: 120px;}
  .pad-top-100{padding-top: 100px;}
  .pad-bot-100{padding-bottom: 100px;}
  .pad-top-80{padding-top: 80px;}
  .pad-bot-80{padding-bottom: 80px;}
  .pad-top-60{padding-top: 60px;}
  .pad-bot-60{padding-bottom: 60px;}
  .pad-top-40{padding-top: 40px;}
  .pad-bot-40{padding-bottom: 40px;}
  .pad-top-20{padding-top: 20px;}
  .pad-bot-20{padding-bottom: 20px;}

  .mar-top-160{margin-top: 160px;}
  .mar-bot-160{margin-bottom: 160px;}
  .mar-top-140{margin-top: 140px;}
  .mar-bot-140{margin-bottom: 140px;}
  .mar-top-120{margin-top: 120px;}
  .mar-bot-120{margin-bottom: 120px;}
  .mar-top-100{margin-top: 100px;}
  .mar-bot-100{margin-bottom: 100px;}
  .mar-top-80{margin-top: 80px;}
  .mar-bot-80{margin-bottom: 80px;}
  .mar-top-60{margin-top: 60px;}
  .mar-bot-60{margin-bottom: 60px;}
  .mar-top-40{margin-top: 40px;}
  .mar-bot-40{margin-bottom: 40px;}
  .mar-top-20{margin-top: 20px;}
  .mar-bot-20{margin-bottom: 20px;}
  
  @media screen and (max-width:640px){
    .pad-top-160{padding-top: 80px;}
    .pad-bot-160{padding-bottom: 80px;}
    .pad-top-140{padding-top: 70px;}
    .pad-bot-140{padding-bottom: 70px;}
    .pad-top-120{padding-top: 60px;}
    .pad-bot-120{padding-bottom: 60px;}
    .pad-top-100{padding-top: 50px;}
    .pad-bot-100{padding-bottom: 50px;}
    .pad-top-80{padding-top: 40px;}
    .pad-bot-80{padding-bottom: 40px;}
    .pad-top-60{padding-top: 30px;}
    .pad-bot-60{padding-bottom: 30px;}
    .pad-top-40{padding-top: 20px;}
    .pad-bot-40{padding-bottom: 20px;}
    .pad-top-20{padding-top: 10px;}
    .pad-bot-20{padding-bottom: 10px;}

    .mar-top-160{margin-top: 80px;}
    .mar-bot-160{margin-bottom: 80px;}
    .mar-top-140{margin-top: 70px;}
    .mar-bot-140{margin-bottom: 70px;}
    .mar-top-120{margin-top: 60px;}
    .mar-bot-120{margin-bottom: 60px;}
    .mar-top-100{margin-top: 50px;}
    .mar-bot-100{margin-bottom: 50px;}
    .mar-top-80{margin-top: 40px;}
    .mar-bot-80{margin-bottom: 40px;}
    .mar-top-60{margin-top: 30px;}
    .mar-bot-60{margin-bottom: 30px;}
    .mar-top-40{margin-top: 20px;}
    .mar-bot-40{margin-bottom: 20px;}
    .mar-top-20{margin-top: 10px;}
    .mar-bot-20{margin-bottom: 10px;}
  }

/* Main Grid / Diff Col Grid
  ------------------------ */
  *, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
  .grid{/* overflow: hidden; */}
  .grid:after {content: "";display: table;clear: both;}

  [class*='col-'] {float: left;padding: 0px;}
  .col-1-1 {width: 100%;}
  .col-1-2 {width: 50%;}
  .col-1-3 {width: 33.33%;}
  .col-2-3 {width: 66.66%;}
  .col-1-4 {width: 25%;}
  .col-2-4 {width: 50%;}
  .col-3-4 {width:75%;}

  .grid.column-2{margin-left: -4%;margin-right: -4%;}
  .grid.column-2 .col{float: left;width: 42%;margin-left: 4%;margin-right: 4%;}
  .grid.column-2.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-2.tight .col{float: left;width: 49%;margin-left: 0.5%;margin-right: 0.5%;}
  .grid.column-2.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-2.no-gutter .col{width: 50%;margin-left: 0%;margin-right: 0%;}
  .grid.column-2.no-gutter .col.shadow{border-radius: 0px;}

  .grid.column-3{margin-left: -2%;margin-right: -2%;}
  .grid.column-3 .col{float: left;width: 29.33%;margin: 0 2% 30px;}
  .grid.column-3.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-3.tight .col{float: left;width: 32.33%;margin: 0 0.5% 20px;}
  .grid.column-3.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-3.no-gutter .col{width: 33.33%;margin: 0 0%;}

  .grid.column-4{margin-left: -1%;margin-right: -1%;}
  .grid.column-4 .col{float: left;width: 23%;margin: 0 1%;}
  .grid.column-4.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-4.tight .col{width: 24%;margin: 0 0.5%;}
  .grid.column-4.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-4.no-gutter .col{width: 25%;margin: 0 0%;}

  .grid.column-5{margin-left: -1%;margin-right: -1%;}
  .grid.column-5 .col{float: left;width: 18%;margin: 0 1%;}
  .grid.column-5.tight{margin-left: -0.5%;margin-right: -0.5%;}
  .grid.column-5.tight .col{float: left;width: 19%;margin: 0 0.5%;}
  .grid.column-5.no-gutter{margin-left: 0%;margin-right: 0%;}
  .grid.column-5.no-gutter .col{width: 20%;margin: 0 0%;}

  @media screen and (max-width:960px){
    .grid.column-4 .col{width: 48%;margin-bottom: 20px;}
  }

    @media screen and (max-width:1200px){
    .services .grid.column-4 .col{width: 48%;margin-bottom: 20px;}
  }

      @media screen and (max-width:650px){
    .services .grid.column-4 .col{width: 100%;margin-bottom: 20px;}
  }
  @media screen and (max-width:700px){
    .grid.column-2 .col,.grid.column-2.no-gutter .col{width:100%;margin-bottom: 20px;}
    .grid.column-2 .col,.grid.column-2.no-gutter .col:last-child{margin: 0px;}
    .grid.column-2.no-gutter .col.shadow{border-radius: 4px;}
    .alternating .column-2 img{margin-bottom:20px;}
  }
    @media screen and (max-width:700px){
    .home-page-alternating .alternating .column-2 img{margin-bottom:-10px;min-height: 300px;}
  }
  @media screen and (max-width:850px){
    .grid.column-3 .col, .grid.column-3.no-gutter .col,.grid.column-3.tight .col{width: 46%;margin-bottom: 20px;}
    footer .grid.column-3 .col{width: 46%;margin-bottom: 20px;}
    footer .grid.column-3 .col:nth-child(3){width: 100%;margin-bottom: 20px;padding-right: 20px;}
    .grid.column-3 .col:last-child,.grid.column-3.no-gutter .col:last-child{margin-bottom:0px;} 
  }

  @media screen and (max-width:460px){
    .grid.column-4 .col{width:100%;} 
    footer .grid.column-3 .col{width: 100%;margin-bottom: 20px;}
    .grid.column-3 .col, .grid.column-3.no-gutter .col,.grid.column-3.tight .col{width: 100%;margin-bottom: 20px;}
  }

/* Flex Grid
  ------------------------ */
  .flex{display: -moz-flex;display: -webkit-flex;display: flex;-moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;position: relative;}


/* ------------------------------------- 
  Components
  ----------------------------------- */  

/* Typography
  ------------------------ */
  body{font-size:1em;font-family: 'museo-sans', sans-serif;line-height: 1.375em;} 
  h1, h2, h3, h4, h5, h6{margin-bottom: 0.8em;}
  h1{font-size: 3em; line-height: 1.05em;}
  h2{font-size: 3em;line-height: 1.25em;margin-top: 0px;font-weight: 100;}
  h2:after {content: '';width: 80px;height: 0px;display: block;margin: auto;border-top: 3px solid #0063a7;margin-top: 10px;}
  .alternating h2:after {margin-left: 0px;border-color: white;margin-top: 30px;}
  h3{font-size: 1.75em;line-height: 1.25em;}
  h4{font-size: 1.2em;line-height: 1.22em;letter-spacing: 0.5px;}
  h5{font-size: 1em;line-height: 1.22em;}
  p,li{color: #656060;line-height: 1.6em;}
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li, .dark span{color: #fff;}

  blockquote{font-size: 1.5em;line-height: 1.45833333em;border-left: 4px solid #E6E6E6;padding-left: 40px;margin-left: 0px;}
  .dark blockquote{border-left: 4px solid rgba(255, 255, 255, 0.2);}
  
  @media screen and (max-width: 1024px){
    h1{font-size: 2.5em;line-height: 1.125em;}
    h2{font-size: 3em;line-height: 1.25em;}
    h3{font-size: 1.5em;line-height: 1.25em;}
    h4{font-size: 1.125em; line-height: 1.22em;}
  }
  @media screen and (max-width: 640px){
    body{line-height: 1.25em;}
    h1{font-size:2em;line-height:1.25em;}
    h2{font-size:1.625em;line-height:1.15em;}
    h3{font-size: 1.375em; line-height: 1.13em;}
    h4{font-size: 1.125em;line-height: 1.11em;}
    h5{line-height: 1.11em;}
    p,li{font-size:13px}
    blockquote{font-size: 1.25em; line-height: 1.25em;}
  }

/* Buttons - button groups
  --------------------------- */ 
  a.button{padding: 12px 31px;background-color: #0063a7;color: white;font-size: 16px;display: inline-block;line-height: 1em;position: relative;font-weight: 800;border-radius: 3px;}
  a.button.small{padding: 6px 12px;font-size: 12px;}
  a.button.round{border-radius: 100px;}
  a.button.rounded{border-radius: 4px;}
  a.button.bg-white{background:white; color:black;}
  a.button.bg-blue{background: #007FEF;color:white;}
  a.button.bg-green{background: #00ca6e;color:white;}  
  a.button.ghost{background:transparent;border: 2px solid;}
  .button-group{margin:2em 0;}
  .button-group a{margin: 0 10px 5px 0px;}
  .button-group:last-child{margin-bottom:0;}

  .error404 a {color: #0063a7;} 

/* Icons
  --------------------------- */ 
  i[class*="icon"]{font-family: 'framework';cursor:pointer;}
  [class^="icon-"]:before, [class*=" icon-"]:before{display:block; line-height: inherit !important;}
  i.icon-play{position: absolute;color: white;left: 0;right: 0;margin: auto;top: 0;bottom: 0;font-size: 5.625em;width: 97px;height: 90px;line-height: 90px;cursor: pointer;}

/* Tables
  --------------------------- */ 
  table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb;width: 100%;}
  table td,table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:0.5em 1em}
  table th{border-bottom:1px solid #cbcbcb;font-weight: 700;}
  table td:first-child,table th:first-child{border-left-width:0}
  table thead{background:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}
  table tr:nth-child(2n-1) td{background-color:#f8f8f8}
  table td{border-bottom:1px solid #cbcbcb}

/* video background sections 
  --------------------------- */
  .bg-vid-parent{height: 100vh;position: relative;z-index: 1;overflow: hidden;width: 100%;overflow-x: hidden;}
  .bg-video {display: block;position: absolute;width: 100%;z-index: -1;top: 0;left: 0;pointer-events: none;}
  .bg-video[style*="display"]{opacity:1;}
  .bg-vid-parent .inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
  .bg-vid-parent .inner > .intro-copy{}
  
  @media screen and (max-width:1099px){
    .bg-vid-parent.background-image{background-attachment:fixed !Important;}
    .touchevents .bg-vid-parent.background-image{background-attachment:scroll !Important;}
    .bg-video{display:none;}
  }

/* Backgrounds
  --------------------------- */   
  .bg-white{background:white;}
  .bg-black{background: #333333;}
  .bg-grey{background: #F5F5F5;}
  .bg-blue{background: rgba(0, 197, 225, 1);}
  .background-image{background-size: cover;background-position: center;position: relative;}
  .home .background-image:before{content:' ';display:block;position: absolute;background-color: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;left: 0;top: 0;}
  .background-image:before{content:' ';display:block;position: absolute;background-color: rgba(1, 33, 55, 0.58);width: 100%;height: 100%;left: 0;top: 0;}
  .background-image.no-overlay:before{display:none;}

  .img-bg-swap{}
  .img-bg-swap img{display: none;}
  @media screen and (max-width: 700px){
    .background-image.img-bg-swap{background-image:none !important;} 
    .img-bg-swap img{display: block;}
  }
  
/* Dividers
  --------------------------- */  
  hr {display: block;height: 1px;border: 0;border-top: 1px solid #E4E4E4;margin: 1em 0;padding: 0;}
  hr.divider{margin: 3em 0;}
  .dark hr{border-top: 1px solid rgba(255,255,255,0.2);}

/* Section header 
  --------------------------- */
  .section-header{padding-bottom:1px;}
  .section-head{margin-bottom: 50px;position:relative;}
  .section-head.center{margin-left:auto;margin-right:auto;max-width: 760px;}
  .section-head h2,.section-head h3,.section-head h4,.section-head h5{margin-top: 10px;margin-bottom: 5px;}
  .section-head.dark h2,.section-head.dark h3,.section-head.dark h4,.section-head.dark h5{color: white;}
  .section-head.center .button-group{position:relative;margin: 2em 0 0;}

  @media screen and (min-width:650px){
    .section-head .button-group{position:absolute;right:0px;margin: 0;bottom: 0;}
  }
  @media screen and (max-width:650px){
    .section-head h3,.section-head h4,.section-head h5{display:block;margin-bottom:20px;}
  }

/* Tabs
  --------------------------- */   
  ul.tabs{margin: 0px;padding: 0px;list-style: none;background: white;}
  ul.tabs li{color: #505050;display: inline-block;padding: 8px 16px;cursor: pointer;border-radius: 2px 2px 0px 0px;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  .no-touch ul.tabs li:hover{filter: alpha(opacity=70); opacity: 0.7;}
  ul.tabs li.current{border-bottom: 2px solid #15CD52;}
  .no-touch ul.tabs li.current:hover{filter: alpha(opacity=100); opacity: 1;}
  .tab-content{display: none;}
  .tab-content.current{display: inherit;}


/* Accordions
  -------------------------- */
  #accordion{margin: 2.4em auto 1em;}
  .accordion-head {cursor: pointer;padding: 20px 62px 19px 20px;margin: 3px 0px -2px 0px;border: 2px solid #eee;position: relative;font-size: 16px;background-color: #0063a7;color: white;}
  .accordion-head:hover{background: rgba(0, 99, 167, 0.75);}
  .accordion-head:before{content: 'd';font-family: 'framework';position: absolute;right: 17px;font-size: 19px;top: 20px;text-transform: lowercase;font-weight: 900;}
  .accordion-head.open:before{content: 'e';}
  .accordion-body {display: none;background: rgb(255, 255, 255);padding: 8px 31px;border: 2px solid #eee;margin-bottom: 10px;}
  .accordion-body.default {display: block;}
  .accordion {max-width: 950px;margin: auto;}
  .accordion p {font-size: 0.9em;}
  .accordion img {margin: 5px;}
  .accordion li {font-size: 0.9em;}
  .accordians .inner { max-width: 1210px;} 


/* Breadcrumbs
  --------------------------- */
  .breadcrumbs{margin: 0 0 10px;list-style: none;padding: 0px;}
  .breadcrumbs li{display: inline-block;margin-right: 17px;position: relative;font-size: 14px;color: rgb(255, 255, 255);}
  .breadcrumbs.light li{ color: #757575;}
  .breadcrumbs li:before{display:block; content: '>';position: absolute;right: -11px;font-size: 9px;}
  .breadcrumbs li:last-child:before{display:none;}
  .breadcrumbs li a{color: #ffffff;font-weight: 600;}
  .breadcrumbs.light li a{color: #EE4136;}


/* WP - image styles
  --------------------------- */
  img.alignright { float: right; margin: 0 0 1em 1em;max-width: 36%;}
  img.alignleft {float: left;margin: 0 30px 20px 0;max-width: 27%;}
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft {float: left;}
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .wp-caption .wp-caption-text{font-size: 12px;}
  .alignleft.wp-caption{margin: 10px 20px 10px 0px;max-width: 100%;max-width: 50%;}
  .alignright.wp-caption{margin: 10px 0px 20px 20px;}  
  .wp-caption img{margin-bottom: 10px;}

/* Intro
  --------------------------- */     
  .intro-copy{}
  .intro-copy h1 {font-size: 5em;font-weight: 100;margin-bottom: 0px;}
  .no-content .intro-copy{min-height:300px}
  .intro-copy h1, .intro-copy h2, .intro-copy h3{margin-top:0px;}
  .intro.background-image {background-attachment: fixed;}
  .intro.default .inner {padding-top: 120px;}
  .intro.default {background-position: 10% 10%;background-size: 100%;}
  @media screen and (max-width:860px){
    .no-content .intro-copy{min-height:120px}
  }
  @media screen and (max-width:780px) {
    .intro.background-image {background-size: cover;background-attachment: initial;}
  }

  @media screen and (max-width:650px) { 
    .intro-copy h1 {font-size:3em}
  }
  
/* Tiles 
  --------------------------- */   
  .grid .tile{}
  .grid .tile.shadow{overflow: hidden;border-radius: 0px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);background: white;}
  .grid .tile-copy{padding: 25px;background: #0063a7;}
  .grid .tile-copy.transparent{background: transparent;}
  .grid .tile-copy *:first-child{margin-top:0px;}
  .grid .tile-copy.transparent{padding: 25px 0px 0px;}
  .grid .tile-copy p{font-size: 1em;}
  .tile-copy p:last-child{margin-bottom:0px;}
  .tiles .tile-copy p {color: white;font-size: 0.9em;}

  /* Services Tiles
  --------------------------- */
  .services .grid .tile-copy {background: none;}
  .services .grid .col.tile.shadow {box-shadow: none;background: none;text-align:center}
  .services img {width: 200px;height: 200px;object-fit: cover;border-radius:200px}
  .services .tile-copy h4 a, h4 {color: #0063a7;font-weight: 300;text-transform: uppercase;}
  .tiles.services .tile-copy p {color: #656060;}
  .services.bg-grey.tiles .section-head h2:after {margin: auto;} 

  .bg-grey.tiles .tile-copy h5 {color: rgba(255, 255, 255, 0.73);margin-top: -13px;font-size: 13px;}
  .bg-grey.tiles .tile {background-color:#0063a7;margin-bottom: 32px;} 
  .bg-grey.tiles .section-head h2:after {margin-left:0px}
  .bg-grey.tiles .tile-copy li {color: white;font-size: 0.9em}
  .bg-grey.tiles .tile-copy ul {padding-left: 19px;} 


/* Cards - (Tile derivative)
  --------------------------- */   
  .card{position: relative;min-height: 330px;}
  .card img{min-he;width: 600px;max-width: 600px;object-fit: cover;}
  .card .tile-copy{position: absolute;bottom: 0px;background: transparent;}  
  .card .tile-copy a{color:white;}
  .card.background-image:before{background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0.65) 100%);background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 100%);background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
  .single-column img {margin-top: 20px;margin-bottom: 10px;}
  .single-column.left h2:after {margin-left: 0px;}

  .field-wrap.text-wrap {width: 30%;display: inline-block;margin-right: 4.3%;}
  .field-wrap.text-wrap:nth-child(4) {margin-right: 0px;}
  .ninja-forms-form-wrap input,
  .ninja-forms-form-wrap select ,
  .ninja-forms-form-wrap textarea {width: auto;height: auto;vertical-align: inherit;border: 0px;background: #ededed;padding: 10px;}
  input[type="submit"] {padding: 12px 31px;background-color: #0063a7;color: white;font-size: 14px;display: inline-block;line-height: 1em;position: relative;font-weight: 800;border-radius: 3px;}
  
  @media screen and (max-width:700px) {
    .field-wrap.text-wrap {width: 100%;display: inline-block;margin-right:0px;margin-bottom:-10px}
    .field-wrap.text-wrap input {margin-top:-10px}
  }

  @media screen and (max-width:600px){ 
    .card{min-height:0px;}
    .card img{width: 100%;}  
  }
  @media screen and (max-width:460px){
    .card img{width: auto;height: 330px;}   
  }

  
/* Alternating 2 column
  --------------------------- */
  .alternating{max-width: 100%;padding: 0px;margin: 0px;}
  .alternating .flex.column-2{margin-top:20px;}
  .alternating .flex.column-2:first-child{margin-top:20px;}
  .alternating .column-2 .col{float: right;}
  .alternating .column-2:before{display:block;content:' ';margin: 2.8em auto;border-top: 1px solid #E3E3E3;width: 94%;}
  .alternating .flex.column-2:before{display:none;}
  .alternating .column-2:first-child{margin-top: 35px;}
  .alternating .column-2:first-child:last-child{margin:0px;} 
  .alternating .column-2:first-child:before{display:none;}
  .alternating .column-2:nth-child(odd){}
  .alternating .flex.column-2:nth-child(even){display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  .alternating .column-2:nth-child(odd) .col:nth-child(odd){float: left;}
  .alternating .column-2:nth-child(odd) .col:nth-child(even){float: right;} 
  .alternating .grid.column-2 .col:nth-child(odd){margin-bottom: 0;}  
  .alternating .column-2 img{} 
  .alternating .content *:first-child{margin-top:0px;}
  .alternating .map_embed{padding-bottom: 5%; overflow: hidden }  
  .alternating h3 {color: #393939;}

  .about .alternating.inner {margin: auto;max-width: 1300px; padding: 60px 0px 40px;}
  .about .alternating.inner .col:nth-child(1) {width: 30%;padding: 10px;}
  .about .alternating.inner .col:nth-child(2) {width: 54%;padding: 10px;} 
  .about .alternating.inner .grid:nth-child(2):before {display: none;}
  .about .grid.column-2 {margin: 0px;max-width: 1200px;margin: auto;}
  .about .section-head {margin-bottom: 10px;margin: auto;width: 80%;margin-left: 8%;} 
  .about .alternating .col .content h3:after {content: '';width: 80px;height: 3px;display: block;background: #0063a7;margin-top: 9px;}
  
  @media screen and (max-width:800px) {
    .about .alternating.inner .col:nth-child(1) {width: 100%;padding:20px;margin: 0px;}
    .about .alternating.inner .col:nth-child(2) {width: 100%;padding:20px;margin: 0px;}
    .about .section-head {margin-bottom:-20px}
}
  
  @media screen and (max-width:950px){
    .alternating .column-2:before{margin: 3em auto 3em;width: 100%;}
  }
  @media screen and (max-width:700px){
    .alternating .column-2:before{margin: 2em auto 2em;}
  }  

/* Alternating Home Page
--------------------------- */

  .home-page-alternating .alternating .grid {background-color: #0063a7;color: white;}
  .home-page-alternating .alternating .grid .col {padding-left: 0px;margin-left: 0px;}
  .home-page-alternating .grid .col .content {padding-top: 10%;padding-bottom: 50px;padding-right: 3%;}
  .home-page-alternating .grid .col:nth-child(2) {padding-left: 50px;padding-right: 50px;}
  .home-page-alternating .grid.column-2 .col {margin-left: 0px;margin-right: 0px;width: 50%;}
  .home-page-alternating img {width: 100%;min-height: 497px;object-fit: cover;}
  .home-page-alternating a.button {background-color: white;color: #0063a7;}
  .home-page-alternating {background-image: url('../img/wov.png');width: 100%;}
  .home-page-alternating .grid .col .content p {font-size: 1.4em;font-weight: 100;}

    @media screen and (max-width:1112px) {
      .home-page-alternating .grid .col .content p {font-size: 1em !important}
  }

  @media screen and (max-width:1260px) {
      .home-page-alternating img {min-height: 520px;}
  }

  @media screen and (max-width:950px) {
    .home-page-alternating .grid.column-2 .col {width:100%}
    .home-page-alternating .grid.column-2 .col .content {padding-top:30px}
  }



/* Slick slider
  --------------------------- */
  .slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
  .slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
  .slick-list:focus{outline: none;}
  .slick-list.dragging{cursor: pointer;cursor: hand;}
  .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
  .slick-track{position: relative;top: 0;left: 0;display: block;}
  .slick-track:before,.slick-track:after{display: table;content: '';}
  .slick-track:after{clear: both;}
  .slick-loading .slick-track{visibility: hidden;}
  .slick-slide{display: none;float: left;height: 100%;min-height: 1px;outline: none;}
  .slick-slide.vheight-70{height:70vh;}
  [dir='rtl'] .slick-slide{float: right;}
  .slick-slide img{display: block;}
  .slick-slide.slick-loading img{display: none;}
  .slick-slide.dragging img{pointer-events: none;}
  .slick-initialized .slick-slide{display: block;}
  .slick-loading .slick-slide{visibility: hidden;}
  .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
  .slick-arrow.slick-hidden {display: none;}

  /* Dots */
  .slick-dots{position: absolute;bottom: 40px;z-index: 9;width:100%;text-align:center;margin:0px;padding:0px;}
  .slick-dots button{background: rgba(255, 255, 255, 0.35);}
  .slick-dots li{font-size:0px;display:inline-block;margin: 0 5px;}
  .slick-dots button{border: 0px;width: 10px;height: 10px;display: block;border-radius: 20px;padding: 0px;outline: none;}
  .slick-dots li.slick-active{}
  .slick-dots li.slick-active button{background: #ffffff;}
  .slick-dotted.slick-slider { margin-bottom: 0px; padding-bottom: 0px;}

  @media screen and (max-width:450px){
    .slick-dots button{}
  }
 
  /* Arrows */
  .slick-prev,
  .slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;margin-top: -10px;padding: 0;cursor: pointer;color: transparent;border: none;outline: none;background: transparent;z-index: 1;}
  .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color: transparent;outline: none;background: transparent;}
  .slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity: 1;}
  .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity: .25;}
  .slick-prev:before,.slick-next:before{font-size: 26px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-family: framework;}
  .slick-prev{left: 25px;}
  [dir='rtl'] .slick-prev{right: -25px;left: auto;}
  .slick-prev:before{content: 'i';}
  [dir='rtl'] .slick-prev:before{content: '>';}
  .slick-next{right: 29px;}
  [dir='rtl'] .slick-next{right: auto;left: -25px;}
  .slick-next:before{content: 'j';}
  [dir='rtl'] .slick-next:before{content: '<';}

  @media screen and (max-width:1024px){
    .slick-prev, .slick-next{display:none !important;}
  }


/* Blog filter bar
  --------------------------- */
  .blog-filter {background: #FFF;margin-bottom: 30px;overflow: hidden;border-bottom:1px solid #eee;}
  .blog-filter ul {text-align:center;margin: 0;padding: 10px;}
  .blog-filter li {display:inline-block;margin: 10px 20px;} 
  
  .blog-filter .level-1 {border-bottom: 1px dashed #EEE;margin-bottom: -1px;}
  .blog-filter .level-1 a { padding: 0 0 5px 0;}
  .blog-filter .level-1 a:after { content:"+"; padding-left:5px; }
  .blog-filter .level-1 a.open:after { content:"-"; }
  
  .blog-filter .level-2 li { font-size:14px; margin:10px; }
  .blog-filter a:hover { opacity:0.8; }
  .blog-filter a span { display:inline-block; font-size:10px; padding:2px 4px; min-width:21px; height:21px; border-radius:100px; background:#EEE; }



/* Comments
  --------------------------- */  

  .comments-wrapper .navigation{display:none;}
  ol.commentlist {list-style:none;margin:0 0 1em;padding: 20px 0 0;text-indent:0;}
  ol.commentlist li { }
  ol.commentlist li.alt { }
  ol.commentlist li.bypostauthor {}
  ol.commentlist li.byuser {}
  ol.commentlist li.comment-author-admin {}
  ol.commentlist li.comment {padding:1em;border: 1px solid #eee;}
  ol.commentlist li.comment div.comment-author {}
  ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
  ol.commentlist li.comment div.vcard cite.fn a.url {}
  ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
  ol.commentlist li.comment div.vcard img.avatar-32 {}
  ol.commentlist li.comment div.vcard img.photo {}
  ol.commentlist li.comment div.vcard span.says {}
  ol.commentlist li.comment div.commentmetadata {}
  ol.commentlist li.comment div.comment-meta { font-size:9px; }
  ol.commentlist li.comment div.comment-meta a { color:#ccc; }
  ol.commentlist li.comment p {margin:0 0 1em;font-size: 14px;}
  ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
  ol.commentlist li.comment div.reply { font-size:11px; }
  ol.commentlist li.comment div.reply a { font-weight:bold; }
  ol.commentlist li.comment ul.children {list-style:none;margin:1em 0 0;text-indent:0;padding-left: 0px;}
  ol.commentlist li.comment ul.children li {}
  ol.commentlist li.comment ul.children li.alt {}
  ol.commentlist li.comment ul.children li.bypostauthor {}
  ol.commentlist li.comment ul.children li.byuser {}
  ol.commentlist li.comment ul.children li.comment {}
  ol.commentlist li.comment ul.children li.comment-author-admin {}
  ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #eee;margin:0 0 .25em .25em;}
  ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ul.children li.depth-5 {}
  ol.commentlist li.comment ul.children li.odd {}
  ol.commentlist li.even { background:#fff; }
  ol.commentlist li.odd { background:#f6f6f6; }
  ol.commentlist li.parent {border-left: 5px solid #eee;}
  ol.commentlist li.thread-alt { }
  ol.commentlist li.thread-even {}
  ol.commentlist li.thread-odd {}

  #commentform textarea, #commentform input {background: #EFEFEF;border: 0px;font-size: 12px;padding: 10px 10px;outline: none;width: 100%;}
  #commentform input[type="submit"]{font-size: 12px;padding: 4px 16px;line-height: 26px;width: auto;border: 2px solid #222;background: rgba(0, 0, 0, 0);outline: none;margin-top: 10px;text-transform:uppercase;}
	p.comment-form-url { display:none; }


/* Search page
  --------------------------- */
  .search-results{}
  .search-results article{display:block;float: none;width: 100%;border-bottom: 1px solid white;background: white;padding: 17px 23px 16px;margin: 0px 1% 4px;}
  .search-results article h3{margin:0px;font-size: 18px;}
  .search-results article h5.date-meta{margin:5px 0px 0px;}
  .search-results article p{margin: 10px 0px 0px;font-size: 13px;}
  .load-more-wrapper{margin:10px 0px;}

  @media screen and (max-width:450px){
    .search-results article h3{line-height:1.3em;}
    .search-results article p{font-size:11px;}
  }


/* Footer
  --------------------------- */
	footer .social i{color: white;font-size: 27px;display: inline-block;margin: 0 13px 0px 0;}
	footer iframe {width: 100%;height: 200px;}
	footer h4 {font-size: 1.5em;}
    footer h4:after {content: '';width: 80px;height: 0px;display: block;border-top: 2px solid #0063a7;margin-top: 20px;}
    footer .col {opacity: 0.8;}
    footer p {font-weight: 100;}
    footer li {list-style: none;}
    footer li:before {content: '+';font-weight: 900;margin-right: 10px;font-size: 1.4em;}
    footer ul {padding-left: 0px;}
    footer .grid.column-3 .col {width: 15%;min-width: 200px;}
    footer .grid.column-3 .col:nth-child(3) {width: 48%;float: right;text-align: right;}
    footer .grid.column-3 .col:nth-child(3) h4:after {border: 0px;}
    footer .grid.column-3 .col:nth-child(3) h4 {border-bottom: 2px solid #0063a7;}

    @media screen and (max-width:1140px) {
      footer .grid.column-3 .col:nth-child(3) {max-width:500px;width:40%}
    }
        @media screen and (max-width:955px) {
      footer .grid.column-3 .col:nth-child(3) {width:100%;max-width:1000px;float:left;text-align:left}
      footer .grid.column-3 .col {width:45%}
    }



/* Slick - Gallery slider
  ------------------------------------ */
  .gallery-slider img{height: 400px;}
  .gallery-slider .slick-dots{bottom: 16px;}

  @media screen and (max-width:1024px){
  	.gallery-slider img{height: 300px;}
  }
  @media screen and (max-width:760px){
  	.gallery-slider img{height: 200px;}
  }
  @media screen and (max-width:450px){
  	.gallery-slider img{height: 110px;}
  	.gallery-slider .slick-dots{position: relative;bottom: 0px;background: #3a3a3a;padding-bottom: 10px;}
  }


/* Zoom gallery
	----------------------- */
  .mfp-figure figcaption{position: absolute;width: 100%;overflow: hidden;height: 100%;bottom: 0;}
  .mfp-figure .mfp-bottom-bar{padding: 14px;background: transparent;}
  .mfp-bottom-bar .mfp-counter{bottom: 23px;right: 0px;}
  .mfp-title .author img.avatar{width: 30px;left: -40px;top: -5px;}
  .mfp-title .author .name{color: white;font-size: 12px;}
  .mfp-title .author .username, .mfp-title .author .time{color: rgba(255, 255, 255, 0.5);}

  .image-source-link {color: #98C3D1;}
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg,
  .mfp-animated-image{opacity: 0;	-webkit-backface-visibility: hidden;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  .mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;}
  .mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.9;}
  .mfp-with-zoom.mfp-removing .mfp-container, 
  .mfp-with-zoom.mfp-removing.mfp-bg {opacity: 0;}
  .mfp-ready .mfp-animated-image{opacity: 1;}

  .mfp-wrap .mfp-arrow{height: auto;width: auto;margin: -26px 0 0 0;}
  .mfp-arrow:before{display:none;}
  .mfp-arrow-right:after, .mfp-arrow-left:after{font-family: framework;font-size: 40px;color: white;width: 50px;height: 50px;display: block;line-height: 46px;position: relative;border: 0px;margin: 0px;}
  .mfp-wrap .mfp-arrow-right{right: 15px;}
  .mfp-wrap .mfp-arrow-left{left: 15px;}

  .mfp-arrow.mfp-arrow-right:after{content: 'j';}
  .mfp-arrow.mfp-arrow-left:after{content: 'i';}

  @media screen and (max-width:450px){
    .mfp-arrow-right:after, .mfp-arrow-left:after{font-size: 20px;}
    .mfp-wrap .mfp-arrow-right{right: 5px;}
    .mfp-wrap .mfp-arrow-left{left: 5px;}
  }

/* Gallery - thumbnail */
  .gallery-thumbnail > .gallery-thumbnail-image{ float: left; width: 20%;}
  .gallery-thumbnail-image{display: block;margin-top: 0px;text-align: center;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;overflow: hidden;background-size: auto 110%;background-position: center;}
  .gallery-thumbnail-image:hover{-webkit-transform: scale(0.98);-moz-transform: scale(0.98);-o-transform: scale(0.98);-ms-transform: scale(0.98);transform: scale(0.98);filter: alpha(opacity=83);opacity: 0.83;}
  .gallery-thumbnail-image img{width: 100%;}
  .gallery-thumbnail-image img.image-bg{ position: absolute;}
  .gallery-thumbnail-image img.image-spacer{border: 2px solid #ecf1f7;}
  @media screen and (max-width:450px){
    .gallery-thumbnail > .gallery-thumbnail-image{ width: 25%; }  
  }


/* Logo strip
----------------------------- */
	.logo-strip img{max-width: 220px;margin: 10px 18px;margin-left: 91px;margin-right: 42px;}
	@media screen and (max-width: 400px){
		.logo-strip img{max-width: 140px;margin: 7px 10px;}
	}


/* Testimonials
  --------------------------- */
  .testimonial .author{font-size: 12px;}
  .testimonials .slick-dots{position: relative;bottom: 0;margin: 15px 0 0 0;}
  .testimonials .slick-dots button{background: rgba(0, 0, 0, 0.2);}
  .testimonials .slick-dots li.slick-active button{background: #222222;}

  .testimonials .slick-slider .slick-list{    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 4%,rgba(0,0,0,1) 96%,rgba(0,0,0,0) 100%);}
  .testimonials .slick-slide{padding: 0 20px;}
  
  @media screen and (min-width:600px){ 
    .testimonial p{font-size: 20px;}
  }


/* Search
  --------------------------- */
  .search-form{position: relative; display: none;width: 100%;background: #F3F3F3;left: 0;right: 0;margin: 0px;border-top: 0px;z-index: 1;}
  .screen-reader-text {clip: rect(1px,1px,1px,1px);position: absolute!important;height: 1px;width: 1px;overflow: hidden;}
  .search-form input{border: 0;color: rgba(0, 0, 0, 0.96);font-size: 2em;height: auto;padding: 20px;margin: 0;width: calc(100% - 240px);outline: 0;box-sizing: border-box;background-color: transparent;font-weight:normal;}
  .search-form input[type="submit"]{display: none;}
  .search-form small{position: absolute;top: calc(39%);right: 30px;color: rgb(113, 113, 113);font-size: 12px;font-family: 'Work Sans', sans-serif;}
  .search-form small a{color: white;background-color: #000000;display: inline-block;padding: 2px 11px;border-radius: 30px;margin-left: 7px;}
  .no-touchevents header .icon-search:hover{filter: alpha(opacity=60);  opacity: 0.6;}

  @media screen and (max-width:1300px){
    .search-form input{font-size: 1.8em;} 
  }  
  @media screen and (max-width:520px){
    .search-form input{font-size: 22px;width: 100%;text-align: center;}
    .search-form small{position: relative;top: initial;display: block;padding: 0px 20px 20px;right: 0px;font-size: 12px;text-align: center;}
  }

/* Mobile nav
  --------------------------- */
  .mobile-nav{width: 270px;position: absolute;z-index: 1;right: 0px;}
  .mobile-nav .icon-close{color: white;padding: 33px 29px 12px;display: inline-block;font-size: 19px;cursor: pointer;}
  .no-touch .mobile-nav .icon-close:hover{filter: alpha(opacity=60);  opacity: 0.6;}
  .mobile-nav ul{padding-top: 20px;}
  .mobile-nav li{padding: 11px 22px;border-bottom: 1px solid rgba(255, 255, 255, 0);font-size: 14px;}
  .mobile-nav li.current_page_item > a{color: white;font-weight: 700;max-width: 100%;background-color:#1178bf;padding:10px}
  .mobile-nav li a{color: white;display: block;text-transform:uppercase;font-size:1.2em;letter-spacing:1px;font-weight:400}  


  @media screen and (max-width:520px){ 
    .mobile-nav{width: 270px;}
    .mobile-nav li{padding: 9px 22px 4px;font-size: 14px;}
  }
  .mobile-nav li.menu-item-has-children > a:after {font-size:19px;bottom: 1px;}
  .mobile-nav ul.sub-menu li a {color: whitesmoke;}
  .mobile-nav ul.sub-menu {opacity: 1;background: none;position: relative;box-shadow: none;}
  .mobile-nav ul.sub-menu li {border: none;padding: 0px;font-size:0.7em;letter-spacing:0px;}

/* Header
  --------------------------- */
  #header{padding: 1px 20px;position: relative;background-color: #0063a7;max-height: 90px;z-index: 999 !important;}
  #header.transparent{position: absolute;z-index: 1;width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.16);}
  #header a.main-logo{margin: 0;float: left;font-size: 0px;line-height: 0px;color: transparent;display: block;width: 130px;height: 51px;background-image: url('../img/scott_clinic_logo.png');background-size: 75%;background-repeat: no-repeat;position: relative;top: 16px;left: 20px;}
  .header-inner{position: relative;float: right;}
  .header-inner nav{float: right;} 
  .header-inner nav > ul{padding: 0 17px;}
  .header-inner nav li{display: inline-block;margin-right: 25px;font-size: 15px;text-transform: uppercase;letter-spacing: 1px;font-weight: 100;position: relative;}
  #header nav li.current_page_item a,
  #header nav li.current_page_parent a,
  #header nav li.current_page_ancestor a{color: whitesmoke;border-bottom: 4px solid white;padding-bottom: 23px;font-weight: 600;top: 1px;position: relative;}
  #header nav li.current-page-ancestor ul.sub-menu  li a, #header nav li.current-menu-item ul.sub-menu  li a {border-bottom: 0px; padding: 7px 17px !important;}

.sticky-wrapper.is-sticky .sticky-nav {
    -webkit-box-shadow: 0px 2px 24px -3px rgba(0,0,0,0.75); 
    -moz-box-shadow: 0px 2px 24px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 24px -3px rgba(0,0,0,0.75);
}

  /* Dropdown
  --------------------------- */
  li.menu-item-has-children > a:after {content: '+';color: white;position: relative;display: inline-block;font-weight: 900;font-size: 1.4em;margin-left: 5px;}
  li.menu-item-has-children {position: relative;display: inline-block;}
  
  
  ul.sub-menu{position: absolute;min-width: 190px;background: rgb(0, 99, 167);transition: all 0.3s ease;pointer-events: none;opacity: 0;}
  li.menu-item-has-children:hover ul.sub-menu{
    pointer-events: all;
    opacity: 1; 
}
  ul.sub-menu li {display: block;border-bottom: 1.5px solid rgba(119, 119, 119, 0.52);text-transform: capitalize;letter-spacing: 0;margin: 0;font-weight: 400;}
  li.menu-item-has-children:hover ul.sub-menu li {display: block;}
  ul.sub-menu li a {color: white;display: block;padding: 7px 17px;}

  .header-inner nav a{color: #f5f5f5;display: block;padding: 23px 0px 27px;}
  .transparent .header-inner nav a{color: #fff;}
  #header [class*="icon"]{font-size: 31px;padding: 12px;float: right;top: 10px;display: none;position: relative;}
  #header.transparent [class*="icon"]{color:white;}
  #header .icon-search{}
  #header .icon-nav{display:none;}
  #header img.xero{width: 120px;float: right;margin-right: 19px;}
  div#header-sticky-wrapper {background: #0063a7;}

  @media screen and (max-width:1200px){
    .header-inner nav{display:none;}  
    #header .icon-nav{display:block;color: white;}
    #header {height:70px}
  }

  @media screen and (max-width:1200px){
    .header-inner nav{display:none;}  
    #header .icon-nav{display:block;color: white;}
    #header {height:70px}
    #header {position:relative !Important;} 
  }


  /* Columns */
  .columns .grid { margin: 4em 0; }
  .column {padding-bottom: 4em;border: 10px solid #EFF2F8;position: relative;padding: 2em;}
  .column.selected {border-color: #000;z-index: 1;-moz-box-shadow: 0px 0px 0px 10px #FFF;padding: 2em;}
  .column.selected:after { content:"Most popular"; text-transform:uppercase; text-align:center; display:inline-block; background: #000; padding: 0.6em 1.2em; font-size: 10px; color: #FFF;position: absolute;right: 0em;top: 0;font-weight: 700;letter-spacing: 0.15em; }
  .column-header { text-align:center; }
  p.price { font-size: 2.0em; font-weight: 700;}
  p.price sup { font-size:0.5em; top:-0.65em; }
  .outro { padding: 2em 50% 4em 2em; }

	//horizontal Columns
  .horizontal .column {width:100% !Important;text-align:left;padding-bottom: 2em;margin-left: 0px !Important;margin-right: 0px !Important;}
  .horizontal .column-header { float:left; width:30%;text-align:left; }
  .horizontal .column-content { float:left; width:70%; padding: 1.8em 0 0 3em; }

  @media screen and (max-width:1100px){
    .column {width:100% !Important;text-align:left;padding-bottom: 2em;margin-left: 0px !Important;margin-right: 0px !Important;}
    .column-header { float:left; width:30%;text-align:left; }
    .column-content { float:left; width:70%; padding: 1.8em 0 0 3em; }
    .column.selected:before { height:40px; }
    p.price { text-indent: 0; }
    .column.selected:after { font-size: 8px; right:auto; left:0; }
    .outro { padding:0em 20% 3em 0; }
	}
  @media screen and (max-width:650px){
    .horizontal .column-header, .column-header { width:100%; text-align:center; }
    .horizontal .column-price, .column-price { width:100%; text-align:center; }
    .horizontal .column-content, .column-content { clear:both; width:100%; padding:0; }  
  }


/* Popup
  --------------------------- */  
  
  html.popup-open, html.popup-open body { overflow:hidden !important; }

  .popup {background-color: rgba(8, 34, 53, 0.7);position: fixed;width: 100%;height: 100%;z-index: 99999;top: 0;left: 0;overflow-x: hidden;text-align: center;}
  .popup-inner {padding: 80px;height: auto;width: inherit;}
  .popup-content-wrapper {display: inline-block;position: relative;z-index: 2;background: #FFF;max-width: 700px;text-align: left;padding: 20px;-webkit-box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);-moz-box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);}
  .popup .button-overlay { position:absolute; width:100%; height:100%; top:0; left:0; display:block; color:transparent; }
  .popup .button-overlay span { display:none; }

  .popup .button-x {position:absolute;top: -20px;right: -20px;text-decoration:none;line-height: 40px;width:40px;height:40px;display:inline-block;text-align:center;background: #000;border-radius: 100px;color: #FFF;text-align:center;-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}
  .popup .button-x span { display:none; }

  @media screen and (min-width:700px){
    .popup-content-wrapper {min-width: 300px;}
  }
  @media screen and (max-width:600px){
    .popup-inner{ padding: 11px;}
    .popup .button-x{ top: -6px;right: -7px; }
    .popup-content-wrapper { padding:30px; }
    .popup-content-wrapper { font-size:12px; }
  }


/* Products Intro
  --------------------------- */  

  .mobile-show{ display:none; }
  .product-copy{ margin-bottom: 35px;}
  .product-showcase-slider{margin-bottom: 9px;margin-top: 74px;}
  .product-showcase-slider img{}
  .product-nav-slider{margin-bottom: 74px !important;}
  .product-nav-slider img{padding: 6px;opacity: 0.4;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";}
  .product-nav-slider img.slick-current{opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
  .product-nav-slider .slick-next{right: -35px;}
  .product-nav-slider .slick-next:before{color: #adadad;}
  .product-nav-slider .slick-prev{left: -40px;}
  .product-nav-slider .slick-prev:before{color: #adadad;}
  .product-nav-slider .slick-dots{bottom: -28px;}
  .product-nav-slider .slick-dots button{background: rgba(0, 0, 0, 0.13);}
  .product-nav-slider .slick-dots li.slick-active button{background: #828282;}
  
  @media screen and (max-width:1100px){
    .mobile-show{display:block}
    .mobile-hide{display:none;  }
    .product-details .grid.column-2{margin:0px;}
    .product-details .grid.column-2 .col{width:100%;margin: 0;}
    .product-showcase-slider{margin-top:30px;}
  }
  @media screen and (max-width:650px){
    .product-copy p{font-size: 13px;line-height:1.6em;}
    .product-option label{width: 100%;}
    .product-option select{width: 100%;}
    .product-showcase-slider{margin-bottom:5px;}
    .product-nav-slider img{padding: 2px;}
  }


/* Filtering 
  -------------- */
  .filtering{overflow:hidden;}
  .controls{margin-bottom: 20px;}
  .controls button{background-color: rgb(255, 255, 255);color: #717171;display: inline-block;line-height: 1em;position: relative;border: 0;padding: 7px 20px;margin-bottom: 10px;outline: none;margin: 0px 2px 5px 0px;}
  .controls button.active{background-color: #717171;color: white;}
  .container .mix{display:none;}
	.container .fail-message{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; text-align: center; opacity: 0; pointer-events: none;  -webkit-transition: 150ms; -moz-transition: 150ms; transition: 150ms;}
	.container .fail-message:before{ content: ''; display: inline-block; vertical-align: middle; height: 100%;}
	.container .fail-message span{ display: inline-block; vertical-align: middle; font-size: 20px; font-weight: 700;}
	.container.fail .fail-message{ opacity: 1; pointer-events: auto;}

/* Woocommerce overides 
  --------------------------- */
  .woocommerce-result-count{display:none;}
  .price,.price p{display: block;font-size: 20px;font-weight: 700;}
  .shop_table{margin-bottom: 40px;text-align: left;border: 0px;empty-cells: show;}
  .shop_table thead{}
  .cart-collaterals .shop_table{background: white;}
  .shop_table th{border: 0px;}
  .shop_table th.product-price, .shop_table th.product-name{text-align: left;}
  .shop_table th.product-quantity, .shop_table th.product-subtotal, .shop_table td.product-quantity, .shop_table td.product-subtotal{display:none;}
  .shop_table tr{}
  .shop_table td{font-size: 13px;vertical-align: middle;color: #656565;border: 0px;}
  .cart-collaterals .shop_table td,.cart-collaterals .shop_table th,
  .woocommerce-checkout-review-order-table{background:white;border: 1px solid #f0efed;}
  .woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order-table th{border: 1px solid #f0efed;}
  .shop_table td.actions{padding: 20px 0px;}
  .shop_table tr:nth-child(2n-1) td.actions{padding:20px;}
  .shop_table td.product-quantity input{width:100%;}
  .content .shop_table img{margin: 0px;width: 70px;}
  .product-remove{}
  .product-remove a{color: #c5573d;font-size: 30px;margin: 0px;padding: 0px;}
  .coupon{display:inline-block;}
  .coupon label{display:inline-block;}
  .coupon input{background: white;}
  .wc-proceed-to-checkout{text-align:right;}
  .woocommerce-message, .woocommerce-info,.woocommerce-billing-fields{background: white;margin-bottom: 30px;/* border-radius: 4px; *//* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */padding: 20px;}
  .woocommerce-billing-fields{max-width: 530px;margin: auto auto 40px;}
  .woocommerce-message a.button{margin-right:20px;padding: 7px 15px;font-size: 12px;box-shadow: none;text-transform: capitalize;letter-spacing: 0px;}
  .woocommerce-billing-fields input{width:100%;}

  .woocommerce-error{background: #fff;border-radius: 4px;/* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */padding: 13px 24px 13px;margin: 0 0 10px;list-style: none;}
  .woocommerce-error li{color: #c5573d;    font-size: 20px;}

  .woocommerce-checkout-payment{}
  .woocommerce-checkout-payment ul{background:white;padding: 0px;}
  .woocommerce-checkout-payment li{list-style:none;border-bottom:1px solid #eee;padding: 26px 5% 20px;}
  .woocommerce-checkout-payment li:last-child{border:0px;}
  .woocommerce-checkout-payment li label{display:inline-block}


  #customer_details{}
  #customer_details .col-1{width: 100%;float: none;}
  #customer_details .col-2{display: none;}

  @media screen and (min-width:1200px){
    .cart_totals{max-width: 50%;margin-left: 50%;text-align: right;}
    .cart_totals .shop_table{text-align:right;}
  }
  @media screen and (max-width:768px){
    .woocommerce-message, .woocommerce-info,.woocommerce-billing-fields{text-align: center;font-size: 14px;}
    .woocommerce-message a.button{display: block;margin: 0 auto 16px;max-width: 140px;}
    
    .cart thead{display:none;}
    .shop_table td.actions{padding: 20px 0px;}
    .cart .product-thumbnail,.product-subtotal  {display:none;}
    .coupon{width: 100%;text-align: center;}
    .coupon label{display: block;margin-bottom: 7px;}
    .coupon input, .coupon input[type="submit"], form input[disabled], .wc-proceed-to-checkout a.button{width: 100%;margin-bottom: 10px;text-align: center;}
  }
  @media screen and (max-width:500px){
    .cart td{padding: 9px 7px;font-size: 11px;line-height: 1.2em;}
    .shop_table td.product-quantity input{padding:3px 2px ;}
    .shop_table td.actions{padding: 10px 0px;}
  }

/* Ninja form
  --------------------------- */
  .ninja-forms-form-wrap input[value="Send"]{padding: 12px 31px;background-color: #0063a7;color: white;font-size: 16px;display: inline-block;line-height: 1em;position: relative;font-weight: 800;border-radius: 3px;}
  @media screen and (min-width:850px){
    nf-fields-wrap{display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap:wrap; flex-wrap:wrap;}
    nf-field{}
    nf-field:nth-child(1),nf-field:nth-child(2),nf-field:nth-child(3){width: 32%;padding-right: 2%;}
    nf-field:nth-child(3){padding-right:0px;}
    nf-field:nth-child(4){width: 100%;}
  }



/* Print Styles
  --------------------------- */

  @media print,
     (-o-min-device-pixel-ratio: 5/4),
     (-webkit-min-device-pixel-ratio: 1.25),
     (min-resolution: 120dpi) {

  }
  @media print {
    * {background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited {text-decoration: underline; }
    a[href]:after {content: " (" attr(href) ")"; }
    abbr[title]:after {content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
    thead {display: table-header-group;}
    tr, img {page-break-inside: avoid;}
    img {max-width: 100% !important;}
    @page {margin: 0.5cm;}
    p, h2, h3 {orphans: 3; widows: 3;}
    h2, h3 {page-break-after: avoid;}
  }




