@font-face{font-family:"Open Sans";src:url(/assets/fonts/open-sans-regular.ttf) format("opentype");font-style:medium;font-weight:500;}
@font-face{font-family:"Open Sans";src:url(/assets/fonts/open-sans-italics.ttf) format("opentype");font-style:italic;font-weight:500;}
@font-face{font-family:"Open Sans";src:url(/assets/fonts/open-sans-regular.ttf) format("opentype");font-style:semibold;font-weight:600;}
@font-face{font-family:"Open Sans";src:url(/assets/fonts/open-sans-bold.ttf) format("opentype");font-style:bold;font-weight:700;}
@font-face{font-family:"Open Sans";src:url(/assets/fonts/open-sans-bold-italics.ttf) format("opentype");font-style:italic;font-weight:700;}
@font-face{font-family:"Open Sans";src:url(/assets/fonts/open-sans-bold.ttf) format("opentype");font-style:black;font-weight:900;}
@font-face{font-family:"Tiempos Headline";src:url(/assets/fonts/tiempos-headline-medium.otf) format("opentype");font-style:normal;font-weight:400;}
@font-face{font-family:"Tiempos Headline";src:url(/assets/fonts/tiempos-headline-medium-italics.otf) format("opentype");font-style:italic;font-weight:400;}
@font-face{font-family:"Tiempos Headline";src:url(/assets/fonts/tiempos-headline-medium.otf) format("opentype");font-style:medium;font-weight:500;}
@font-face{font-family:"Tiempos Headline";src:url(/assets/fonts/tiempos-headline-medium-italics.otf) format("opentype");font-style:italic;font-weight:500;}
@font-face{font-family:"Tiempos Headline";src:url(//assetsfonts/tiempos-headline-medium.otf) format("opentype");font-style:semibold;font-weight:600;}
@font-face{font-family:"Tiempos Headline";src:url(/assets/fonts/tiempos-headline-medium-italics.otf) format("opentype");font-style:italic;font-weight:600;}
@font-face{font-family:"Tiempos Headline";src:url(/assets/fonts/tiempos-headline-medium.otf) format("opentype");font-style:bold;font-weight:700;}
@font-face{font-family:"Tiempos Headline";src:url(/assets/fonts/tiempos-headline-medium-italics.otf) format("opentype");font-style:italic;font-weight:700;}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Tiempos Headline', Georgia, sans-serif;
    color: white;
    padding: 5px 0 5px 0;
  }

  input[type="submit"], input[type="button"], input[type="reset"], button, input[type="radio"], input[type="checkbox"] {
    width: auto;
    background: linear-gradient(to right, #009FE7,#0072CE);
    color: #fff;
    padding: 8px 18px;
    font-size: 25px;
    margin: 0 0 5%;
  }

  input[type="submit"]:hover {
    cursor: pointer;
    background: linear-gradient(to right, #0072CE,#0072CE);
  }

  label {
    margin: 0px 0px 0px 0px;
  }

/* Top Nav */

#topNavigation {
    background: #00336661;
    float: none;
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    min-height: 100px;
    text-align: center; 
    padding: 0% 2% 1%;    
    border-image: none;
      border-image-slice: 100%;
    border-top-width: 0em;
  }

  #logo {
    width: 95%;
    margin: 0 3% 0;
    min-height: 49px;
    max-width: 1700px;
  }

  #siteTitle h1 {
    font-family: 'Tiempos Headline', arial;
    font-size: 32px;
    padding: 23px 20px 0 0;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-transform: none;
    transition: all 0.2s linear 0s;
    color: #fff;
    text-align: left;
  }

  /*BODY*/

  #container{
    background-image: url('/assets/checkmarq-login-bg.jpg');
    background-size: cover;
  }

  #wrapperContent {
    clear: both;
    color: white;
    margin: 0 auto;
    padding: 5%;
    position: relative;
    width: 100%;
    z-index: 101;
    max-width: 1700px;
  }

  #breadcrumbs {
    display: none;
  }

  #pageName h1 {
    color: white;
    font-size: 44px;
    text-transform: none;
    padding: 0;
    font-family: 'Tiempos Headline', serif;
    line-height: 120%;
  }

  body {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 17px;
    word-wrap: break-word;
    color: #666666;
    line-height: 1.75;
  }

  strong {
    font-family: 'open sans', Helvetica, sans-serif;
    font-weight: 600;
  }

  #leftContent p {
    color: white;
    font-size: 17px;
    line-height: 160%;
    padding: 5px 0;
    font-family: 'Open Sans', sans-serif;
  }

  a {
    text-decoration: underline;
    color: white;
    font-weight: 500;
  }

  ul {
    margin: 0 0 5px 0;
      margin-top: 0px;
    padding: 0 0 0 1.2em;
    font-size: 17px;
    line-height: 160%;
    color: white;
  }

  #leftContent li {
    color: white;
    line-height: 160%;
    padding: 0 0 13px;
  }

  #mainImage {
    display: none;
  }

  #sidebarRight {
    float: right;
    margin: 5% 10px 0 0;
  }

  #sidebarRight #columnHeader h1 {
    color: #036;
    font-family: 'Tiempos Headline', arial;
    font-size: 23px;
    margin: 0;
    text-transform: none;
    padding: 0;
    text-shadow: none;
    line-height: 100%;
    font-weight: normal;
  }

  #sidebarRight #columnHeader {
    background: #153252;
    background: white;
    margin: 0 auto;
    padding: 15px 3px 0px 15px;
    -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: none;
  }

  #sidebarRight #content {
    background: white;
    border-bottom: 10px solid #fc0;
  }

  #sidebarRight #content p {
    font-size: 16px;
    padding: 0 0 15px 0;
    margin-top: 2px;
  }

  #sidebarRight #content a {
    color: #036;
  }

  #footer {
    position: relative;
    width: 100%;
    min-width: 100%;
    background: 0;
    z-index: 3;
    border-top: 0;
  }

  #footer .footerContent {
    margin: 0 auto;
    width: 100%;
    padding: 0 5% 0%;
    height: 100%;
    max-width: 1700px;
  }

  #footer #lowerFooter p {
    font-size:17px;
    color: white;
    float: right;
    padding: 0px 0px 0px 0px;
    text-align: right;
    text-shadow: none;
    width: 60%;
  }

  .btn-primary_blue, .btn-primary_gold {
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, #009fe7, #0072ce);
    color: white !important;
    font-size: 1.3rem;
    padding: 12px 20px 12px 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 0 solid transparent;
    letter-spacing: 0.05em;
  }

  .btn-primary_gold {
    background: linear-gradient(to right, #fce701, #fc0);
    color: black!important;
  }

  .btn-primary_blue:hover, .btn-primary_gold:hover {
    background: #0072ce;
    cursor: pointer;
  }

  .btn-primary_gold:hover {
    background: #fc0;
  }

  @media screen and (max-width: 700px) {
    #menuContainer #mobile-header h1 {
        color: #fc0;
        font-size: 2.45em;
        padding: 5px 0 5px 5px;
        margin: 0;
        text-transform: none;
        line-height: normal;
        text-align: center;
        font-family: 'Tiempos Headline', serif;
      }
    #leftContent, #bottomContent {
      padding: 5px 10px;
      padding-top: 5px;
      background: none;
    }
    #menuContainer #mobile-header {
        background: none;
        padding: 0 0 10px 0;
        text-align: center;
        display: block;
      }

      #sidebarRightImage {
        margin: 20px 0 0 0;
        width: auto;
        height: auto;
        border-top: 0;
        min-height: inherit;
        padding: 4% 7%;
        border-bottom: 10px solid #fc0;
        background: white;
      }

      #sidebarRight #columnHeader {
        padding: 0 0 3%;
      }

      #sidebarRight #content {
        border-bottom: none;
      }
      #container {
       /* background: linear-gradient(to right top, #376593, 90%,#fdf1bf);*/
        height: auto;
        padding: 0 0 0;
        margin: 0 auto;
        background-size: cover;
      }
  }