*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4,h5, h6 {
  font-family: 'Roboto', sans-serif;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  min-width: 320px; }

.row:after {
  content: ' ';
  display: table;
  clear: both; }

[class^='col-']:last-of-type {
  padding-right: 0; }

html {
  font-family: 'Roboto', sans-serif;
  background-color: #fff; }

body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.section {
  width: 100%;
  display: block;
  clear: both; }
  .section .wrapper {
    width: 100%;
    display: block; }
    .section .wrapper ul {
      margin: 0; }
      .section .wrapper ul li a {
        font-family: 'Roboto', sans-serif; }

.section:after {
  content: ' ';
  display: table;
  clear: both; }

.transition {
  transition: all ease .3s;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s; }

.bar {
  background-color: #3d3d3d;
  height: 32px;
  vertical-align: middle;
  line-height: 32px; }
  .bar .wrapper {
    padding: 0 50px;
    max-width: 1050px; }
    .bar .wrapper #bar-left {
      float: left;
      display: inline-block;
      color: #fff;
      font-size: 12px;
      font-weight: 700; }
    .bar .wrapper #bar-links {
      float: right;
      display: inline-block;
      font-size: 12px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700; }
      .bar .wrapper #bar-links a:link, .bar .wrapper #bar-links a:active, .bar .wrapper #bar-links a:visited {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 10px 0 0; }
      .bar .wrapper #bar-links a:last-child {
        margin: 0 0 0 10px; }
    .bar .wrapper #bar-links:after {
      content: ' ';
      display: table;
      clear: both; }
  @media screen and (max-width: 480px) {
    .bar .wrapper #bar-links {
      display: none; }
    .bar .wrapper #twitter-feed {
      width: 100%;
      color: #0e1014; }
      .bar .wrapper #twitter-feed i {
        color: #0e1014; } }
  @media screen and (max-width: 868px) {
    .bar {
      display: none; } }

.btn {
  border: 1px solid #fff;
  color: #fff;
  line-height: 39px;
  vertical-align: middle;
  height: 39px;
  padding: 10px 30px;
  font-size: 13px;
  text-decoration: none;
  margin: 20px 0;
  text-transform: uppercase;
  display: inline !Important; }

.btn:hover {
  border: 1px solid #428bca;
  color: #428bca;
  background-color: #fff; }

#top {
  height: 96px;
  vertical-align: middle;
  line-height: 96px; }
  #top .wrapper {
    padding: 0 50px;
    z-index: 10;
    position: relative;
    max-width: 1050px; }
    #top .wrapper #logo {
      display: inline-block;
      float: left;
      margin: 20px 0 0 0;
      width: 107px;
      height: 80px;
      background-image: url(../img/AT_black.png);
      background-repeat: no-repeat;
      background-size: 107px;
      height: 80px; }
    #top .wrapper #menu {
      display: inline-block;
      float: right;
      margin: 0px 0 0 0; }
      #top .wrapper #menu li {
        display: inline-block;
        list-style: none;
        margin: 0 20px; }
        #top .wrapper #menu li a {
          color: #428bca;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase; }
        #top .wrapper #menu li a:hover, #top .wrapper #menu li a.active {
          color: #222222; }
      #top .wrapper #menu li:last-child {
        margin: 0 0 0 20px; }
      #top .wrapper #menu li.mobile {
        display: none; }
    #top .wrapper #trigger {
      display: none;
      z-index: 999;
      position: relative;
      float: left;
      text-transform: uppercase;
      line-height: 20px;
      top: 28px;
      left: 20px;
      vertical-align: middle;
      background-image: url(../img/trigger.png);
      background-repeat: no-repeat;
      background-position: 0 1px;
      background-size: 25px 18px; }
      #top .wrapper #trigger span {
        vertical-align: middle;
        position: relative;
        font-weight: bold;
        color: #222222;
        font-size: 30px;
        display: inline-block;
        margin: 0px 0 0 30px; }
      #top .wrapper #trigger img {
        width: 20px;
        height: 20px;
        vertical-align: top;
        position: relative;
        line-height: 20px; }
  @media screen and (max-width: 868px) {
    #top {
      height: auto;
      line-height: 20px; }
      #top .wrapper {
        padding: 0; }
        #top .wrapper #trigger {
          display: inline-block;
          position: absolute; }
        #top .wrapper #logo {
          background-image: url(../img/AT_black.png);
          float: none;
          margin: 15px 0 5px 0;
          width: 67px;
          height: 50px;
          background-size: 67px;
          height: 50px; }
        #top .wrapper #menu {
          position: absolute;
          opacity: 0;
          top: 74px;
          width: 250px;
          margin: 0;
          left: 0px;
          z-index: 999;
          transform: translateX(-100%);
          -moz-transform: translateX(-100%);
          -webkit-transform: translateX(-100%);
          background-color: #428bca; }
          #top .wrapper #menu li {
            display: block;
            padding: 0;
            position: relative;
            z-index: 999;
            text-align: left;
            border-bottom: 1px solid #86aac9;
            margin: 0; }
            #top .wrapper #menu li a {
              color: #fff;
              font-size: 17px;
              text-decoration: none;
              position: relative;
              z-index: 999;
              text-align: left;
              display: block;
              padding: 0 30px;
              width: 100%;
              line-height: 55px;
              vertical-align: middle; }
          #top .wrapper #menu li.mobile {
            display: block; }
          #top .wrapper #menu li:last-child {
            margin: 0 0 0 0px; }
      #top #cta {
        padding: 0 20px; }
      #top #home-bar {
        background-color: #fff;
        display: block;
        width: 100%;
        text-align: center; } }
  @media screen and (max-width: 480px) {
    #top {
      padding: 0 0 0px 0; }
      #top .wrapper #trigger {
        left: 20px; }
        #top .wrapper #trigger span {
          font-size: 0px; }
      #top #cta {
        margin: 30px 0 0 0; }
        #top #cta h1 {
          font-size: 28px;
          line-height: 32px; }
        #top #cta p {
          font-size: 14px;
          line-height: 17px; } }

