/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}
/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: #81c2ed; /* color of accordion title background */
    font-size: 24px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.madwire-accordion-title::after {
    content: '+';
    font-size: 38px;
    margin: 0;
    padding: 0;
    line-height: .5;
}

.madwire-accordion-title.open::after {
    content: '-';
    font-size: 55px;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 43%;
    right: 20px;
}


.madwire-accordion-content {
    color: black; /* color of accordion content */
    padding: 10px 20px;
    background: white;
}

/* Equalize Simple List Blocks - About Us*/

/* Change item class here */
.items_e6a19ca8154942d7844a13f3886e7a6a { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e6a19ca8154942d7844a13f3886e7a6a > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Expertise*/

/* Change item class here */
.items_caa3167d22154a78ba34a312132aeff1 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_caa3167d22154a78ba34a312132aeff1 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - engineering*/

/* Change item class here */
.items_eda51395e7254a41aebd3cb8a89119ff { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_eda51395e7254a41aebd3cb8a89119ff > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - science*/

/* Change item class here */
.items_a0f179ba8a10493b9ee363a0bd9467cf { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a0f179ba8a10493b9ee363a0bd9467cf > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - business*/

/* Change item class here */
.items_e8aa244a7afb416bbfff53062e6055dc { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e8aa244a7afb416bbfff53062e6055dc> .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - our services*/

/* Change item class here */
.items_e40c641f02104acc83b4ac5c058a1ab8 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e40c641f02104acc83b4ac5c058a1ab8> .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - resources*/

/* Change item class here */
.items_cc93631b456642da9c3b57c80669e45e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_cc93631b456642da9c3b57c80669e45e> .item {
	display: flex;
	flex-direction: column;
}

/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding-top: 275px;
  padding-bottom: 275px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 83px;
    font-family: dincondensedweb, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
}

#iframe-container h3 {
    font-size: 30px;
    font-family: dincondensedweb, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #80c2ed;
    text-align: left;
    margin-bottom: -50px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/caf8e2c89742464a8255fb31bdc47182/i/b5c8a4d3f15f42f992fa76a40f7193a1/1/GCuCv726gZycFxatRCb7iU/tec_mobilebg.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */