/*
* Body
*/
body{
  background: #E2E0E1;
  font-family: 'acumin-pro', Helvetica, sans-serif;
  -ms-overflow-x:hidden;
  overflow-x:hidden;
  min-width: 320px;
}

/*
* Header
*/
header{
  background:#fff;
  height: 70px;
  line-height: 70px;
  position:fixed;
  top:0;
  left:0;
  right:0;
  background:#fff;
  z-index:2;
  -webkit-transition: height, line-height 0.15s linear;
  -moz-transition: height, line-height 0.15s linear;
  transition: height, line-height 0.15s linear;
}

header figure{
  background-color:#fff;
  background-image: url('../creative/logo_transparent.png');
  background-repeat:no-repeat;
  background-position:0 0;
  background-size: contain;
  width: 220px;
  height: 70px;
  -webkit-transition: height 0.15s linear;
  -moz-transition: height 0.15s linear;
  transition: height 0.15s linear;
}

header figure, header nav{
  display: inline-block;
}

header nav{
  position:absolute;
  top:0;
  right:30px;
}

header nav ul{
    list-style-type: none;
    color: #7e7e7e;
    text-transform: uppercase;
}
header nav li:last-child { margin-right:0; }

header nav li{
  cursor:pointer;
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 12px;
}

header nav a{
  text-decoration: none;
  color: #7e7e7e;
  position:relative;
}
header nav li.selected,
header nav a:hover { color:#e64960; }

header .drop-down {
  box-sizing:border-box;
  position:absolute;
  line-height:normal;
  background:#efefef;
  color:#666;
  width:200px;
  top:70px;
  margin-left:-80px;
  max-height:0;
  overflow:hidden;
  z-index:2;
  -webkit-transition: max-height .2s linear;
  -moz-transition: max-height .2s linear;
  transition: max-height .2s linear;
}
header li.calls:hover .drop-down {
  max-height:220px;
}
header .drop-down > li {
  margin:20px 20px 0 20px;
  text-transform:capitalize;
  width:100%;
}
header .drop-down > li:last-child { margin-bottom:20px; }
header .drop-down a {
  display:inline-block;
  width:100%;
}

.shrink header {
  height:60px;
  line-height:60px;
  border-bottom:1px solid #efefef;
}
.shrink header figure { height:60px; }
.shrink header .drop-down { top:60px; }
nav figure{ display: none}
main { background:#fff; display:block; padding-top:70px; }

/*
* Titles
*/
h1 { display:none; }
h2 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
h3{
  font-size: 18px;
  font-weight: bold;
  color: #444;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#content {
  color:#8c8c8c;
  font-size:15px;
  line-height:24px
}
#content a {
  color:#e64960;
  text-decoration:none;
}

#content h3 {
  margin-top:70px;
}
#content h3:first-child { margin-top:0; }

/*
* Footer
*/
footer {
  background:#efefef;
  box-sizing:border-box;
  height:170px;
  padding: 40px 20px;
  text-align:center;
}

/*
* Section Banner
*/
.section-banner-container {
  box-sizing:border-box;
  height:114px;
  line-height:114px;
  text-align:right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#96133e+0,cb3046+50,e14955+100 */
  background: #96133e; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #96133e 0%, #cb3046 50%, #e14955 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #96133e 0%,#cb3046 50%,#e14955 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #96133e 0%,#cb3046 50%,#e14955 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96133e', endColorstr='#e14955',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.section-banner {
  height:100%;
}

/*
* Common classess
*/
.max-width{
  max-width: 1000px;
  margin: 0 auto;
}

.layout-padding {
  padding: 70px;
}

.layout-padding-sides {
  padding:0 70px;
}
.small-layout-padding-sides {
  padding:0 30px;
}
.inline {
  display:inline-block;
  vertical-align:top;
}
.small-layout-padding {
  padding:70px 20px;
}

.menu-mobile{
  display: none;
}

figure.nav-mobile{
  display: none;
  background: #fff url('../creative/menu.png') no-repeat;
  height: 70px;
  width: 70px;
  background-size: 32px 32px;
  background-position: right center;
  opacity: 0.4;
}

/**** Menu for mobile devices **** */
.menu-mobile{
  z-index: 5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.menu-mobile:before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: -1;
  background: #CC3046;
  opacity: .97;
}

.menu-mobile ul{
  text-align: right;
  margin-right: 20px;
}

.menu-mobile li{
  line-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
  color: #F99EA6;
}

.menu-mobile li a{
  text-decoration: none;
  color: #F99EA6;
}

.menu-mobile .drop-down{
  margin-bottom: 7px;
}

.menu-mobile .drop-down a{
  text-transform: capitalize;
}

.menu-mobile .close{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: right;
  cursor: pointer;
}

@media only screen
  and (max-width: 425px){

    nav ul{
      display: none !important;
    }

    nav figure.nav-mobile{
      display: block;
    }
}