#login-box {
  float: none;
  display: inline-block;
  width: 40%;
  position: relative;
  z-index: 10;
  margin: 47px 0 0 0;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px;
  width: 330px;
  border: 1px solid #428bca; }
  #login-box h2, #login-box p, #login-box label, #login-box input {
    color: #428bca; }
  #login-box h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #222222; }
  #login-box label {
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    margin: 0 0 5px 0; }
  #login-box input[type="text"], #login-box input[type="password"] {
    margin: 0 0 20px 0;
    font-size: 15px;
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    border: 1px solid #428bca;
    padding: 3px 5px;
    width: 100%; }
  #login-box #sign-in {
    border: 1px solid #fff;
    background-color: #428bca;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: block;
    padding: 8px 50px;
    text-transform: uppercase; }
  #login-box #sign-in:hover {
    border: 1px solid #3d3d3d;
    background-color: #3d3d3d; }
  #login-box p {
    font-size: 11px;
    color: #428bca;
    margin: 20px 0 0 0; }
    #login-box p a {
      color: #428bca; }

#home #top {
  position: relative;
  padding: 0 0 75px 0;
  background-size: cover;
  background-position: center;
  height: auto;
  line-height: 20px; }
  #home #top .wrapper #logo {
    background-image: url(../img/AT_black.png); }
  #home #top .wrapper #menu {
    margin: 50px 0 0 0; }
    #home #top .wrapper #menu li a {
      color: #fff; }
    #home #top .wrapper #menu li a:hover, #home #top .wrapper #menu li a.active {
      color: #f4f4f4; }
  #home #top .wrapper #login-box {
    float: right;
    border: none; }
  #home #top #home-bar {
    width: 100%; }
  #home #top #overlay-hero {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #428bca;
    opacity: .85; }
  #home #top #cta {
    float: left;
    display: inline-block;
    width: 60%;
    position: relative;
    z-index: 10;
    clear: both;
    margin: 61px 0 0 0; }
    #home #top #cta h1 {
      font-size: 45px;
      line-height: 50px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      max-width: 500px;
      margin: 0; }
    #home #top #cta p {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-size: 17px;
      line-height: 24px;
      font-weight: 400;
      max-width: 500px;
      margin: 20px 0; }
      #home #top #cta p .btn {
        font-size: 16px; }
  @media screen and (max-width: 1024px) {
    #home #top #login-box {
      display: none; }
    #home #top #cta {
      width: 100%;
      margin: 75px auto 0 auto; }
      #home #top #cta h1, #home #top #cta p {
        max-width: 1024px; } }
  @media screen and (max-width: 868px) {
    #home #top .wrapper #logo {
      background-image: url(../img/AT_black.png); }
    #home #top .wrapper #menu {
      margin: 0; } }

