﻿/* #region General */

h1 
{
    color:White;
}

.clear 
{
    clear:both;
}

/* #endregion */

/* #region Main Section - After Header */

    .row-main-panel {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;    
        background: linear-gradient(135deg, #0C547D 0%, #0a3d5c 50%, #062a40 100%);
        height:auto;    
        padding-top: 82px; 
        padding-bottom: 40px;
        text-align:center;
        overflow:hidden;   
        color:White;
        position: relative;
    }
         
    .main-title h1
    {
        padding-top: 10px;
        font-size: 2.2em;
        font-weight: 700;
        letter-spacing: -0.5px;
        line-height: 1.3;
    }

    .main-title h4 
    {
        color: #46f30a;
    }

    .links-container 
    {
        padding-top:5px;
    }

    .multi-link
    {    
        display: block;
        margin-bottom: 6px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e8e8f0;
        color: #668cad;
        font-size: 1em;
    }

    .multi-link a 
    {
        text-decoration: none;
        color: #668cad;
        font-size: 14px;
        font-weight: 300;
        transition: color 0.2s ease;
    }

    .multi-link a:hover {
        color: #0C547D;
    }

    .button 
    {
        background:#69b9ff;
    }
        
    .button:hover
    {
        background-color:#2e9dff;
    }
        
    .button.icon-before.browse, .button.icon-before.browse 
    {
        /*padding-left:1em;*/
    }
        
    .button.icon-before 
    {
        background-image:none;
    }
        
    .button.large {
        padding-top: 11px;
        padding-bottom: 11px;
        -webkit-appearance: none;
        width: 200px;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 20px;
        font-size:1.1em;
        margin-right: 0px;
    }

    .hollow-button {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
        padding: 14px 20px;
        border: 2px solid rgba(255,255,255,0.7);
        border-radius: 6px;
        transition: background-color 300ms ease, border 300ms ease, color 300ms ease, transform 150ms ease;
        color: white;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 2px;
        text-decoration: none;
        text-transform: uppercase;
        width: 200px;
        margin-bottom: 20px;
        font-size: 0.95em;
    }

    .hollow-button:hover {
        border-color: #fff;
        background-color: rgba(255,255,255,0.12);
        color: #fff;
        transform: translateY(-1px);
    }
   
    .hollow-button.all-caps {
        text-transform: uppercase;
    }

    .email-panel .submit-btn  
    {    
        background: #ec4163;
        background-image: none;
        height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        font-size: 1.1em;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        color: #FFF;
        width: 80px;    
        float:left;
    }

    .email-panel 
    {
        margin-left:auto;
        margin-right:auto;    
    }
        
    .email-panel a, label
    {
        color:White;
        font-size:1em;
    }
    
    .email-panel .input  
    {
        background: #FFF;
        background-image: none;
        height: 40px;
        line-height: 40px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
       
        padding: 0 15px;     
        color:#595959; 
        font-size:1em; 
        border:none; 
        float:left; 

        width: 80%;
        width: -webkit-calc(100% - 82px);
        width: -moz-calc(100% - 82px);
        width: calc(100% - 82px);
      
    }

    .email-panel input.submit-btn:hover {
        opacity: 0.8;
    }

    .email-panel label 
    {
        cursor:default;
    }        

    .grid-image {
        display: block;
        width: 35%;
        margin: 20px auto;
        padding: 20px;
        border: 10px solid #FFF;
        border-radius: 50%;
        background-color: #69B9FF;
        box-shadow: 0px 0px 0px 1px #2E9DFF;
    }
        
    .core-business-description 
    {
        background: #f8f9fb;
        padding-top: 10px;
        padding-bottom: 10px;
    }
               
    .white-box {
        padding: 25px 20px;
        border: none;
        border-radius: 10px;          
        text-align: center;    
        margin-top:10px;
        margin-bottom:10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 200px;
        background: #fff;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .white-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.06);
    }

    .white-box h3 {
        color: #0C547D;
        font-size: 1.4em;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .white-box p {
        margin-bottom: 4px;
        color: #5a6a7a;
        font-size: 0.95em;
        line-height: 1.6;
    }

    .white-box p:last-child {
        margin-top: auto;
        padding-top: 10px;
    }

    .white-box .link {
        color: #0C547D;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        transition: border-color 0.2s ease, color 0.2s ease;
    }

    .white-box .link:hover {
        border-bottom-color: #0C547D;
        color: #083a57;
    }

    .box-margin
    {
        padding-left:15px;
        padding-right:15px;
    }

    .main-images {
        padding-top:10px;
        padding-bottom:10px;
    }
        
    .core-business-description p 
    {
        font-size:1em;
    }
        
    .about-pm 
    {
        background: #fff;
        padding-top: 25px;
        padding-bottom: 15px;
    }
        
    .about-pm h4 
    {
        color: #2c3e50;
        font-size: 1.1em;
        font-weight: 700;
        letter-spacing: 0.3px;
        padding-bottom: 8px;
        border-bottom: 2px solid #0C547D;
        display: inline-block;
    }
        
    .about-pm p {
        color: #6A859C;
        line-height: 1.7;
    }

    .about-pm h2 {
        color: #2c3e50;
        font-size: 1.6em;
        font-weight: 700;
    }

    .about-pm ul {
        padding-left: 20px;
    }

    .about-pm ul li {
        line-height: 1.8;
    }
        
    .footer-link
    {
        display: block;
        margin-bottom: 6px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e8e8f0;
        color: #668cad;
        font-size: 1em;
        font-weight: 400;
        text-decoration: none;
        transition: color 0.2s ease, padding-left 0.2s ease;
    }
        
    .footer-link:hover {
        color: #0C547D;
        padding-left: 4px;
    }
        
    .footer-link.with-icon {
        margin-left: 30px;
    }

/* #endregion */

/* #region UserLogin */

.hamburger-sm 
{
    background: url("../images/hm.png") no-repeat #00547D;
    width: 40px;
    background-size: 40px;
    height: 32px;   
}

.loginControl {
    float: right;
    font-size: 12px;
    width: 450px;        
    background-color: #00547D;
    border:none;
}

ul.usermenu {
    float: right;
    margin-top: 20px;
    height: 22px;
    list-style-type: none;
    line-height: 2.5em;
    font-size: 12px;
    width: auto;
    padding-right: 7px;
}

ul.usermenu li {
    float: left;
    padding-right: 4px;
}

ul.usermenu.login li {
    font-size: 12px;
    vertical-align: top;
}

ul.usermenu.login .textinput, .passwordEntry {
    width: 130px;
    border: 1px solid #666666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
    color:White;
    transition: background-color 0.2s ease;
}

.login-btn 
{
    background-color: #5cb85c;
    border-color: #4cae4c;
    text-transform: uppercase;    
}

.login-btn:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.login-large 
{
    float:right;
    padding-right:17px;
    padding-top:29px;
}

.textinput 
{
    margin-bottom:0px;
}

ul.usermenu.login .textinput, .passwordEntry {
    padding-bottom: 0.4em;
    margin-bottom: 0px;
    height: 35px;
    font-size: 15px;
}

/* #endregion */

/* #region Contacts */

.contacts-image 
{
}

.extra-text {
    margin-top: 30px;
    text-align: justify;
}

.extra-text a {
    color:Blue;
}

.overrideList 
{
    padding-left:30px;
    padding-top:10px;
}

.inputfield {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    font-size: 12px;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.inputselect {
    border: 1px solid #DFDFDF;
    color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 10px;
    height: 2.6125em;
}

.contacts-container label, .contacts-container h1
{
    color:#333;
}

.contacts-container input 
{
    border:1px solid #CCC;
}

.searchbutton {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(border-radius.htc);
    border: 1px solid #a9ccde;
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    border: 0px;
    background: #FFA500;
    color: #000000;
    padding: 10px 20px;  
}

.searchbutton.backb {
    background: #EDEDED;
    color: #000000;
    margin-left: 30px;
    font-size:15px;    
}

.searchbutton:hover {
    background: #39C;
    color: #FFFFFF;
}

.contact-form 
{
}

/* #endregion */
   
/* #region Careers */

    .careers-title h1
    {
        color:Black;
    }
   
    .job-item 
    {
        margin-top:10px;
        margin-bottom:10px;
    }
    
    hr {
        border: solid #dddddd;
        border-width: 1px 0 0;
        clear: both;
        margin: 10px 0px 10px 0px;
        height: 0;
    }
    
    .description
    {
        text-align: justify;
    }
    .details p
    {
        margin-bottom:10px;
    }
    
    .job-specifications 
    {
        padding-left:15px;
        text-align:left;
    }

/* #endregion */

/* #region InThePress */
    .pressTitle h1 {
        color:Black;
    }
    
    .press-item 
    {
        height: 150px;
		width: 150px;
		border: 1px solid lightgray;
		white-space: nowrap;		
		text-align: center;
		margin: 5px 10px 5px 0px;
		float: left;		
    }
    
    .press-item a 
    {
        text-decoration:none;        
    }
    
    .helper {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.direct-links {		
		vertical-align: middle;
		max-height: 150px;
		max-width: 150px;
        margin-left: -5px;
	}
/* #endregion */

/* #region Blog */

    .blogTitle h1 {
        color:black;
    }

    .postTitle
    {
      font-size:x-large;
      color: #428bca;
      margin-bottom: 5px;
      margin-top:15px;
    }
      
    .postDate
    {
        margin-bottom: 5px;
        display: inline-block;
        font-weight:bold;
    }
  
    .postContent 
    {
      font-size:14px;
      margin-bottom: 10px;
      display: block;
      text-align:justify;
      color:black;
    }

    .all-post-content a {
        color:inherit;
    }
  
    .postTags
    {
        font-size:12px;
        font-style:italic;
        margin-bottom: 20px;
        display: inline-block;
    }
    
    table thead {
        background:inherit;
    }

    .NavigationPanel {
        text-align: center;
        height: 22px;
        line-height: 21px;
        clear: both;
        padding-top: 10px;
        font-size: 12px;
        margin: 0px auto;
        padding-top: 5px;
    }
      
    .NavigationPanel a:link, .NavigationPanel a:visited {
        padding: 0px 2px;
        border: 1px solid #BBDDFF;
        margin-left: 10px;
        text-decoration: none;
        background-color: #F5F5F5;
        color: #0072bc;
        font-weight: normal;
        display: inline-block;
    }

    .NavigationPanel a:hover {
        background-color: #DDEEFF;
        border: 1px solid #BBDDFF;
        color: #0072BC;
    }

    .NavigationPanel a.pagination_selected {
        text-decoration: none;
        color: #FFFFFF;
        border: 1px solid #333333;
        background-color: #333333;
        cursor: default;
    }

    .nobordered {
        border:none;
        float:left;
        width:100%;
    }
        .nobordered tr td {
            padding-top:10px;
            padding-bottom:10px;
        }

/* #endregion */

/* #region FAQs */

.listCategories {
    margin-left:0px;
}

.listCategories li a 
    {
        color:inherit;   
        display:block;
    }
        
        
    .listCategories li {
        background: #EFEFEF;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left:10px;
        margin-bottom:5px;
        width: 32%;
        display: inline-block;
        text-align: center;
    }

    .tab-selected {
        background:#222222!important;
    }

    .listCategories li.tab-selected a {
        color:white;
    }
        
    .listCategories li 
    {
        margin-left:0px;
    }

/* #endregion */

/* #region Media Queries */
             
@media only screen and (max-width: 40em)  /* max-width 640px, mobile-only styles, use when QAing mobile issues */
{ 
    .grid-image 
    {
        width:25%;
    }
    
    .row-main-panel 
    {
        padding-top: 50px;        
        height:auto;
        overflow:hidden;
    }

    .main-title h1 {            
        font-size: 1.2em;
    }
    .main-title h5 {            
        font-size: 1em;
    }                
    
    .email-panel input.submit-btn, .submit-btn  {
        background: #ec4163;
        background-image: none;
        height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        font-size: 18px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        color: #FFF;
        width: 80px;        
    }     
    
    .email-panel input.input, .input {
        background: #FFF;
        background-image: none;
        height: 40px;
        line-height: 40px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        width: calc(100% - 82px);
        padding: 0 0 0 10px;
        font-size: 14px;
    }    
    
    ul.usermenu 
    {
        padding-right:0px;
    }
            
    ul.usermenu li {
        float: none;   
        padding-bottom:5px; 
        padding-right:0px;
    }
            
    .loginControl {
        float: none;
        width: inherit;
        position: absolute;
        top: 50px;
        right: 0px;
        background: #4C4C4C;
    }
    
    #loginArea {        
        position: absolute;
        top: 0px;
        right: 0px;
    }
    
    ul.usermenu 
    {
        width:inherit;
        height:inherit;
        float:none;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
    }
            
    #login-smartphone {
        float: right;
        padding: 9px 15px 15px 15px;
    }
            
    #login-smartphone a
    {
        color:White;        
    }
    
    .login-btn 
    {
        width:130px;
    }

    .press-item {
        margin:5px 5px;
    }

    .contact-form {
        padding: 0px;
    }

    .listCategories li {
        width: 100%;
        display: block;
        float: left;        
    }

    .white-box {
        min-height: auto;
    }
}               

@media only screen and (max-width: 40em) and (orientation:portrait) /* max-width 640px, mobile-only styles, use when QAing mobile issues */
{     
    .grid-image 
    { 
        width:40%;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em)
{        
    .loginControl 
    {
        width:400px;
    }          
    
    .white-box h3 
    {
        font-size:1.2em;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation:portrait)
{
    ul.usermenu.login .textinput
    {
        width:90px;
    }       
    
    .loginControl 
    {
        width:320px;
    }              
}

@media only screen and (min-width: 40.063em) and (max-width: 47em) /* max-width 736px, iPhone6 Plus */
{
    .listCategories li {
        width: 100%;
        display: block;
        float: left;
    }

    #login-smartphone {
        float: right;
        padding: 9px 15px 15px 15px;
    }

    .row-main-panel {
        padding-top: 50px;
        height: auto;
        overflow: hidden;
    }
    .loginControl 
    {
        width:400px;
    }   
  
}
/* #endregion */