@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #222; }
#header-network {
    background: #192C76;
    margin-top: 0;
    display: table;
    text-align: right;
}
#header-network .u-mobile-nav-list {
    display: none !important;   
}
#header-network .u-nav-list, 
#header-network .u-mobile-nav-list {
  float: right;
  margin: 0 auto;
  padding: 7px;
  display: table-cell;
  vertical-align: middle;
  color: #cccccc;
  opacity: .4;
}
#header-network .u-nav-list li a:hover,
#header-network .u-mobile-nav-list li a:hover {
  color: #f9f9f9;
  opacity: 1;
}
#header-network .u-nav-list li { 
    margin-bottom: 0;
    margin-right: 1.5%;
}
#header-network .u-nav-list li:last-child { 
    margin-bottom: 0;
    margin-right: .5%;
}
header {
    background: #21368B;
    padding: 3% 0%;
    padding-bottom: 0;
}
header .logo {
    max-width: 330px;
    height: 100px;
    margin: 0 auto;
    /*background: url('../images/logo.png')no-repeat;
    background-size: contain;
    background-position: center center;*/
}
header .logo img {
    width: 100%;   
}
header .u-nav-list {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 0 auto;
}
header .u-nav-list li {
    margin: 0 auto;
    padding: 18px 20px;
}
header .u-nav-list li a {
    color: #f9f9f9;   
}
header .u-nav-list li a:hover {
    color: #FDBB2F;
}
header .u-nav-list i {
    font-weight: lighter;
    font-size: 1.0rem;
    line-height: 20px;
    vertical-align: top;
}
header .u-nav-list li .u-dropdown li {
    padding: 10px 20px;
    font-size: 1.4rem;
}
header div:last-child {
    margin: 0 auto;
}
#hero {
    width: 100%;
    margin: 0 auto;
}
#hero .carousel-control {
    opacity: 0;  
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#hero:hover a.carousel-control {
       opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#hero .carousel-inner img {
       width: 100%;
        height: 100%;
}
#hero .carousel-inner .logo {
    position: absolute;
    top: 50%;
    margin-top: -64.5px;
    left: 50%;
    margin-left: -175px;
    z-index: 9999;
    max-width: 350px;
}
#hero .carousel-caption {
    display: inline-block;
    padding: 30px 60px;
    padding-bottom: 20px;
    right: 0;
    left: 0;
    margin-bottom: 0px;
    text-shadow: none;
    margin: 0 auto;
    /*background: rgba(0,0,0,0.6);*/
}
#hero .carousel-caption .u-contain {
    display: inline-block;
    vertical-align: middle;
}
#hero .carousel-caption h4 {
    margin-bottom: 0;   
}
#hero .carousel-caption a {
  color: #f9f9f9;
}
#hero .carousel-caption a:hover {
  text-decoration: none;
}
@media (max-width: 1066px) {
    #hero .carousel-caption h4 {
        font-size: 1.7rem;   
    }
}
#hero .carousel-caption h1 {
    color: #fdbb30;
    padding: 25px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