#pagetitle {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 2; }
  #pagetitle #overlay-hero {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #428bca;
    opacity: .85; }
  #pagetitle .wrapper h1 {
    color: #fff;
    line-height: 188px;
    text-align: center;
    vertical-align: middle;
    display: block;
    font-size: 45px;
    font-weight: 700;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Roboto', sans-serif; }
  @media screen and (max-width: 868px) {
    #pagetitle .wrapper h1 {
      line-height: 94px;
      font-size: 24px; } }

#home #top.open #menu, #top.open #menu {
  opacity: 1;
  transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s; }

#callouts {
  background-color: #f4f4f4; }
  #callouts .wrapper {
    padding: 55px 0;
    max-width: 1068px; }
    #callouts .wrapper #blocks {
      margin: 0 auto;
      text-align: center; }
    #callouts .wrapper .block {
      display: inline-block;
      float: left;
      width: 310px;
      height: 420px;
      margin: 0 0px;
      text-align: left; }
      #callouts .wrapper .block h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        line-height: 26px;
        color: #428bca;
        font-weight: 700;
        margin: 10px 0 20px 0;
        text-transform: uppercase;
        text-align: center; }
      #callouts .wrapper .block p {
        line-height: 18px;
        color: #222222;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        margin: 20px 0;
        text-align: center; }
      #callouts .wrapper .block .btn {
        border: 1px solid #428bca;
        color: #428bca;
        padding: 5px 30px;
        border-radius: 0; }
      #callouts .wrapper .block .btn:hover {
        border: 1px solid #fff;
        color: #fff;
        background-color: #428bca;
        border-radius: 0; }

#content .wrapper {
  padding: 55px 20px;
  max-width: 1068px; }
  #content .wrapper .btn {
    border: 1px solid #428bca;
    background-color: #fff;
    color: #428bca;
    padding: 5px 30px;
    border-radius: 0; }
  #content .wrapper .btn:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #428bca;
    border-radius: 0; }
  #content .wrapper button.btn {
    line-height: 30px;
    border-radius: 0; }
  #content .wrapper ul {
    margin: 10px 0 10px 20px; }
    #content .wrapper ul li {
      color: #428bca; }
      #content .wrapper ul li span {
        color: #222222; }
  #content .wrapper span.blue {
    color: #428bca; }
  #content .wrapper .service-text h4 {
    font-size: 32px;
    font-weight: 700;
    color: #428bca;
    text-transform: uppercase;
    margin: 0 0 15px 0; }
  #content .wrapper .service-text ul {
    margin: 10px 0 10px 20px; }
    #content .wrapper .service-text ul li {
      color: #428bca; }
      #content .wrapper .service-text ul li span {
        color: #222222; }
  #content .wrapper .service-text p span.blue {
    color: #428bca; }
  @media screen and (max-width: 868px) {
    #content .wrapper {
      padding: 25px 20px; } }

#content.grey-bg {
  background-color: #f4f4f4; }
  #content.grey-bg .wrapper {
    padding: 40px 20px; }

#idletimeout .wrapper {
  padding: 55px 20px;
  max-width: 1068px; }
  @media screen and (max-width: 868px) {
    #idletimeout .wrapper {
      padding: 25px 20px; } }

.glossary-letters li a {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

.glossary b {
  color: #428bca;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

#choose-bar .wrapper {
  padding: 15px 20px;
  max-width: 1068px;
  text-align: center; }
  #choose-bar .wrapper h2 {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    line-height: 24px;
    vertical-align: middle;
    margin: 10px 0;
    font-family: 'Roboto', sans-serif; }
  #choose-bar .wrapper select {
    display: inline-block;
    border: 1px solid #428bca;
    line-height: 24px;
    vertical-align: middle;
    padding: 5px;
    margin: 0 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif; }
    #choose-bar .wrapper select option {
      padding: 0 10px; }
    #choose-bar .wrapper select li {
      font-size: 18px; }

.address {
  float: left;
  display: inline-block;
  margin: 0 0px 25px 0;
  width: 33%;
  padding: 0 25px 0 0;
  box-sizing: border-box; }

.half {
  width: 50%;
  float: left;
  padding: 0 25px 0 0;
  box-sizing: border-box; }

