/*

Theme Name: Nova Networks

Author: Light Switch Creative

Author URI: https://lightswitchcreative.ca/

Description: 2024 Nova Networks

Version: 1.0

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Tags: Nova, Light Switch

Text Domain: NovaTemplate



*/


input#withSerial {
	width: 34%;
}

input#strContract {
	width: 34%;
}


input#withSerialButton {
	padding: 5px 15px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	border: 1px solid white;
	border-radius: 10px;
	width: 120px;
	text-align: center;
}

input#withContractButton {
	padding: 5px 15px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	border: 1px solid white;
	border-radius: 10px;
	width: 120px;
	text-align: center;
}


#withSerialTxt {
	width: 100%;
	text-align: right;
	color: #000;
	font-style: italic;
	font-style: 14px;
	display: block;
}

#withContractText {
	width: 100%;
	text-align: right;
	color: #000;
	font-style: italic;
	font-style: 14px;
	display: block;
}


.input-split-wrap {flex-wrap:wrap;}

.input-split-weird div {
    width: 48%;
}


.select-box-wrap {
	
}
.select-box-wrap select {
	display: block;
	width: 100%;
	appearance: none;
}
.select-box-wrap select {
	padding: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.select-box-wrap select:focus {
	outline: none;
	border-color: #2c3e50;
	box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.select-box-wrap .select {
	position: relative;
	margin: 0;
	padding: 0;
}
.select-box-wrap .select::after {
	content: "";
	position: absolute;
	z-index: 1;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpolygon%20fill%3D%22%232c3e50%22%20points%3D%220.9%2C5.5%203.1%2C3.4%208%2C8.3%2012.9%2C3.4%2015.1%2C5.5%208%2C12.6%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
	no-repeat center center;
	pointer-events: none;
}
.select-box-wrap select {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	cursor: pointer;
}
.select-box-wrap select::-ms-expand {
	display: none;
}
.select-box-wrap select option {
	font-family: Verdana;
}



.top-nav form  {display:inline-block;}


form.is-form-style span.is-search-icon,
form.is-form-style input.is-search-input,
form.is-form-style button.is-search-submit {
    height: 32px;
}

form.is-form-style span.is-search-icon {
    padding-top: 4px !important;
}

form.is-search-form.is-form-style {
    max-width: 40%;
}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
}

img {border:0;}
a {text-decoration:none; cursor: pointer; color: #444;}
.clear {clear: both;}

.wrapper {
  max-width: 1010px;
  margin: 0 auto;
}

.wrapper ul li {
color: #737373;
line-height: 22px;
font-size:18px;
}


.wrapper strong {
    font-weight:500;
}


.wrapper .inv-opt {
        display: flex;
    }
    .wrapper .inv-opt-img {
        width: 40%;
        max-width: 460px;
    }

    .wrapper .inv-opt-blurb {
        width: 60%;
        background-color:#c13c2c;
        color:#fff;
        display: flex;
        flex-direction:column;
        justify-content: center;
        padding: 40px;
    }
    .wrapper .inv-opt-blurb p {
        font-size: 16px;
    color:#fff;
    }
    .wrapper .inv-opt-blurb p strong {
        font-size: 22px;
        text-transform: uppercase;
    }
 .wrapper .inv-opt-blurb p a {
        font-size:16px;
        font-weight: 500;
        color: #fff;
    }
	
	
	
	
	
	
	.inv-opt-wrap {
max-width: 1220px;
margin: 0 auto;
padding: 20px;
}

.inv-opt-title {
display: flex;
background-color: #a7a9ac;
border-bottom:4px solid white;
}
.inv-opt-title span {
color: #fff;
font-size: 16px;
font-weight: 700;
width: 20%;
border-right:4px solid white;
padding: 20px 0 30px 20px;
}
.inv-opt-title span:last-of-type {
width: 60%;
border-right: 0;
}

.inv-opt-box {
margin-bottom: 5px;
}
.inv-opt-box-title {
display: flex;
background-color: #d1d2d4;
}
.inv-opt-box-title div {
color: #646363;
font-size: 17px;
font-weight: 700;
width: 20%;
border-right:4px solid white;
padding:10px;
display: flex;
align-items: center;
}
.inv-opt-box-title div:last-of-type {
width: 60%;
border-right: 0;
}
.inv-opt-box-title div span {
font-size: 35px;
color: #000;
font-weight: 900;
}
.inv-opt-box-deets {
display: flex;
}
.inv-opt-box-deets img {
width: 100%;
height: auto;
display: block;
max-width: 200px;
}
.inv-opt-box-deets p {
font-size: 18px;
line-height: 30px;
color: #646363;
font-weight: 700;
}

@media only screen and (max-width: 680px) {
.inv-opt-title span {
width: 33.3% !important;
padding: 20px 5px !important;
}
.inv-opt-box-title div {
width: 33.3% !important;
}
}


	
	
	
.base-text {
  max-width: 1110px;
  margin: 30px auto 0 auto;
  font-size: 18px;
  color: #737373;
}
.wrapper p {
  font-size: 18px;
}
.novaRedText {
  color: #c13c2c;
}
.novaRedBg {
  background-color: #c13c2c;
}
.fifty-split {
  display: flex;
}
.fifty-split > div {
  width: 50%;
}
.uppercase {
  text-transform: uppercase;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-wrap div {
  width: 200px;
}

.header {
  background-color: #c13c2c;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 40px;
  align-items: center;
}

.head-logo {}
.head-logo img {display: block;}

.nav-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}

.top-nav {

}
.top-nav a {
  color: #e9afab;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px;
}
.top-nav span {
  color: #e9afab;
  font-size: 14px;
  font-weight: 500;
}

/*Styling the main menu*/
.main-nav ul li {
  float: left;
  list-style: none;
  margin: 0 5px;
}
.main-nav ul li::after {
  content: '|';
  padding-left: 5px;
}
.main-nav ul li:last-of-type::after {
  content: '';
}

.main-nav ul li a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display:inline-block;
}

.main-nav ul li a:hover {

}

/* Styling the sub menu */
.main-nav ul li.submenu {
  position: relative;
}

.main-nav ul li.submenu ul {
  position: absolute;
  padding:0;
  margin:0;
  display: none;
}

.main-nav ul li.submenu li {
  display: block;
  background-color: #dbdbdb;
  color: #000;
  float: none;
  width: 100%;
}
.main-nav ul li.submenu li::after {
  content:none;
}
/* Styling drop down links */
.main-nav ul li.submenu li a {
  padding:10px;
  display: block;
  color:#000 !important;
}

.main-nav ul li.submenu li a:hover {
  background: #fff;
}

/* Showing Submenu on hover*/
.main-nav ul li.submenu:hover ul {
  display: block;
}


.home-hero {
  height: 470px;
  background-image: url('/_img/homepage-hero.jpg');
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-hero img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  margin-right: 5%;
}

.about-hero {
  height: 380px;
  background-image: url('/_img/hero-about.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
}
.contact-hero {
  height: 380px;
  background-image: url('/_img/hero-contact.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
}
.itservices-hero {
  height: 380px;
  background-image: url('/_img/hero-it-services.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
}
.itsolutions-hero {
  height: 380px;
  background-image: url('/_img/hero-it-solutions.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
}
.lcm-hero {
  height: 380px;
  background-image: url('/_img/hero-lcm.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
}
.security-hero {
  height: 380px;
  background-image: url('/_img/hero-security.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
}

.page-content {
  max-width: 1377px;
  margin: 0 auto;
  padding: 20px;
}




.content-page-title {
  padding-left: 10%;
}
.content-page-title h1 {
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
  margin: -20px 0 0 0;
  display: flex;
  align-items: center;
}
.content-page-title h1 span {
  /*align-self: flex-end;
  padding-bottom: 20px;*/
  margin-left: 10px;
}
.content-page-title h1 a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}
.content-page-title h1 strong {
  color: #c13c2c;
  font-weight: 500;
}
.content-entry-text {
  max-width: 1010px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
}

.inner-con-wrap {
  color: #737373;
  display: flex;
  margin-top: 40px;
}
.inner-con-wrap p {
  margin: 15px 0;
  line-height: 24px;
}
.inner-con-wrap ul li {
  margin: 14px 0;
}

.inner-con-wrap div.limg {
  padding-bottom: 20px;
}
.inner-con-wrap div.limg img {
  height: 386px;
  object-fit: cover;
  width: 100%;
  max-width: 675px;
  display: block;
}
.left-con {
  max-width: 660px;
}
.left-con-txt {
  margin-left: 80px;
}
.right-con {
  margin-left: 40px;
}

.about-redbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0;
}

.arb {
  width: 31%;
  min-width: 300px;
  background-color: #d24d38;
  border-radius: 20px;
  border:3px solid white;
  -webkit-box-shadow: 0px -6px 56px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -6px 56px -15px rgba(0,0,0,0.75);
  box-shadow: 0px -6px 56px -15px rgba(0,0,0,0.75);
  padding:20px;
}
.arb p {
  color: #fff;
  font-size: 18px;
}
.arb p strong {
  font-size: 24px;
  font-weight: 700;
}

.arb:nth-child(1) {
  background-image: url('/_img/arb-01.jpg');
  background-size: cover;
  background-position: center;
}
.arb:nth-child(2) {
  background-image: url('/_img/arb-02.jpg');
  background-size: cover;
  background-position: center;
}
.arb:nth-child(3) {
  background-image: url('/_img/arb-03.jpg');
  background-size: cover;
  background-position: center;
}


.footer-spacer {
  margin-top: 100px;
}
.footer-divide {
  background-color: #6a6a6a;
  clip-path: polygon(0 100px,100% 0,100% 100%,0 100%);
  margin-top: -100px;
  width: 100%;
  min-height: 100px;
}
.footer {
  background-color: #6a6a6a;
  color: #fff;
  padding: 20px;
}
.footer p {
  margin:0;
}

.footer-details {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  padding: 0 80px;
}

.footer-contact {
  font-size: 17px;
  font-weight: 500;
  text-align: right;
  line-height: 24px;
  text-transform: uppercase;
}
.footer-contact p {
  margin: 15px 0;
  letter-spacing: 3px;
}
.footer-contact a {
  color: #fff;
}
.footer-midstack {
  margin: 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flogo img {
  height: auto;
  display: block;
  width: 118px;
}
.footer-address {
  font-size: 17px;
  line-height: 24px;
}
.footer-address p {
  margin: 15px 0;
  letter-spacing: 3px;
}
.footer-address p strong {
  font-size: 20px;
}
.footer-social {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.footer-social a {
  margin: 5px;
}
.footer-copy-links {
  display: flex;
  justify-content: flex-end;
  margin-right: 20%;
}
.footer-copy-links a {
  color: #fff;
  font-size: 15px;
  margin: 10px;
}


.home-blurb-001 {
  padding: 20px;
}
.home-blurb-001 p strong {
  font-size: 30px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}
.home-blurb-001 p {
  margin: 30px 0;
  line-height: 24px;
}
.home-blurb-001 div.n-float {
  display: flex;
  align-items: center;
}
.home-blurb-001 div.n-float img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 62px;
}
.home-blurb-001 div.n-float p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  line-height: 22px;
}

.home-entry-splits {
  min-height: 408px;
}
.img-split {
  background-size: cover;
  background-position: center;
}
.txt-split {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.txt-split-right {
  align-items: flex-end;
}
.wrapper p {
  color: #737373;
  line-height: 22px;
}
.txt-split p {
  color: #737373;
  line-height: 22px;
  max-width: 580px;
}
.txt-split p a strong {
  font-size: 18px;
  color: #710000;
}
.txt-split ul {
  max-width: 580px;
}
.txt-split ul li {
  margin: 10px 0;
  color: #737373;
  line-height: 22px;
}
.txt-split p strong {
  font-size: 22px;
  font-weight: 900;
  color: #710000;
  text-transform: uppercase;
}
.about-splits .txt-split p.about-bold strong {
  font-size: 16px;
  color: #000;
}
.txt-split p a {
  color: #710000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
}
.about-splits .txt-split p {
  font-size: 18px;
  line-height: 28px;
}
.about-splits .txt-split p strong {
  color: #c13c2c;
  font-size: 24px;
  font-weight: 700;
}

.sustain-splits .txt-split p strong {
  color: #737373;
  font-size: 18px;
}

.recycle-row {
  margin: 60px;
  display: flex;
  justify-content: center;
}
.recycle-row img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 560px;
}

.footer-enteries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1010px;
  margin:100px auto 0 auto;
}
.fe {
  width: 33.3%;
  padding:0 20px;
  display: flex;
  flex-direction: column;
}
.fe:nth-child(2) {
  border-left:1px solid #e3e5e7;
  border-right:1px solid #e3e5e7;
}
.fe-img img {
  object-fit: cover;
  height: 266px;
  width: 100%;
  display: block;
}

.fe-txt {

}
.fe-txt p {
  font-size: 18px;
  line-height: 24px;
  color: #737373;
}
.fe-txt p strong {
  color: #c13c2c;
  font-size: 22px;
  font-weight: 700;
}
.fe-txt p span {
  color: #737373;
  font-size: 18px;
  font-weight: 700;
}
.fe-lnk {
  margin-top: auto;
}
.fe-lnk a {
  color: #710000;
  font-size: 18px;
  font-weight: 900;
}

.cert-compliance {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  background: transparent;
  margin: 60px 0;
}

.cert-compliance:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
  background: #7f7f7f;
  z-index: 0;
}

.cert-compliance span {
  position: relative;
  background: white;
  font-weight: 600;
  padding: 0 15px;
  z-index: 1;
  font-size: 23px;
  color:#8f8f8f;
  font-weight: 700;
}



.cert-compliance-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.cert-compliance-logos div {
  width: 25%;
  min-width: 120px;
  max-width: 140px;
  margin: 20px;
}
.cert-compliance-logos div img {
  width: 100%;
  height: auto;
  display: block;
}

.sales-terms-button {
  padding:100px 0;
  text-align: center;
}
.sales-terms-button a {
  padding: 14px 20px;
  background-color: #fff;
  border:2px solid #b9b8b8;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.sales-terms-button a:hover {
  background-color: #b9b8b8;
}


/* Contact Styles */
.contact-wrapper {
  max-width: 1120px;
  margin: 60px auto;
}
.contact-redbox {
  width: 100%;
  border-radius: 20px;
  border:3px solid white;
  -webkit-box-shadow: 0px -6px 56px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -6px 56px -15px rgba(0,0,0,0.75);
  box-shadow: 0px -6px 56px -15px rgba(0,0,0,0.75);
  background-color: #c13c2c;
  background-image: url('/_img/contact-redbox.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 315px;
  padding: 40px;
  display: flex;
}
.ottawa-badge {
  margin-right: 30px;
}
.ottawa-badge img {
  border-radius: 20px;
}
.contact-redbox-txt {
  width: 100%;
}
.contact-redbox-txt p.crb-title strong {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.crb-loc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}

.contact-wrapper .form-row form {
  padding: 0;
}
.contact-wrapper .form-split h2 {
  font-size: 22px;
  font-weight: 500;
  color: #c93732;
}
.contact-wrapper .form-txt {
  background-color: #6a6a6a;
  color: #fff;
  border-left:20px solid white;
  border-radius: 0 20px 20px 0;
  padding: 20px;
}
.contact-wrapper .input-single:last-child {
  margin-bottom: 0;
}
.contact-wrapper .form-txt p {
  max-width: initial;
}

.offices-row {
  max-width: 1270px;
  margin:0 auto;
  text-align: center;
}
.offices-row p strong {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.offices-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ob {
  width: 305px;
  padding: 20px;
  border-radius: 20px;
  margin: 20px 0;
  -webkit-box-shadow: 0px -6px 56px -15px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px -6px 56px -15px rgba(0,0,0,0.25);
  box-shadow: 0px -6px 56px -15px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
}

.ob-img img{
  width: 100%;
  height: auto;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.ob-txt {
  text-align: center;
}
.ob-txt p strong {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.ob-txt p {
  color: #737373;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
}
.ob-lnk {
  text-align: center;
  margin-top: auto;
  padding-top: 10px;
}
.ob-lnk a {
  padding: 8px 10px 5px 10px;
  border-radius: 20px;
  background-color: #6a6a6a;
  color: #fff;
  font-weight: 900;
}
.ob-lnk a:hover {
  background-color: #c13c2c;
}


/* End Contact Styles */

/* IT SERVICES */
.it-split {
  display: flex;
}
.it-split div {
  width: 50%;
}
.it-split div:nth-child(1) img {
  height: 386px;
  object-fit: cover;
  width: 100%;
  display: block;
  border-right: 3px solid white;
}
.it-split div:nth-child(2) {
  background-color: #c13c2c;
  padding: 40px;
  color: #fff;
}
.it-split div p {
  font-size: 18px;
  line-height: 24px;
}
.it-split div p strong {
  font-weight: 500;
}
.it-split div p a {
  color:#fff;
  font-weight: 900;
}

.itsol-split div:nth-child(2) {
  background-color: #6d6a6a;
  padding: 40px;
  color: #fff;
}


.accordion-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 0;
}
.accordion-toggle {
  display: block;
  color: #737373;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  border-bottom:1px solid #c2c2c2;
}

.accordion-content {
  display: none;
}

.accordion-content.active {
  display: block;
  background-color: #e7e7e7;
  padding: 20px 30px;
}
.accordion-toggle.atActive {
  background-color: #e7e7e7;
  color: #000;
  border-bottom:1px solid #e7e7e7;
}

/* END IT SERVICES */

.home-form-wrap {
  display: flex;
  max-width: 1377px;
  margin: 0 auto;
  padding: 50px 0;
}
.form-row {
  width: 60%;
}
.form-txt {
  width: 40%;
  color: #737373;
  font-size: 18px;
}
.form-txt p {
  max-width: 330px;
  line-height: 24px;
}
.form-txt p strong {
  font-weight: 700;
}
.form-txt p a {color: #737373;}

.form-txt pz`.doubleSpace {
  line-height: 34px;
}

.form-row {

}

.form-row form {
  padding: 0 40px;
  margin: 0 auto;
}

.form-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.form-split h2 {
  width: 50%;
}


.input-split {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.input-split input {
  width: 48%;
}
.input-single {
  margin: 20px 0;
}
.input-single input {
  width: 100%;
}

form.home-form input[type="text"],
form.home-form input[type="email"],
form.home-form input[type="number"],
form.home-form textarea
{
  font-family: 'Josefin Sans', sans-serif;
  font-size:16px;
  padding: 10px;
  border:1px solid #000;
  color: #000;
}

input::placeholder,
textarea::placeholder{
  color: #000;
}

input.ticketNumber::placeholder {
  color: #767676 !important;
}

input[type="number"]:disabled {
  background-color: #f0f0f0;
  border:1px solid #b3b3b3 !important;
  color: #767676 !important;
  opacity: 1;
}


form.home-form textarea {
  width: 100%;
  min-height: 120px;
  font-family: 'Josefin Sans', sans-serif;
  font-size:16px;
}

input.btn-sub {
  padding: 5px 15px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  border:1px solid white;
  border-radius: 10px;
  width: initial;
}

.subrow {
  text-align: center;
  margin:40px 0;
}

.home-form fieldset {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.home-form fieldset legend {
  font-weight: 900;
  font-size: 20px;
}

.select-box {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  width: 320px;
  border-radius: 5px;
}
.sbfr {
  min-width: 350px !important;
}

.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
  margin-top: 0;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__option:first-of-type {

}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #c13c2c;
  color: #fff;
  border-radius: 5px;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #000;
}
.select-box__option:hover, .select-box__option:focus {
  color: #fff;
  background-color: #710000;
}

.input-split label, .input-single label {
  display: none;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.home-hex-wrap {
  justify-content: center;
  flex-wrap:wrap;
}
.hex-nav {
  min-width: 555px;
}
.home-blurb-001 {
  min-width: 535px;
}


.accordion-content {

}
.accordion-content p {
  font-weight: 400;
  line-height: 26px;
}
.accordion-content ul {
  margin: 0;
}
.accordion-content ul li, .accordion-content ol li {
  margin: 10px 0;
  font-weight: 400;
}


/* responsive table code */
table.resTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.resTable caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.resTable tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
}

table.resTable th,
table.resTable td {
  padding: 20px;
  text-align: center;
}

table.resTable th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}





.equalHMRWrap {
  max-width: 1140px;
  margin: 40px auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.equalHMR {
  width: 30%;
  margin-bottom: 6%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)  ;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)  ;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)  ;
  padding: 25px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.part-logo {
  justify-content: center;
  display: flex;
}
.part-logo img {
  max-width: 290px;
}
.part-bio {
  font-size: 18px;
  line-height: 24px;
}
.part-lnk a{
  color: #710000;
  font-size: 18px;
  font-weight: 500;
}


.logo-slide .owl-stage {
  display: flex !important;
  align-items: center;
}
.logo-slide {
  max-width: 1440px;
  margin: 0 auto;
}
.logo-slide div {

}
.logo-slide div img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 120px;
}

@media screen and (max-width: 600px) {
  table.resTable {
    border: 0;
  }

  table.resTable caption {
    font-size: 1.3em;
  }

  table.resTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.resTable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table.resTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table.resTable td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table.resTable td:last-child {
    border-bottom: 0;
  }
}

.accord-row {
  padding: 40px;
}
.accord-row a {
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 500;
  border-bottom:1px solid #c2c2c2;
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  background-image: url("/_img/arrow-right.png");
  background-repeat: no-repeat;
  background-position:10px 10px;
  text-indent: 10px;
}
.accord-row a.arON {
  color: #000;
  background-image: url("/_img/arrow-down.png");
  border-bottom:none;
  background-color: #e7e7e7;
  padding: 10px 20px;
  background-position: 10px 15px;
}
.accord-row div p a {
  background: none;
  border:0;
  padding: 0;
  text-indent: 0;
  color: #c13c2c;
}

.accord-row-table {
  border-bottom:1px solid #c2c2c2;
  background-color: #e7e7e7;
  padding: 20px 30px;
}


/* Logo slider */
.secSlide div.item img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
}
.lcmSlide div.item img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
}
.partSlide div.item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}

.cloud-con-wrap {
  flex-direction: column;
}

.cloud-wrap-01 {
  display: flex;
}
.cloud-wrap-02 {
  max-width: 1140px;
  margin: 0 auto;
}
.cloud-txt {
  width: 50%;
  margin-left: 40px;
}

.inner-con-img-wrap {
  display: flex;
  justify-content: space-between;
}
.inner-con-img-wrap img {
  width: 33%;
  display: block;
  height: 212px;
  object-fit: cover;
}

.careers-split {
  display: flex;
  margin: 40px 0 0 0;
}
.careers-split div {
  width: 50%;
}
.careers-split-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.careers-split-txt {
  color: #fff;
  background-color: #c13c2c;
  padding: 15px 40px;
  line-height: 22px;
}
.careers-split-txt p {
  color: #fff;
  line-height: 22px;
}

.accordion-content p.careers-ft {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.accord-row div p.careers-ft-btn a {
  font-size: 25px;
  color: #fff;
  padding: 10px 20px 6px 20px;
  border-radius: 10px;
  background-color: #c13c2c;
  display: inline-block;
}

.careers-apply {
  margin: 30px 0;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.careers-apply a {
  background-color: #c13c2c;
  color: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  display: inline-block;
}

.mediaListWrap {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.mediaListBox {
  max-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
  margin: 20px;
  color: #737373;
}
.mediaListBox p {
  margin: 5px 0;
  padding: 0 20px;
}

.mediaListBox p:first-of-type {
  margin-top: 15px;
}
.mediaListBox p.mediaListDate {
  font-size: 15px;
  font-weight: 500;
}
.mediaListBox p.mediaListTitle {
  text-transform: uppercase;
  font-weight: 500;
}
.mediaListBox p.mediaListTxt {

}
.mediaListBox p.mediaListRdm {
  text-align: right;
  padding-bottom: 10px;
  font-weight: 700;
  color: #710000;
  margin-top: auto;
}

.mediaListBox img {
  width: 100%;
  display: block;
  height: 228px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.media-selected-wrap {
  background-image: url('/_img/media-bg.jpg');
  background-size: 100% 240px;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 800px;
  border-top:4px solid white;
  padding: 0 20px;
}

.ms-box {
  max-width: 1150px;
  width: 100%;
  margin: 60px auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
  background-color: #fff;
  padding: 20px 40px;
}

.ms-box a.backBtn {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.ms-box img {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 358px;
}

.ms-box p {
  color: #737373;
  font-size: 18px;
}

p.ms-box-date {font-size: 16px}
p.ms-box-title {font-size: 22px;}

.ms-box ul {
  margin: 0 0 0 30px;
  padding: 0;
}
.ms-box ul li {
  font-size: 18px;
  color: #737373;
}

.ms-con-split {
  display: flex;
}
.ms-con-split div:nth-child(1) {
  margin-right: 10px;
}


/* RESPONSIVE */
@media only screen and (max-width:1150px) {
  .hex-nav img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 555px;
    margin: 0 auto;
  }
  .home-blurb-001 {
    width: 100% !important;
  }
}
@media only screen and (max-width:980px) {
  .logo-slide {padding: 0 20px;}
  .part-logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .footer-divide {display: none;}
  .footer-spacer{display: none;}
  .footer-details {
    flex-direction: column;
    justify-content: center;
  }
  .footer-contact, .footer-address {
    text-align: center;
  }
  .footer-copy-links {
    justify-content: center;
    margin-right: 0;
  }
  .about-redbox {
    flex-direction: column;
    padding: 0 20px;
  }
  .arb {
    width: 100%;
    margin: 20px 0;
  }
  .ottawa-badge {display: none;}
  .crb-title {
    text-align: center;
  }
  .home-form-wrap {
    flex-direction: column;
    padding: 20px;
  }
  .contact-form-wrap .form-row {
    width:100%;
  }
  .contact-wrapper .form-txt {
    border-left: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  .offices-boxes {padding: 20px;}
  .ob {
    width: 48%;
  }
  .wrapper {
    padding: 0 20px;
  }
  .inner-con-wrap {

    padding: 20px;
  }
}


.mobile-header{display:none;}
@media only screen and (max-width:768px) {
  .equalHMR {
    width: 100%;
  }
  .cloud-wrap-01 {
    flex-direction: column;
  }
  .cloud-txt {
    width: 100%;
    margin-left: 0;
  }
  .inner-con-wrap {
    flex-direction: column;
    padding: 20px;
    margin-top: 0;
  }
  .left-con {
    max-width: 100%;
  }
  .left-con-txt, .right-con {
    margin-left: 0;
  }

  .inner-con-wrap div.limg {
    float: none;
    margin: 20px 0;
  }
  .inner-con-wrap div.limg img {
    width: 100%;
    height: auto;
    display: block;
  }

  .content-page-title h1 {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 10px 0 0 0;
    font-size: 22px;
  }
  .content-page-title h1 img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 50px;
    margin-bottom: 15px;
  }
  .content-page-title h1 a {
    width: 100%;
  }
  .it-split {
    flex-direction: column;
  }
  .it-split div {
    width: 100%;
  }
  .content-page-title, .content-entry-text {
    padding: 0 20px;
  }
  .footer-enteries {
    flex-direction: column;
    margin: 40px auto 0 auto;
  }
  .fe {
    width: 100%;
    margin: 20px 0;
  }
  .fe:nth-child(2) {
    border-left:0;
    border-right: 0;
  }
  .cert-compliance {text-align: center;}
  .cert-compliance:after {display: none;}
  .fifty-split {
    flex-direction: column;
  }
  .fifty-split > div {
    width: 100%;
  }
  .img-split {
    min-height: 300px;
  }
  .mid-splits {
    flex-direction: column-reverse;
  }
  .txt-split {
    align-items: flex-start !important;
  }
  .txt-split p {
    max-width: initial;
  }
  .home-form-wrap {
    flex-direction: column;
  }
  .form-row {
    width: 100%;
  }
  .form-txt {
    width: 100%;
    text-align: center;
  }
  .form-txt p {
    margin: 20px auto;
  }
  .header {display: none;}
  .mobile-header {
    display: flex;
    height: 100px;
    background-color: #fff;
  }
  .mbl-nav-spacer {
    display: block;
    height: 100px;
  }

  .mbl-nav {
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #c13c2c;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mbl-logo {
    padding-left: 20px;
    flex:1;
  }

  .mbl-menu-lnk {
    display: table-cell;
  }

  .mbl-logo img {
    width: 100%;
    max-width: 229px;
    height: auto;
  }

  .hamburger-on {display: none;}

  .mbl-menu {
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top:100px;
    width: 100%;
    right:0;
    z-index: 10000;
    list-style: none;
  }

  .mbl-menu li {
    text-align: center;
    list-style: none;
    border-bottom: 1px solid white;
  }

  .mbl-menu li:first-child {

  }

  .mbl-menu li:last-child {
    border-bottom: none;
  }

  .mbl-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background: #c13c2c;
  }

  .mbl-menu li a:hover {
    /*color: #164a7c;*/
    color: #fff;
  }
  .menubtn-wrap {
    padding: 0 20px;
    background-color: #c13c2c;
    margin-left:15px;
  }

  .menubtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
  }

  .line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }

  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }

  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .mbl-menu li a.current {
    background-color: #164a7c;
    color: #fff;
  }

  .mbl-menu li a img {
    margin-left: 10px;
  }

  .mbl-menu li ul {
    background-color: #c13c2c;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mbl-menu li ul li {
    background-color: #fff;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    color: #006f51;
    font-style: normal;
  }

  .mbl-menu li ul li.mbl-menu-sub-header {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding: 5px 0 5px 0;
    list-style: none;
  }

  .mbl-menu li ul li a {
    display: block;
    padding: 5px 0 5px 45%;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    background: #a3b8cb;
    text-transform: uppercase;
  }

  .mbl-menu li ul li a span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }

  .mbl-menu li ul li a:hover {
    color: #164a7c;
  }

  .mbl-header {
    height: 100px;
    display: block;
  }
  .footer-details {
    padding: 0;
  }
  .footer-contact p {
    font-size: 16px;
  }
  .home-blurb-001 {
    min-width: initial;
  }
  .home-form-wrap .form-row form {
    padding: 0;
  }
  .input-split {
    flex-direction: column;
  }
  .input-split input {
    width: 100%;
    margin: 10px 0;
  }
  .hero {
    height: 350px !important;
  }
}
.hex-mbl {display: none;}
@media only screen and (max-width:610px) {
  .ms-box img {
    float: none;
    margin: 0;
  }
  .inner-con-img-wrap {display: none;}
  .hex-nav {
    min-width: initial;
  }
  .hex-mbl {display: block;}
  .hex-map {display: none;}
  .hex-mbl a {
    display: block;
    padding: 20px 20px 16px 20px;
    background-color: #c13c2c;
    color: #fff;
    font-weight: 700;
    border-bottom:2px solid white;
  }
}
@media only screen and (max-width:560px) {
  .ob {
    width: 100%;
  }
}

a.view-all-media {
  text-align: center;
  color: #c13c2c;
  font-size: 22px;
  display: block;
  padding: 20px 0;
  font-weight: 500;
}

/* Style inputs, select elements and textareas */
.career-form input[type=text],.career-form input[type=file] , .career-form  select, .career-form  textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
.career-form label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
.career-form input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.career-form {
  padding: 20px;
}

/* Floating column for labels: 25% width */
.career-form .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.career-form .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.career-form .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .career-form .col-25, #career-form  .col-75, #career-form  input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}




.av-pillars {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1377px;
    padding: 50px;
    margin: 0 auto;
}

.av-pillars div {
    width: 24%;
}
.av-pillars div img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 300px;
}


.av-three-split {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1377px;
    margin:  0 auto;
}

.av-three-split div {
    padding: 0 20px;
    color: #737373;
    font-size: 18px;
    line-height: 28px;
}
.av-three-split div img {
    width: 100%;
    height: auto;
    display: block;
}
.av-001 {
    width: 30%;
}
.av-002 {
    width: 30%;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
}
.av-003 {
    width: 40%;
}

.av-003 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.av-overlap {
    width: 100%;
    max-width: 1377px;
    margin: 40px auto;
    background-position: top left;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
}
.av-lcm {
    width: 70%;
    max-width: 800px;
    background-color: #fff;
    margin-top: 50px;
    padding: 40px;
    box-shadow: -6px 7px 5px 0px rgba(0,0,0,0.24);
    -webkit-box-shadow: -6px 7px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: -6px 7px 5px 0px rgba(0,0,0,0.24);
}


.av-lcm h4 {
    font-weight: 300;
    font-size: 22px;
    color: #c13c2c;
}
.av-lcm p strong {
    font-weight: 500;
    color: #828282;
    font-size: 18px;
}
.av-lcm p,
.av-lcm ul li{
    color: #828282;
    font-size: 18px;
    line-height: 28px;
}

.av-lcm a.av-lrn-btn {
    background-color: #c13c2c;
    padding: 10px 18px 6px 18px;
    border-radius:10px;
    color:#fff;
    font-size:20px;
    display: inline-block;
    margin-top: 30px;
}

.av-lcm-img {display: none;}

@media screen and (max-width: 768px) {
    .av-pillars {
        flex-wrap:wrap;
        padding: 40px 20px;
    }
    .av-pillars div {
        width: 48%;
        margin: 10px 0;
    }
    .av-three-split {
        flex-direction: column;
    }
    .av-001,.av-002,.av-003 {
        width: 100%;
    }
    .av-002 {
        border:none;
    }

    .av-overlap {
        flex-direction: column;
    }
    .av-lcm-img {
        display: block;
    }
    .av-lcm-img img {
        display: block;
        width: 100%;
        height: auto;
    }
    .av-lcm {
        width: 100%;
        max-width: inherit;
        margin-top: 0;
        padding: 0 20px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

}





