/* Global */
html, body {
    width: 100&;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
body {
    /*padding: 25px;
    */
    background-color: #ffffff;
}
body.homepage {
    height: 100%}

.page-wrapper {
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
/*    height: 100%; */
    overflow-x: hidden;
    position: relative;
    visibility: hidden;
    padding:30px 0;
}
.main-navigation.sm-menu {
    display: none;
    
}
.display-menu {
    display: block !important;
}

/* Header */
.top-bar {
    background-color: #fff;
    height: auto;
}
.logo {
    text-align: center;
}
.main-navigation {
    margin-top: 60px;
    margin-left: 0;
    text-align: center;
}
.main-navigation li {
    display: inline-block;
    margin-right: 20px;
}
.main-navigation li a {
    color: #3425a2;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    transition: 0.5s ease;
    outline: none !important;
}
.main-navigation li li a {
    margin: 0;
    text-align: left;
    display: block;
}
.main-navigation li a:hover, .main-navigation li ul li a:hover {
    color: #dd5433;
    font-weight: bold;
}
.main-navigation li.dropdown > a:hover {
    color: #3425a2;
    font-weight: normal;
}
.main-navigation .fa-angle-right:before {
    content: "\f105";
    margin-left: 8px;
    color: #ff8c00;
}
.main-navigation .fa-angle-down:before {
    content: "\f107";
    margin-left: 8px;
    color: #ff8c00;
}
.link-wrapper {
    text-align: right;
    padding-right: 25px;
}
.link-wrapper > a {
    color: #e23419;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    display: inline-block;
    
    line-height: 20px;
    margin-bottom: 10px;
}
.link-wrapper p {
    color: #323b98;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    margin-top: -9px;
    margin-bottom: 10px;
}
.link-wrapper span {
    color: #323b98;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
ul.social-links  {
    margin-top: -15px;
}
ul.social-links li {
    display: inline-block;
    margin-right: 10px;
}
ul.social-links li:last-of-type {
    margin-right: 0;
}
ul.social-links li a {
    color: #e23419;
    font-size: 23px;
}
.main-menu {
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    /*margin: 0 25px;
    */
    border-bottom: solid lightgrey;
}
.main-menu .top-bar .row {
    width: 100%;
}
.top-bar .toggle-topbar.menu-icon a {
    /*margin-top: 32px;*/
    margin-top: 55px;
    background: rgba(0,0,0,0.8);
    border: 1px solid #000;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    border-radius: .2rem;
}
.sm-menu-wrapper.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 2px #FFFFFF, 0 9px 0 2px #FFFFFF, 0 19px 0 2px #FFFFFF !important;
    width: 25px;
}
.toppage-wrapper .sm-menu-wrapper.top-bar .toggle-topbar.menu-icon a span::after {
   /* box-shadow: 0 0 0 2px #000, 0 9px 0 2px #000, 0 19px 0 2px #000 !important;*/
}
.toppage-wrapper .top-bar .toggle-topbar.menu-icon a {
    color: #000;
}
.sm-menu-wrapper a p {
    margin-bottom: 0;
    display: block;
    padding-top: 50px;
    color: #000;
    margin-left: -5px;
    text-align: right;
}
.sm-menu-wrapper img {
    max-width: 150px;
}

.fillert {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.top-bar .toggle-topbar {
    position:  relative;
}
.top-bar .toggle-topbar a {
    height: unset;
    padding: 0;
}

.top-bar img.tag {
    margin: 14% 0px;
}
.sm-menu-wrapper .main-navigation .fa{
	display:none;
}
/* Page Content */
body.homepage {
    /* background: url("/_assets/images/hib-internal-2500.jpg") no-repeat 0 0 / cover; */
}
.dsb-col {
	background-color: rgba(0, 0, 0, 0.49);
}
.homepage .slick-dotted.slick-slider {margin-bottom:0}
.bg-wrapper {
    /* background-image: url( /_assets/images/hib-internal-2500.jpg);
    */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    text-align: center;
    padding: 142px 0px 75px 0;
    height: 100%;
    display: table;
    width: 100%;
}
.bg-wrapper .row {
    display: table-cell;
    /*vertical-align: middle;
    */
    padding: 6% 0;
}
.content-wrapper {
/*    background-color: rgba(0, 0, 0, 0.49);
    margin: 75px 125px 0 125px;  */
    padding: 15px;
/*    visibility: hidden; */
}
.content-wrapper h1, .content-wrapper h2, .content-wrapper p {
    
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.content-wrapper h1 {
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
}
.content-wrapper h2 {
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}
.content-wrapper p {
    font-size: 14px;
    line-height: 20px
}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.btn-primary:hover {
    color: #fff;
    background-color: #007095;
    border-color: #007095;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
a.btn:hover {
    transition: all ease 0.5s;
    background-color: #fff;
    border: 1px solid #337ab7;
    color: #337ab7;
}
.social-icons a {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    line-height: 33px;
    
}
.social-icons a em {
    margin-left: 5px;
    margin-top: 5px;
}
.social-icons a:hover {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: #dd5432;
    color: #fff;
}
.breadc {
    /*margin-bottom: 2vh;
    */
    padding: 15px 0;
    font-size: 12px;
    color: #333;
    background-color: transparent;
    border-radius: 0;
}
.breadc a {
    color: #color: #949494;
}
.breadc a:hover, .breadc a:focus {
    color: #2D4EB2;
    filter: brightness(85%);
    text-decoration: underline;
}
.innerpage-wrapper.innerpage-wrapperB {
    /*    margin: 15.5vh 0 50px;
    */
}
#contact-page-2-map #gmap_canvas_1 iframe {
    width: 100%;
    height: 415px;
}
.video-column .video-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 10px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery-item-image {
    height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.gallery-item-status {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.gallery-item-image img {
    margin: 0px auto;
    min-height: 82px !important;
    margin-bottom: 40px;
    width: 100%;
}
.gallery-item-border {
    background: #FFF;
    padding: 2%;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    margin-bottom:30px;
}
.gallery-item {
    padding-bottom: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
}
#gallery-commercial .gallery-item-image, article .gallery-item-image {
    height: 100%;
}
#contact-page-2-detail .btn-submit {
    font-size: 15px;
    color: #ffffff;
    background: #00c1a6;
    text-transform: uppercase;
    padding: 13px 40px;
    display: inline-block;
    border: none;
}
/* .box {
	display:flex;
} */
.box .tennent {flex:1 1 auto;}
div.Tborder {
    border-style: solid;
    padding: 15px;
    border-color: #D1D0D0;
    margin-bottom:30px;
    overflow:hidden;
}
ul.row li {list-style-type:none}

.row.mtce .medium-4.columns {
    min-height: 25vh;
}
.column.row.mtce h2 {
    margin: 40px 0;
}

div.TLogo {
    height: 110px;
    display: flex;		/*	this enables vertical centering	*/
    justify-content:  center;
    align-items: center;
}

.TLogo img{
    max-height:  110px;
    max-width:  100%;
    margin: 0 auto;
}
/*	Control display inner page banner images	*/
.b1 {display: block;}
.about .b1 {display: none;}
.b2, .b3 {display: none;}
.about .b2 {display: block;}
.contact .b3 {display: none;} 

.bkgd {
  position: relative;
  /* make this relative to have the inner div absolute without     breaking out */
  /* border: 1px solid grey */
}

.textovly {
  color: #3425a2;
  position: absolute;
  width: 100%;
  background: #e23419;
  padding: 2px 20px;
  bottom: 15px;
}
.textovly h3 {font-weight: 600;}

div#buttons {margin: 60px 0;}
div#buttons div.columns {
    margin-bottom: 10px;
}

.lpform input[type=submit]#submit-button {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 22pt;
    letter-spacing: -0.1em;
    background-color: #ffc314;
    border-style: solid;
    border-width: 1pt;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-bottom-width: 1pt;
    border-left-width: 1pt;
    border-color: #ffc600;
    padding: 20px;
}


.embed-container {padding-bottom: 40%;}		/*	Manually set for medium sized video		*/
.slick-slider .slick-arrow {
    display: inline-block !important;
    cursor: pointer;
}
.page-wrapper .bkgd img{
	width:100%;
}

/* Media Queries */
@media only screen and (max-width: 1440px) {
    .main-navigation li {
        margin-right: 16px;}
    .main-navigation li a {
        font-size: 19px;}
}

@media only screen and (max-width: 1024px) {
    .content-wrapper h1 {
        font-size: 35px;
    }
    .content-wrapper h2 {
        font-size: 20px;
    }
    .content-wrapper p {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .main-navigation {
        margin-top: 45px
    }
}


@media only screen and (max-width: 991px) {
    .logo {
        padding-top: 10px;
    }
    .link-wrapper > a {
        margin-top: 10px;
    }
    .link-wrapper p {
        margin-bottom: 0;
    }
    .main-navigation {
        margin-top: 33px;
    }
}

@media only screen and (max-width: 800px) {
    .logo {
        padding-top: 15px;
    }
    .main-navigation {
        margin-top: 40px;
    }
    .main-navigation li a, .link-wrapper > a, .link-wrapper p {
        color: #3425a2;
        font-size: 16px;
    }
    .link-wrapper span {
        font-size: 12px;
    }
    ul.social-links li a {
        font-size: 19px;
    }
    
}

@media only screen and (max-width: 768px) {
    .content-wrapper {
        margin: 0 75px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        padding: 25px;
    }
    .main-menu {
        display: none !important;
    }
    .sm-menu-wrapper.top-bar .menu-icon {
        display: block;
        z-index: 99;
        position: absolute;
    }
    .sm-menu-wrapper.top-bar {
        overflow: visible !important;
    }
    .content-wrapper {
        margin: 0;
    }
    .content-wrapper h1 {
        
        font-size: 25px;
        
    }
    .content-wrapper h2 {
        
        font-size: 16px;
        
    }
    .content-wrapper p {
        
        font-size: 14px;
        
    }
    .sm-menu-wrapper .main-navigation {
        margin: 0;
        position: absolute;
        top: 125px;
        z-index: 999;
        right: 0px;
        padding: 15px;
        background-color: rgba(38, 46, 166, 1) !important;
    }
    .sm-menu-wrapper .main-navigation li.open ul{
    	background-color: rgba(38, 46, 166, 1) !important;
    }
    .sm-menu-wrapper .main-navigation li {
        display: block;
        text-align: left;
        margin-bottom: 6px;
    }
    .sm-menu-wrapper .main-navigation li a:hover {
        text-decoration: underline;
    }
    .sm-menu-wrapper .main-navigation li a {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }
    .top-bar .toggle-topbar {
        display: block;
    }
    .top-bar{
        padding-bottom:20px !important;
    }
   /* .sm-menu-wrapper.top-bar .menu-icon {
        margin-right: -0px;
    }*/
    .toppage-wrapper {
        margin-left: -1px;
        padding-bottom: 20px;
    }
    
    body{
        padding: 0 25px;
    }

    .toggle-topbar .columns{
        padding-left:0;
        padding-right:0
    }
    .sm-menu-wrapper .main-navigation .fa{
		margin-left:10px;
	}
	.sm-menu-wrapper .main-navigation .fa{
		display:block !important;
	}

}



@media only screen and (max-width: 767px) {
    .top-bar .toggle-topbar {
        /*display: none;
        disabled by GT	*/
    }
    .innerpage-wrapper.innerpage-wrapperB {
       /* margin-top: 50px;*/
        margin-top: 0;
    }
    .inner-banner {
        padding-top: 0 !important;
    }
    .bg-wrapper {
        background-image: url('/_assets/images/hib-internal-2500.jpg');
        z-index: -1;
        padding: 0;
    }
    body.homepage {
        background: none;
        
        padding: 0;
    }
    .homepage .top-bar .toggle-topbar.menu-icon a {
        color: #383333;
    }
    .homepage .sm-menu-wrapper.top-bar .toggle-topbar.menu-icon a span::after {
        box-shadow: 0 0 0 2px #888, 0 9px 0 2px #888, 0 19px 0 2px #888!important;
        width: 25px;
    }
    .sm-menu-wrapper .utility-menu {
        padding: 15px 0 0;
        
    }
    .sm-menu-wrapper .utility-menu ul li {
        display: inline-block;
        margin-right: 12px;
    }
    .sm-menu-wrapper .utility-menu ul li a {
        color: #000;
        font-size: 12px;
        
    }
    .sm-menu-wrapper .utility-menu ul li.button.radius {
        padding: 0.4125rem 10px !important;
    }
    .sm-menu-wrapper .utility-menu ul li.radius a {
        color: #FFF;
        
    }
    .sm-menu-wrapper .utility-menu ul li.button.radius {
        padding: 0 5px !important;
        line-height:  12px;
        border: none;
        height: 40px;
    }
    .sm-menu-wrapper .main-navigation .fa {
		display: inline !important;
		text-decoration: none !important;
		right: 10px;
		position: absolute;
	}
    .menu-icon::after{
    	display:none !important;
    }
    .sm-menu-wrapper .utility-menu{
    	display:none;
    }
    .top-bar .toggle-topbar.menu-icon a{
    	height:50px !important;
        right: 200%;
    }
    
}

@media only screen and (min-width: 768px) {
 .sm-menu-wrapper .main-navigation{
     display:none !important;
 }
 .main-menu .main-navigation{
     display:block !important;
 }
    .main-menu ul li a > .fa {
     display:inline-block !important;
 }

}