.ourteam {
  color: #959595 !important;
}
.ourteam .teammember {
  margin-bottom: 80px;
}
.ourteam h1 {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 50px;
}
.ourteam h3 {
  margin: 0;
}
.ourteam a {
  color: #959595;
  display: inline-block;
  margin: 15px 0 5px;
}
.ourteam .position {
  font-size: 0.8em;
}

@media screen and (max-width: 640px) {
  .address, .half {
    width: 100%;
    float: none;
    display: block; } }
iframe {
  max-width: 100%; }

#contact-form {
  margin: 0 0 30px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus, textarea:focus, input:focus, .form-control {
    font-size: 18px; } }
#footer .wrapper {
  max-width: 1080px; }
  #footer .wrapper .col {
    padding: 40px 25px;
    display: inline-block;
    float: left;
    width: 25%;
    border-right: 1px solid #e8e8e8; }
    #footer .wrapper .col p {
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 20px 0;
      text-align: center; }
      #footer .wrapper .col p img {
        width: 119px;
        height: 80px; }
    #footer .wrapper .col ul {
      margin: 0 0 20px 20px; }
      #footer .wrapper .col ul li {
        list-style: none;
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 5px 0; }
        #footer .wrapper .col ul li a {
          font-weight: 400px;
          color: #222222; }
  #footer .wrapper .col:first-of-type p {
    text-align: center;
    margin: 0 0 20px 0; }
    #footer .wrapper .col:first-of-type p a {
      color: #222222; }
  #footer .wrapper .col:first-of-type .fa-square {
    color: #428bca; }
  #footer .wrapper .col:first-of-type .fa-facebook {
    color: #fff; }
  #footer .wrapper .col:last-of-type {
    border: none; }
  @media screen and (max-width: 868px) {
    #footer .wrapper {
      padding: 20px 0; }
      #footer .wrapper #footer-cols {
        display: table;
        width: 100%; }
        #footer .wrapper #footer-cols .col {
          width: 100%;
          float: none;
          padding: 0px 25px; }
          #footer .wrapper #footer-cols .col p {
            text-align: center;
            margin: 20px 0; }
          #footer .wrapper #footer-cols .col p:last-child {
            margin: 0; }
        #footer .wrapper #footer-cols .col:nth-child(1) {
          display: table-footer-group; }
        #footer .wrapper #footer-cols .col:nth-child(2) {
          display: table-header-group; }
        #footer .wrapper #footer-cols .col:nth-child(4) {
          display: none; } }

/***************************   Quick Quote Statement   **********************************************/
.statement {
  font-size: 12px;
}
.statement h4, .statement table {
  font-family: 'Roboto', sans-serif;
}
.statement h4 {
  font-size: 16px;
}
.tables {
  width: 730px;
  margin: 0 auto;
}
.quote {
  width: 500px;
}
.summary {
  width: 220px;
}
.table-quote {
  font-weight: 700;
  margin-bottom: 5px;
}
.table-quote td {
  vertical-align: middle !important;
}
.table-quote .left-pad {
  padding-left: 10px;
}
.table-quote .no-bold {
  font-weight: 400;
}

.table-quote>thead>tr>th,
.table-quote>tbody>tr>th,
.table-quote>tfoot>tr>th,
.table-quote>thead>tr>td,
.table-quote>tbody>tr>td,
.table-quote>tfoot>tr>td {
  padding: 1px 3px;
}

/***************************   Timed Logout   **********************************************/
#idletimeout {
  background: #CC5100;
  border: 3px solid #FF6500;
  color: #fff;
  font-family: arial, sans-serif;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none; }

#idletimeout a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline; }

#idletimeout span {
  font-weight: bold; }









/* --------------------------------

Quick Quote Sliding Panel

-------------------------------- */

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 50;
}
.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.cd-panel-header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}
.cd-panel-header h1 {
  font-weight: bold;
  color: #3d3d3d;
  text-align: center;
  margin: 10px 0;
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-header {
    width: 20%;
  }
}

.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-panel-close::before, .cd-panel-close::after {
  /* close icon created in CSS */
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-panel-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-panel-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .cd-panel-close:hover {
  background-color: #424f5c;
}
.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.no-touch .cd-panel-close:hover::before {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}
.no-touch .cd-panel-close:hover::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-panel-container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #dbe2e9;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
  -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);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-container {
    width: 20%;
  }
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5% 0;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}
.cd-panel-content p:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .cd-panel-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