#hero .carousel-caption p {
    color: #f9f9f9;
    padding: 15px;
    padding-top: 0px;
    margin-bottom: 20px;
}
#hero .carousel-indicators {
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
    width: 56px;
}
#promos {
    
}
#promos .promo {
    padding: 25px;
}
#promos .header-block {    
    margin: 0 auto;
    padding: 15px;
    background: #fdbb2f;
    min-height: 137px;
}   
#promos h2 {
  font-size: 1.9rem;
  color: #000000;
  margin-bottom: 13px;
}    
#promos .promo:nth-child(0) {
    margin-left: 0;   
}
#promos .promo .header-block p {
    margin-bottom: 5px; 
    font-size: 1.4rem;
    color: #101010;
}
#promos .promo .header-block a {
  color: #101010;
}
#promos .promo .header-block a:hover {
  opacity: .5;
}
#promos .promo img {
    width: 100%;
}
#promos .promo a {
    text-decoration: underline;   
}
#promos .promo:last-child p {
       
}
#promos .promo .header-block {
    margin-bottom: 1.1rem;
}
#promos .promo .content {
    padding: 0px 15px;   
}
#tier-one {
    padding: 20px 0px;
    padding-top: 5px;
    margin-top: 30px;
}
#tier-three h2 {
    color: #e0a62b;  
    font-size: 2.0rem;
    margin-bottom: 10px;
}
#tier-one .four.columns {
    text-align: left; 
    text-indent: 20px;
    margin-left: 0;
}
#tier-one .eight.columns .four.columns {
    text-align: left;  
    text-indent: 0;
    margin-left: 4%;
}
#tier-one .eight.columns .four.columns:first-child {
    margin-left: 0;
}
@media (max-width: 800px) {
    #tier-one .eight.columns, #tier-one .four.columns {
        width: 100%;
    }
    #tier-one .eight.columns .four.columns {
        margin-left: 0;  
        margin-top: 20px;
    }
    #tier-one .eight.columns .four.columns:first-child {
        margin-left: 0;  
        margin-top: 0px;
    }
    #tier-one .eight.columns .row {
        width: 48%;
    }
}  
@media (max-width: 550px) {
    #tier-one .eight.columns .row {
        margin-bottom: 10px;
        width: 100%;
    }   
}
#tier-one .u-nav-list {
    font-size: 1.0rem;
    margin-bottom: 0;
}
#tier-one .u-nav-list li {
    min-width: 100px;
}
#tier-one h3, #tier-three h3 {
    margin-bottom: 0;
    color: #e0a62b;
    font-size: 3.0rem;
}
#tier-two {
    margin-top: -10px;   
}
#tier-three {
    padding: 0px 20px;   
}
#tier-three div:first-child {
    margin-bottom: 30px;   
}
#tier-three a {
    color: #21368b;
}
footer {
    text-align: center; 
}
footer a {
    color: #21368b;   
}
/* Deck of Cards
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.deck:after {
    content: "";
    display: table;
    clear: both;
}
.card {
    background: #f9f9f9;
    min-width: 291px;
    max-height: 183px;
    margin: 1% !important;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    overflow: hidden;
}
.container .deck .card:nth-child(3n+1) { clear: both; }

.pagecontent #tier-two .deck .card:nth-child(3n+1) { clear: none; }
.pagecontent #tier-two .deck .card:nth-child(2n+1) { clear: both; }

.six .card {height:280px;}

.card:hover {
    background: #f2f2f2;   
}
@media (max-width: 1160px) {
    .card {
        width: 48% !important;   
    }
}
@media (max-width: 750px){
    .card {
        margin-right: 10px;
    }
    .card.three.columns {
        width: 100% !important;   
    }
    
}
@media (max-width: 775px) {
    .card {
        width: 100% !important;  
    }
}
.card:nth-child(even) {
        margin-right: 0;   
    }
    .card:nth-child(odd) {
        margin-left: 0;   
    }
.card-inner {
    padding: 15px;
    float: left;
    width: 65%;
}
.card-image {
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    /*padding-bottom: 0;*/
    padding-right: 0;
    width: 26.6666667%;
}

.card-image img {
    width: 100%; 
    height: 100%;
    max-height: 151px;
    max-width: 120px;
    /* Image Grayscale */
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -mox-filter: grayscale(1);
}

/* Change grayscale img to colour */
.card:hover .card-image img {
  filter: color;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -mox-filter: grayscale(0);
}

