/* Fonts
--------------------------------------------------------------------------------*/
/* Fonts
------@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZSnX671uNZIV63UdXh3Mg0.woff2) format('woff2'), url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcdGU7DQ8I6RFMlK0vgclk7w.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url(https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprxP6Eu1_xfSBSoi9uie1FdE.woff2) format('woff2'), url(https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr0bathaSTBR2c4i13_wzlb0.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: local('Titillium WebItalic'), local('TitilliumWeb-Italic'), url(https://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO6qVnG43xFTRN40gwdrG-aE.woff2) format('woff2'), url(https://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO5amZRho2btt1t2XfPnvt5c.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: local('Titillium WebBold Italic'), local('TitilliumWeb-BoldItalic'), url(https://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPrVtATvrkhG8cpz4A3QpLk8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPlOSlXvQaFzdfWjS0Vvc1hI.woff) format('woff');
}

/* General Styles
--------------------------------------------------------------------------------------*/
body {
    font-family: "jaf-bernina-sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    color: #666666;
    background:#fff;
    min-height: 100%;
  	color: #4D4D4D;
}

* {
  border-radius: 0 !important;
  box-sizing: border-box;
}

/* Logos
--------------------------------------------------------------------------------------*/
.text-logo a {
    color:#FFF;
    text-decoration:none;
}


.desktop-logo .text-logo {
    font-size: 36px;
    max-width:400px;
}

.mobile-logo .text-logo {
    font-size: 18px;
}

.desktop-logo img {
  max-height:50px;
  max-width:200px;
}

@media (max-width: 768px) {
    .desktop-logo {
        display:none;
    }
}

/* Backgrounds
--------------------------------------------------------------------------------------*/


.site-background {
    background-image: url('https://swoogo.s3.amazonaws.com/themes/590341cede0d5/Header_Default.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}


.landing-page #header-wrap {
  padding-top: 40px;
  height: 625px;
  width: 100%;
}

.standard-page #header-wrap {
  background-image: url('https://assets.swoogo.com/uploads/full/1235578-60dbea02cb2fb.png');
  padding-top: 40px;
  height: 200px;
  background-size: cover;
  overflow: hidden;
}

.short-header-page #header-wrap {
    padding-top: 40px;
    background: #767779;
    padding-bottom: 40px;
}

@media (max-width: 992px) {
  .landing-page #header-wrap {
    max-height:450px;
  }
  .landing-page .site-background, .standard-page .site-background {
    background-size:cover;
  }
}

@media (max-width: 768px) {
  .landing-page #header-wrap {
    max-height:400px;
  }
  .standard-page #header-wrap {
    max-height:250px;
  }
  .landing-page .site-background, .standard-page .site-background {
    background-size:cover;
  }
  .short-header-page #header-wrap {
    padding-bottom:0px;
  }
}

/* Navigation
--------------------------------------------------------------------------------*/
.navbar {
    margin-bottom:0px;
    background-color: #fff;
  	border-top: 10px solid #EC1C24;
  	border-bottom: 1px solid #E8E8E8;
}

.navbar-fixed-top {
    top: 5;
    border-width: 0 0 1px;
    position: fixed; !important;
}

.navbar-header {
  	padding-top: 13px;
}

.mobile-logo-img {
    padding-top: 0.35em;
}

.swoogo-nav {
  	border-bottom: 0px;
  	float:left;
  	padding-left: 15px;
  	padding-right: 15px;
  	padding-top: 15px;
  	padding-bottom: 15px;
  	font-family: "adelle" ;
    font-weight: 300; 
    font-style: normal;
  	font-size: 1.1em;
}

.navbar-nav > li > a {
  	padding-top: 7px;
  	padding-bottom: 5px;
}

.swoogo-nav > li > a {
   	background:none !important;
    color: #626262;
    font-size: 15px;
    border: 1px solid transparent;
    margin-right: 10px;
}

.swoogo-nav > li > a:hover {
    border: 1px solid #EC1C24;
  	color: #EC1C24;
}

.swoogo-nav .dropdown-menu > .active > a,
.swoogo-nav .dropdown-menu > .active > a:hover,
.swoogo-nav .dropdown-menu > .active > a:focus {
  background-color: #666;
}

.navbar-toggle {
    margin-right:0px;
    border: 1px solid #fff;
}

.navbar-toggle span.icon-bar {
    background: #fff;
}

@media (max-width: 768px) {

    .navbar {
      padding-top: 0px;
      background:#EC1C24;
    }


    .container > .navbar-header {
      margin-left:0px;
      margin-right:0px;
      padding-bottom: 10px;
    }

    .swoogo-nav > li > a {
        margin: 2px;
    }

    .swoogo-nav .dropdown-menu > li > a {
      color: #FFF;
    }

}


/***
Registration progress
***/
.swoogo-reg-progress .steps > li.active > a.step .number {
  background-color: #EC1C24;
  color: #fff;
}
.swoogo-reg-progress .steps > li.active > a.step .desc {
  color: #333;
}
.swoogo-reg-progress .steps > li.done > a.step .number {
  background-color: #666666;
  color: #fff;
}

/* Banner
--------------------------------------------------------------------------------*/
#banner h2 {
    font-family: "adelle" ;
    font-weight: 300; 
    font-style: normal;
  	font-size: 4em;
  	color: #666666;
}

#banner .paragraph {
    color: #FFF;
    font-size: 24px;
}

.standard-page #banner h2 {
    font-size: 40px;
  	color: #fff;
}

.landing-page #banner {
    text-align: left;
}

.standard-page #banner {
    text-align: left;
}

.landing-page #header-wrap,
.standard-page #header-wrap {
    display: table;
    width: 100%;
}

.landing-page #nav-wrap,
.standard-page #nav-wrap {
    display: table-row;
    height: 1px;
}

.tr-wrapper {
    display: table-row;
    height: 100%;
}

.td-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.header a, .header a:hover {
  color:#FFF;
}

@media (max-width: 768px) {
  #banner h2 {
      font-size: 28px;
  }

  #banner .paragraph {
    font-size: 20px;
  }
}

/* Buttons
--------------------------------------------------------------------------------*/
.btn-standard {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
    font-family: 'jaf-bernina-sans', sans-serif;
    font-style: normal;
    font-weight: 300;
}

.header a, .header a:hover {
    color: #000;
}

.btn-standard:hover, #btn-standard_hover {
    border-color: transparent;
    background-color: #EC1C24;
    color:#000 !important;
	transition: 0.2s;
  	font-family: 'jaf-bernina-sans', sans-serif;
    font-style: normal;
    font-weight: 300;
}

.btn-alternate, .header .btn-alternate {
    border: 2px solid #666;
    background:#fff;
    color: #000;
}


/***
Main content
***/
#main-wrap {
  background-color: #fff;
  padding: 30px 0 25px;
}


.content h2 {
  font-size: 1.75em;
  font-weight: 700;
}

@media (max-width: 768px) {
  #main-wrap {
    padding: 15px 0 10px;
  }
}

/***
Footer
***/

footer {
  background-color: #626262;
  padding-top: 25px;
}





