* {
    box-sizing: border-box;
  }

  
.techAssistContainer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.techAssistImage figcaption {
    text-align: left;
    padding: 10px;
}

.techAssistImage img {
    max-height: 400px;
    max-width: 100%;
}

.techAssistRightSide {
    text-align: center;
    width: 80%;
}

.techAssistImage {
    padding: 7px;
    border: 1px solid #717171;
    border-radius: 5px;
    display: table;
    text-align: left;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.techAssistImage figcaption {
    display: table-caption;
    caption-side: bottom;
    font-style: italic;
    border: 1px solid #717171;
    border-top: 0;
    font-size: .75rem;
}

.techAssistHeadingWrapper {
    display: flex;
    align-items: flex-end;
}

.techAssistHeadingIcon {
    width: 37px;
    padding-bottom: .5rem;
}

.techAssistHeadingIcon img {
    height: 50px;
}

.techAssistHeadingH2 {
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0px;
    font-weight: bold;
}

.techAssistImage {
    margin-bottom: 0;
    /*width: 80%;*/
}
.linkBox .linkBox__title {
    color: #115d82;
}

.linkBox .linkBox__title_nolink {
    color: #115d82;
}

.linkBox .partnerships__title {
    color: #115d82;
}

.linkBox .partnerships__title_nolink {
    color: #115d82;
}

.linkBoxesWrapper {
    display: flex;
    margin-top: 3rem;
    flex-wrap: wrap;
    bottom: 0;
}

.linkBox {
    border: 1px solid #000;
    padding: 5px 5px 10px 10px;
    color: #000;
    width: 40%;
    margin: .5rem;
}


.linkBox .linkBox__title {
    font-weight: bold;
    width: 100%;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}

.linkBox .linkBox__title_nolink {
    font-weight: bold;
    width: 100%;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}

.linkBox .partnerships__title {
    font-weight: bold;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.linkBox .partnerships__title_nolink {
    font-weight: bold;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.techAssistLeftSide {
    
}

.linkBox:hover {
    text-decoration: none;
    color: #000;
    border: 1px solid #946000;
}

.linkBox:hover a {
    text-decoration: none !important;
}
.linkBox:hover .linkBox__title {
    color: orange;
}

.linkBox:hover .partnerships__title {
    color: orange;
}

.select_location {
    width: 80%;
}
.contactUs .contactUs__title {
    font-weight: bold;
    color: #115d82;
}

.contactUs {
    text-align: left;
    margin-top: 3rem;
    padding-left: 1rem;
}

.techAssistSubheading {
    color: blue;
    font-size: 1.3rem;
}
.techAssistHeading {
    color: #115d82;
}

.techAssistTxt {
    /*max-width: 820px;*/
    padding:0 5rem 0 .5rem;
}


#press {
    align-items: flex-start;
}

.impactsToYouLinks__itemLabel {
    border: 1px solid #000;
    padding: 10px;
    border-left: none;
    font-weight: bold;
    box-shadow: 3px 4px 0px 0px #736e6e;
    font-size: 1.2rem;
    color: #115d82;
    width:100%;
}

.impactsToYouLinks__item a {
    display: flex;
    align-items: center;
    width: 25rem;
}

.impactsToYouLinks__item {
    display: flex;
    align-items: center;
    width:100%;
}

.impactsToYouPageHead {
    display: flex;
    align-items: center;
}

.impactsToYouPageHead__itemLabel{
    color: #115d82;
    font-size: 1.2rem;
    font-weight:bold;
    
}

.impactsToYouList {
    margin-left: 2rem;
}

.impactsToYouList li {
    margin-bottom: 2rem;    
}

.impactsToYouSubList {
    margin:0;
    list-style-type: none;
    margin-top:.5rem;
    margin-left: 1rem;

}

.impactsToYouSubList li {
    text-indent: -5px;
    margin-bottom: .5rem;
}

.impactsToYouSubList li:before {
    content: "-";
    text-indent: -5px;
}

.impactsServicesList {
    
}

.impactsServicesList ul {
    margin-left: 2rem;
}

.dividerHeader {
    display: flex;
    align-items: baseline;
}

.dividerHeader h4 {
    margin-top: 0 !important;
}

.pdfDownloads__resources {
    display: flex;
    flex-wrap: wrap;
}

.pdfDownloads__resources__item {
    border: 1px solid #000;
    padding: 1rem;
    width: 10rem;
    color: #115d82 !important;
    font-weight: bold;
    box-shadow: 3px 3px 0px 0px #8e8e8e;
    margin-top:1rem;
    margin-right: 3rem;
}

.pdf-link {
    padding: 2px;
    margin: 5px; 
}

.faq__item__question__title {
    font-weight: bold;
    margin-bottom: 0px;
    font-style: italic;
}

.divider {
    flex-grow: 1;
    height: 1px;
    background-color: #9f9f9f;
    margin-left: 10px;
}

.faq__item__label {
    min-width: 7rem;
    border: 1px solid #000;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    box-shadow: 3px 3px 0px 0px #8e8e8e;
    color: #115d82;
}

.faq__item {
    display: flex;
    align-items:flex-start;
    margin-bottom: 1rem;
}

.faq__item__text {
    margin-left: 1rem;
}

.textColor--red {
    color: red;
}

.fitImage {
    object-fit: contain;
    object-position: 50% 50%;
    width: auto;
}

.mapCaption {
    text-align: left;
    font-style: italic;
}

.mapImage {
    max-height: 100% !important;
}

.mapContainer {
    width: 100%;
    margin-top: 20px;
}

.mapFigure {
    margin: 0 auto;
}

.mapFigure:hover {
    border-color: #1bb4fd;
}

.mapFigure:hover figcaption {
    border-color:  #1bb4fd;
}

.imageCollage img {
    max-width: 400px;
    border: 1px solid #adadad;
    padding: 5px;
}

.imageCollage img:hover {
    border: 2px solid #0fea0b;
}

/* CSS for Video.html video display */

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  /* display: none; Hide all elements by default f */
}

.column:hover {
  border: 2px solid #777;
}
.column img {
  width: 100%;
  height: auto;
  border-radius: 13px;
  object-fit: fill;
}

.column .desc {
  padding: 4px;
  text-align: left;
}

.contact-section {
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 2px 1px 2px 1px;
    align-self:center;
    width:100%;
}

.download-link {
    padding: 2px;
    margin:5px;
    position: relative;
}


.contactUsText {
    /*padding: 2px 10px 1px 1px;*/
    /*margin: 2px 5px 2px 1px;*/
    /*text-align: left;*/
    /*width: 50%;*/
    text-align: left;
    padding: 5px 25px 1px 5px;
    margin: 5px 15px 2px 1px;
    width: 50%;
    
}

.contactUs_title {
    color: #115d82;
}

/* Responsive layout - when the screen is less than 600px wide */
/*@media screen and (max-width: 600px) {*/
/*    .column {*/
/*      width: 100%;*/
/*    }*/
/*    .column .desc {*/
/*        height: 100%;*/
/*      }*/
/*  }*/

.help-image {
  width: 17px;
    height: 17px;
    margin: 0px;
    display: inline-block;
    top:0;
    right: 0;
}

.help-text {
    visibility: hidden;
    font-size: 13px;
    position: absolute;
    display: inline-block;
    z-index: 99;
    padding: 10px;
    background-color: rgb(214, 211, 211);
    border-radius: 10px;
}

.help-parent {
    float:right;
}

.help-parent:hover .help-text{
    visibility: visible;
}

.product-list li {
	padding-bottom: 10px;
	list-style-type: none;
}
.product-list {
	padding-bottom: 8px;
	margin-right: 25px;
}
.header-image {
	padding-left:10px; 
	padding-right: 10px; 
	padding-bottom: 20px; 
	width: 37px; 
	height: 37px;
}

.btn-blue {
    color: #FFFFFF;
    width: auto!important;
    height: auto!important;
    /*padding: 10px 10px 5px 10px!important;*/
    /*margin-top: 0px!important;*/
    background-color: #154992!important;
    border-color: #000000!important;
    border-radius: 5px;
    border-width: 1px!important;
    box-shadow: 0px 0px 2px rgba(68,68,68,0.6);
    opacity: 1.0!important;
    position: relative!important;
    font-size: 12px;
}

.btn-blue:hover {
    text-decoration: none!important;
    /*padding: 10px 10px 5px 10px!important;*/
    /*margin-top: 0px!important;*/
    background-color: #f7941d!important;
    border-color: #000000!important;
    border-radius: 5px!important;
    opacity: 1.0!important;
}

.btn-partnerships {
    color: #FFFFFF;
    width: auto!important;
    height: auto!important;
    /*padding: 10px 10px 5px 10px!important;*/
    /*margin-top: 0px!important;*/
    background-color: #154992!important;
    border-color: #000000!important;
    border-radius: 5px;
    border-width: 1px!important;
    box-shadow: 0px 0px 2px rgba(68,68,68,0.6);
    opacity: 1.0!important;
    position: relative!important;
    font-size: 12px;
    text-align: center !important;
    align-self: center;
}

.btn-partnerships:hover {
    text-decoration: none!important;
    /*padding: 10px 10px 5px 10px!important;*/
    /*margin-top: 0px!important;*/
    background-color: #f7941d!important;
    border-color: #000000!important;
    border-radius: 5px!important;
    opacity: 1.0!important;
}

.btn-partnerships {
    margin: 1rem 0;
    padding: 1rem 0;
}

.policy-btn {
    text-align: left;
    bottom: 0;
}

.partnerships-btn {
    text-align: center;
    bottom: 0;
}

.ntdeTxt {
    text-align: left;
}

.igldTxt {
    text-align: left;
}

.igldWrapper.linkBox > p {
    text-align: left;
}
.igldWrapper.linkBox {
    text-align: left;
}

.partnershipsLinks_itemIcon {
    width: 90px;
    height: auto;
    /*padding: 2rem 0 0 0;*/
    margin: 1rem 0 1rem 0;
}

.contactUsTextPartnerships {
    text-align: left;
    /*padding: 5px 25px 1px 5px;*/
    margin: 10px 15px 2px 1px;
    width: 90%;
}

