@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*Modify min-width for break-down to mobile at large size*/
@media (min-width: 576px) {
  .container {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1370px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1550px; } }

@media (min-width: 2560px) {
  .container {
    max-width: 2050px; } }

.row {
  padding-right: 0px; }

/*/////////////////////////////////////*/
/*////////GLOBAL STYLES/////////////*/
/*/////////////////////////////////////*/
.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

* {
  text-decoration: none; }

html {
  -webkit-text-size-adjust: none; }

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background: #fff; }

img {
  border: 0; }

a {
  text-decoration: none !important;
  letter-spacing: 2px; }

.junkItUnderline {
  text-decoration: none; }

p,
ul {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal; }

ul.checklist {
  padding-left: 30px; }

ul.checklist li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 12px; }

ul.checklist li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 15px;
  color: #EE3A43; }

h1 {
  color: #074b7b; }

h2 {
  color: #074b7b; }

.header-logo-mobile {
  text-align: center;
  padding: 15px;
  position: absolute;
  top: -8px;
  left: -1px; }

.header-logo-mobile img {
  width: 50px; }

.text-primary{
  color:#0f349a!important
}

.text-secondary{
  color:#ec5d17!important
}

.text-grey{
color:#7a7c84!important
}

.bg-white{
  background:#fff!important;
}

.col-px-1.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-px-1>[class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
}

/*/////////////////////////////////////*/
/*////////MAIN STYLES/////////////*/
/*/////////////////////////////////////*/
/*/////////////////////////////////////*/
/*////////SUBPAGE STYLES/////////////*/
/*/////////////////////////////////////*/
/*/////////////////////////////////////*/
/*////////HOMEPAGE STYLES/////////////*/
/*/////////////////////////////////////*/
.feature-wrapper .oam-mobile{
  height:135vw;
  position:relative;
  overflow: hidden;
}


.feature .logo{
  width:215px;
}

.login-bg{
  background: url('../../content/images/bg-login.png') no-repeat center;
  background-size:cover;
  padding:100px 0;
}

.login-container{
  max-width:375px;
  background:#043aa5;
  padding:50px 20px;
  text-transform: uppercase;
  margin:auto;
  text-align: center;
  border-radius: 20px;
}

.login-container h1{
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom:10px;
}
.login-container .shipment-text{
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-transform: initial;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  opacity: .9;
}
.login-container .signup-cls{
  font-size: 12px;
  color: #fff;
  text-transform: initial;
  margin-top: 15px;
  margin-bottom: 0;
  
}
.login-container .signup-cls a{
  display: inline-block;
  font-weight: 800;
  text-decoration: none !important;
  font-size: 13px;
}

.login-container span{
  color:#ec5d17;
}

.login-container .form-control{
  margin-bottom:10px;
  text-align: center;
  background:#ebe7e7;
  font-size:18px;
  height:auto;
  border-radius: 5px;
}

.login-container .form-control::placeholder {
  text-align: center;
  color:#0f349a;
}

.login-container form{
  padding:20px 60px;
}

.login-container small{
  color:#c4c4c4;
  text-transform: none;
  font-size:12px;
}

.login-container a{
  color:#dee1e7;
  text-decoration: underline!important;
  font-size:12px;
  display: block;
  letter-spacing:0;
  text-transform: none;
}

.login-container a:hover{
  color:#ec5d17
}

.login-container .btn{
  width:85%;
  background:#ec5d17;
  color:#fff;
  text-transform:uppercase;
  font-size:24px;
  margin-top:25px;
  padding:3px;
}

.login-container .btn:hover{
  color:#ec5d17;
  background:#fff;
}

.login-container .error{
  color:red;
}

.logo-container{
  text-align: center;
  padding:50px 0;
  
}



.logo2{
  width: 120px;
  display: block;
  margin: auto;
  padding-bottom: 50px;
}

@media(min-width:426px){
  .feature-wrapper .oam-mobile{
    height:135vw;
  }
}

@media(max-width:991px){
  .feature-wrapper .container{
    padding-left:0!important;
    padding-right:0!important;
  }
}

@media(min-width:992px){
  .feature-wrapper{
    height:50vw;
    position:relative;
    overflow: hidden;
  }
  .feature{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .feature .logo{
    position:absolute;
    top:5vw;
    width:200px;
  }
  .feature .logo2{
    
    width:150px;
  }

  .feature .logo2-container{
    position:absolute;
    top:5vw;
    right:0;
    width:372px;
    text-align: center;
  }

  .logo-container{
    text-align: left;
    padding:0;
  }

  .feature .container{
    height: 100%;
    display: flex;
    align-items: center;
    position:relative;
  }

  .login-bg{
    background:transparent;
    margin-left:auto;
  }

  .login-container{
    padding:35px 0px;
    border-radius: 20px;
    background:rgba(4, 58, 165, 0.6);
  }

  .login-container:hover{
    background:rgba(4, 58, 165, 1);
  }

  .login-container form{
    padding:20px;
  }
}

@media(min-width:1200px){
  .login-container{
    padding:35px 15px;
  }
}

@media(min-width:1400px){
  .login-container{
    padding:35px 48px;
  }
}


/*/////////////////////////////////////*/
/*///////GENERIC STYLES/////////////*/
/*/////////////////////////////////////*/
img.img-responsive {
  margin-left: auto;
  margin-right: auto; }

.clear {
  clear: both; }

.padding-10 {
  padding: 10px; }

.padding-20 {
  padding: 20px; }

.no-wrap {
  white-space: nowrap; }

.no-padding {
  padding: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.margin-auto {
  margin-left: auto;
  margin-right: auto !important; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.floatL {
  float: left !important; }

.floatR {
  float: right !important; }

.alignC {
  text-align: center !important; }

.alignR {
  text-align: right !important; }

.alignL {
  text-align: left; }

.no-border {
  border: 0 !important; }

.no-border-top {
  border-top: 0 !important; }

.no-border-bottom {
  border-bottom: 0 !important; }

.no-border-right {
  border-right: 0 !important; }

.no-border-left {
  border-left: 0 !important; }

.RoundCorners {
  -moz-border-radius-bottomright: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  -moz-border-radius-bottomleft: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  -moz-border-radius-topright: 4px 4px;
  border-top-right-radius: 4px 4px;
  -moz-border-radius-topleft: 4px 4px;
  border-top-left-radius: 4px 4px; }

/*******FOOTER STYLES FOR LESSS
USES BEM
*/
.footer-wrapper {
  padding-top:80px;
  background: #fff;
}

.footer-top-wrapper{
  padding-bottom:80px;
}

.footer-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.footer-middle {
  display: flex;
  padding: 10px;
  flex-direction: column; }

.footer-middle:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 100;
  top: 27%;
  width: 1px;
  height: 50%;
  background: #85c9fa; }

.footer-middle:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 100;
  top: 27%;
  width: 1px;
  height: 50%;
  background: #85c9fa; }

.footer-middle_mainImage {
  margin-top: 1.5%; }

footer .logo{
  width:160px;
  padding-top:120px;
  padding-bottom:75px;
}

.contact-info h3{
  font-size:16px;
  text-transform: uppercase;
  font-weight:700;
  color:#0f349a;
}

.contact-info p{
  font-size:15px;
  font-weight:500;
  color:#7a7c84;
  line-height: 1.6;
}

.contact-info .padding{
  margin-bottom:55px;
}

footer .phone{
  padding-top:25px;
  color:#ec5d17;
  font-size: 32px;
  letter-spacing: 3px;
}

footer .website{
  color: #ec5d17;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
}

footer .form-container h2{
  font-size:7.4vw;
  text-transform:uppercase;
  color:#0f349a;
  letter-spacing: 2px;
  margin-bottom:20px;
  margin-top:-9px;
}

footer .form-container h2 span{
  color:#ec5d17;
}

footer .col-md.left{
  max-width:710px;
  padding-right:0;
}

footer form > .row.no-gutters{
  margin-bottom:5px;
}

footer form .col.left{
  max-width:60px;
  padding-right:10px;
  display:flex;
  align-items: center;
  justify-content: flex-end;
}

footer form .col.right{
  max-width:395px;
}

footer .line2{
  width: 74vw;
  margin-bottom:50px;
}

@media(min-width:426px){
  footer .form-container h2{
    font-size:40px;
    margin-bottom:30px;
  }

  footer .line2{
    width: 395px;
  }
  
}

@media (min-width: 576px) {
  footer .form-container h2{
    margin-left:58px;
  }
  footer .line2{
    margin-left: 58px;
  }
}

@media (max-width: 991px) {
  .footer-middle:before {
    display: none; }
  .footer-middle:after {
    display: none; } }

.footer-middle_footerLogo {
  width: 100%; }

.footer-middle_footerLogo img {
  margin: 0 auto;
  display: block;
  padding: 10px;
  max-width: 200px; }

.footer-right {
  display: flex;
  width: 100%;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  height: 100%;
  padding-left: 20%;
  font-size: 12px; }

@media (max-widtH: 992px) {
  .footer-right {
    text-align: center;
    padding-left: 0%; } }

.footer-right_address {
  margin-top: 10px; }

.footer-right_address a {
  color: #85c9f9;
  font-weight: 700; }

.footer-right_address a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 900; }

.footer-right_terminal {
  color: #fff; }

.footer-right_terminalHeader {
  font-weight: 700;
  margin-top: 10px; }

.footer-nav {
  margin: 0;
  padding: 15px 0;
  text-align: left;
  list-style: none; }

.divider {
  padding-left: 10px;
  padding-right: 10px;
  color: #85c9f9; }

.footer-nav li a {
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid #000;
  margin: 0px 10px;
  color: #85c9f9; }

.footer-nav li a:last-of-type {
  border-right: 0;
  font-size: 16px;
  line-height: 3.2vh;
  text-decoration: none; }

.footer-nav li a:hover {
  color: #fff;
  text-decoration: none; }

.footer-right_numbersPhone {
  color: #fff; }

.footer-right_numbersPhone--label {
  color: #85c9f9; }

.footer-bottom {
  text-align: center;
  font-size: 11px;
  padding: 20px 15px 80px; }

.footer-copyright {
  text-align: center;
  color: #fff; }

.footer-copyright a {
  color: #85c9f9;
  padding-left: 5px; }

.footer-copyright a:hover {
  color: #fff; }

#footer-pm {
  margin-right: 25px; 
  letter-spacing: 1px;
  font-size: 12px;
  color:#9d9fa5;
}

#footer-pm a{
  letter-spacing: 1px;
  color:#9d9fa5;
}
#footer-pm a:hover{
  color:#074b7b;
}

@media (min-width: 992px) {
  .footer-middle_mainImage {
    margin-top: 0; } 

  footer .logo{
    padding-top:84px;
  }

  .footer-wrapper {
    padding-bottom:65px;
  }

  .footer-top-wrapper{
    background:url('../../content/images/footer-map.png') no-repeat;
    background-position: 102% 50%;
    background-size: 550px;
    padding-bottom:0;
  }

  .footer-bottom {
    text-align: right;
    padding:0 15px 15px;
  }

  #footer-pm {
    margin-top:-43px;
  }
  

}

@media(min-width:2560px){
  footer .form-container h2{
    margin-top:-11px;
  }
}

/*/////////////////////////////////////*/
/*////////Slider STYLES/////////////*/
/*/////////////////////////////////////*/
/*You must designate the background here for each new slide*/
#slideshowimg1 {
  background: #FF3; }

#slideshowimg2 {
  background: #6C6; }

#slideshowimg3 {
  background: #039; }

#slideshowimg4 {
  background: #96C; }

.captionContainer {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 5;
  top: 10%; }

.captiontxt {
  color: #074b7b;
  font-family: "Teko", sans-serif;
  font-size: calc(43.6px + 2.2vw);
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0 auto; }

.captiontxt--lower {
  display: block;
  font-size: calc(27.85px + 1vw);
  padding-top: 8px;
  margin-top: -5px;
  line-height: 0.9; }

@media (min-width: 768px) {
  .captionContainer {
    transform: none;
    left: 12%;
    bottom: 15%;
    top: auto;
    width: auto; }
  .captiontxt {
    color: #fff; }
  .captiontxt--lower {
    border-top: 1px solid #85c9f9; }
  .content-left_copy,
  .subpage-content-left,
  .contact-content-left_copy {
    max-width: 810px;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  .content-left_copy,
  .subpage-content-left,
  .contact-content-left_copy {
    max-width: none;
    margin: 0; } }

/*/////////////////////////////////////*/
/*////////HEADER STYLES/////////////*/
/*/////////////////////////////////////*/
.navbar {
  padding: 0;
  position: relative; }

.navbar-brand {
  padding: 15px;
  width: 300px;
  max-width: 50%; }

.navbar-light .navbar-nav .active > .nav-link {
  color: blue; }

.navbar-light .navbar-nav .nav-link {
  color: #074b7b;
  text-align: center;
  padding: .5rem 1rem; }

.nav-link:hover {
  background-color: #85c9f9; }

.navbar-light .navbar-toggler {
  border: none;
  top: 34px; }

.nav-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #85c9f9;
  transition: 0.3s all; }

.header_request-quote {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #074b7b;
  color: white;
  font-family: "Teko", sans-serif;
  font-size: 24px;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center; }

.header_request-quote:hover,
.header_request-quote:active,
.header_request-quote:focus {
  background-color: #85c9f9;
  color: #074b7b;
  text-decoration: none; }

.dropdown {
  position: relative; }

.dropdown::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #074b7b;
  left: calc(50% + 60px);
  top: 21px; }

.dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  padding: 0;
  border-bottom: none; }

@media (min-width: 576px) {
  .navbar-light .navbar-toggler {
    top: 48px; } }

@media (min-width: 1200px) {
  .header-wrapper {
    border-bottom: 5px solid #85c9f9; }
  .navbar-nav {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center; }
  .nav-link {
    border-top: none;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    position: relative; }
  .nav-link::before {
    content: " ";
    border-left: 1px solid #85c9f9;
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    transform: translateY(-50%); }
  .nav-link--first {
    border-left: none; }
  .nav-link--first::before {
    border: none; }
  .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .navbar-light .navbar-nav .nav-item:hover .nav-link {
    background-color: #074b7b;
    color: white;
    cursor: pointer; }
  .nav-item:hover .nav-link::before,
  .nav-item:hover + .nav-item .nav-link::before {
    border-left: none; }
  .nav-link--first:hover::before {
    border: none; }
  .navbar-brand {
    width: auto;
    padding: 15px 30px; }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding: 0 20px; }
  .navbar-toggleable-lg .navbar-nav .nav-link.nav-link--last {
    padding-right: 20px;
    margin-right: 10px; }
  .header_phone {
    color: #a7a9ac;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 25px; }
  .header_request-quote--big {
    font-size: 44px; }
  .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    display: block;
    margin-top: 0;
    border-radius: 0;
    /*padding-top: 0.5rem;
		padding-bottom: 0.5rem;*/ }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown::after {
    content: none;
    display: none; } }

@media (min-width: 1600px) {
  .header_request-quote {
    padding-left: 30px;
    padding-right: 30px; } }

.dropdown-item {
  border-bottom: 1px solid #a7a9ac;
  text-align: center;
  display: flex;
  flex-direction: column; }

.dropdown-item:hover {
  background-color: #85c9f9; }

.dropdown-item a {
  text-decoration: none;
  letter-spacing: 2px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #074b7b; }

.nav-item_dropdown-menu--borderNone {
  border-bottom: none !important; }

.dropdown-toggle::after {
  display: none; }

/* Form Styles */
hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.form {
background:#fff;
}

.form label {
  font-weight: normal;
  margin-bottom: 0;
  display: block;
  color: #0f349a;
  font-size: 12px; }

.form textarea {
  height: auto; }

.form input[type="submit"] {
  border: 0;
    padding: 8px 25px;
    background: #ec5d17;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px; }

.form input[type="submit"]:hover {
  background: #0f349a;
  cursor: pointer; }

.form img.vercodeStyle {
  width: 100%;
  height: 30px;
  margin-top: 25px; }

.form input.error,
.form select.error {
  background: #FDF1F1;
  border: #f77 solid 2px;
  color: #C50606; }

.form label.error {
  color: #f77;
  font-size: 12px;
  padding-top: 0; }

.form .rc-Disclaimer{
  margin:0;
  font-size:11px;
  color:#0f349a;
  text-align: left;
}

.form .rc-Disclaimer a{
  letter-spacing: 0;
  color:#0f349a;
  font-weight:bold;
}

.form .rc-Disclaimer a:hover{
  color:#ec5d17;
}

.form .error-message {
  color: #F00;
  display: none; }

#rc-imageselect,
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.FormWrapper {
  padding-left: 0px;
  margin-bottom: 25px; }

.FormWrapper h3 {
  color: #fff;
  font-family: "Anton", sans-serif;
  background: #85c9f9;
  color: #ffffff;
  font-family: "Anton", sans-serif;
  clear: both;
  padding: 10px;
  padding-left: 15px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0;
  text-transform: uppercase; }

.FormWrapper h4 {
  padding-left: 15px;
  font-family: "Anton", sans-serif;
  border: 1px solid #074b7b;
  padding: 10px;
  color: #a7a9ac;
  border-radius: 10px 10px 0 0;
  background: #fff;
  text-transform: uppercase; }

.FormWrapper_textarea {
  width: 100%;
  min-height: 100px;
  max-height: 110px; }

.companyEMail {
  color: #074b7b; }

.companyEMail:hover {
  color: #85c9f9; }

.asterisk {
  color: #ff7777;
  padding-right: 3px; }

.rate-request-form {
  background: #488bc7;
  padding: 11px;
  border-radius: 15px 15px 0px 0px; }

.grecaptcha-badge {
  display: none !important; }

.success {
  padding: 1em;
  margin: 0.75rem 0 0.75rem 0;
  color: #0c7e0c;
  border: 1px solid #0c7e0c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  width: 100%; }

.error-send-mail {
  padding: 1em;
  margin: 0.75rem 0 0.75rem 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500; }

.form-control{
  border:0;
  background:#f3f5f7;
  border-radius:0;
  font-size:13px;
}




.rate-request-f-img {
  background-image: url(../../content/images/subpage-feature-image-rate-request.jpg); }

.subpage-content {
  border-top: none;
  padding: 50px 30px; }

.subpage-content-left {
  margin-bottom: 25px !important; }

.subpage-content-left_header {
  font-family: "Teko", sans-serif;
  font-size: calc(35.85px + 1.9vw);
  text-transform: uppercase;
  line-height: 0.9; }

.subpage-content-left_subheader {
  color: #85c9f9;
  font-size: calc(16px + 0.3vw);
  font-weight: bold; }

.subpage-content-left_copy {
  color: #a7a9ac;
  font-size: calc(12px + 0.3vw);
  line-height: 1.4;
  margin: 0;
  padding-top: 15px; }

.subpage-content-left_copy-list {
  padding-left: 22px;
  line-height: 1.4;
  font-size: calc(12px + 0.3vw);
  list-style: none;
  margin-top: 10px;
  color: #a7a9ac; }

.subpage-content-left_copy-list li {
  padding-left: 0em;
  text-indent: -.7em; }

.subpage-content-left_copy-list li::before {
  content: "• ";
  color: #074b7b;
  font-size: 20px; }

.subpage-callout {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.subpage-callout .content-right {
  margin-top: 15px; }

.subpage-callout #ottawa-call {
  margin: 0 auto;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .contact-content_callout {
    height: calc(5.3vw + 181px); }
  .contact-content-left_copy {
    width: 100%; } }

@media (min-width: 992px) {
  /*.subpage-feature {
      padding: 16%;
      max-height:630px;
    }*/
  .subpage-content {
    padding: 70px 15px; }
  .subpage-content-left_header {
    padding-top: 0; }
  .contact-content_callout {
    height: calc(6.1vw + 166px); } }

@media (min-width: 1200px) {
  .subpage #ottawa-call {
    margin-top: 10px; }
  .subpage-content-left {
    padding-left: 5%; }
  .contact-content-left_copy {
    width: auto; } }

@media(min-width: 992px) and (max-width:1199px) {
  .login-container .btn {
    width: 92%;
  }
  .login-container h1 {
    padding: 0 10px;
  }
  .login-container .signup-cls {
    font-size: 14px;
  }
  .login-container .signup-cls a {
    font-size: 14px;
  }

}
@media (max-width: 991px) {
  .login-container .btn{
    width:65%;
  }
}