.card-image i {
    font-size: 7.5rem;
    color: #dddcdc;
    margin-top: 12%;
}
.card-header {
}
.card-header h1 {
    font-size: 1.5rem;
    color: #21368b;
    font-weight: 600;
    margin-bottom: 8px;
}
.card-contents {
    color: #888888;
}
.card .age p, .card .hair p, .card .eyes p, .card .height p {
    font-size: 1.2rem;
    margin: 2px 0px;
}
.more {
    margin-top: 7px;
    font-size: 1.0rem;
    margin-bottom: 10px;
}
.more i {
    font-size: 0.8rem;
    color: #21368b;
}
#last-card {
    min-height: 142px;   
}
#last-card h1 {
    color: #e0a62b;  
    margin-top: 33.5666666%;
    font-weight:500;
}
#last-card .card-image {
    padding: 0;   
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 2.7rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.0rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 4.0rem; }
  h2 { font-size: 2.7rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 2.2rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #a5a5a5; }
a:hover {
  color: #6e6e6e; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
.u-section {
    float: left;
    width: 100%;
    margin: 20px 0px 20px 0px;
}
@media (max-width: 550px) {
    .u-section {
        margin: 0px;   
    }
}
.u-align-center {
    text-align: center;
}
.u-align-right {
    text-align: right;
}
.u-align-left {
    text-align: left;   
}
.u-nav-list {
  display: inline-block;
  position: relative;
  list-style: none;
  font-size: 1.1rem;
}
.u-nav-list li {
  display: inline-block;
  margin-right: 4.5%;
}
.u-nav-list li:last-child {
  margin-right: 0;
}
.u-dropdown {
    position: absolute;
    margin-top: 18px;
    margin-left: -10px;
    width: auto;
    max-width: 250px;
    text-align: left;
    background: #344cae;
    border: 1px solid #21368b;
    border-top: none;
    color: #f9f9f9;
    z-index: -1;
    opacity: 0;
    text-transform: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.u-dropdown li {
    display: block;
    position: relative;
    width: 100%;
}
.u-dropdown li:hover {
    background: rgba(0,0,0,0.2);    
}
.u-dropdown li a {
    width: 100%;
}
.u-dropdown li a:hover {
     
}
.u-nav-list li:hover .u-dropdown {
    /*display: block;*/
    opacity: 1;
    z-index: 9999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.u-nav-list a {
  text-decoration: none;
}
.u-social.nav-list {
  list-style: none;
  font-size: 1.5rem;
  line-height: 17px;
}
.u-social.nav-list li {
  display: inline-block;
  margin-right: 3.6%;
}
.u-social.nav-list li:last-child {
  margin-right: 0;
}
.u-normal-list {
    list-style: none;   
}
.u-normal-list li {
    margin-bottom: 0;   
}
.u-small {
  font-size: 1rem;
}
.u-med {
  font-size: 1.4rem;
  font-weight: 600;
}
.u-big {
  font-size: 2rem;
  font-weight: 600;
}
.u-mobile-nav-list {
    position: relative;
    list-style: none;
    font-size: 1.1rem;   
}
.u-mobile-nav-list li {
    width: auto;   
}
.u-mobile-nav-list li:hover .u-dropdown {
    /*display: block;*/
    opacity: 1;
    z-index: 9999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.u-center-page {
  margin: 0 auto;
}
.u-underline {
  border-bottom: 2px solid;
  padding-bottom: 1px;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
  width: 100%;
  float: left;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
.row {
    /*float: left;*/
    margin-left: 0;
    margin-right: 0;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

@media (max-width: 1160px) {
    #hero .carousel-caption {
        padding-bottom: 1%;   
    }
    header .u-nav-list {
        font-size: 1.4rem;
    }
    header .u-nav-list li {
        padding: 18px 15px;   
    }
}
@media (max-width: 950px) {
    header .u-nav-list {
        font-size: 1.2rem;   
    }
}
/* Larger than tablet */
@media (max-width: 750px) {
    #header-network .u-nav-list {
        font-size: 1.0rem;   
    }
    header .u-nav-list {
        font-size: 1.1rem; 
    }
    header .u-nav-list i {
        line-height: 17px;
    }
    #hero .carousel-inner .logo {
        margin-top: -52px;
        margin-left: -140px;
        max-width: 280px;
    }
    #hero .carousel-caption h4 {
        font-size: 1.3rem;   
    }
    #hero {
        padding-bottom: 0px;   
    }
    #hero .carousel-caption {
        padding-bottom: 0%;
        bottom: 7px;
        /*height: 100%;   */
    }
    #promos .promo {
        width: 100% !important;
        margin-left: 0;
    }
}
/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
    #header-network .u-nav-list {
        font-size: 0.8rem;   
    }
    header {
        margin-top: 0 !important;
        padding-top: 10px;
    }
    header .logo {
        height: 100px;   
    }
    header .u-nav-list {
        font-size: 1.0rem; 
    }
    header .u-nav-list i {
        line-height: 15px;
    }
    #hero .carousel-caption .u-contain {
        white-space: pre-line;   
    }
    #hero .carousel-inner .logo {
        margin-top: -38.5px;
        margin-left: -100px;
        max-width: 200px;
    }
    #hero .carousel-caption {
        display: none;   
    }
}

/* Larger than mobile */
@media (max-width: 400px) {
    header {
        margin-top: 0 !important;
        padding-top: 0px;
    }
    header .u-nav-list i {
        line-height: 15px;
    }
    header .logo {
        height: 90px;   
    }
    #hero .carousel-caption h4 {
        font-size: 1.0rem;   
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
