/* Fonts */
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('../fonts/sourcesans-pro-bold/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sourcesans-pro-bold/SourceSansPro-Bold.woff') format('woff'),
       url('../fonts/sourcesans-pro-bold/SourceSansPro-Bold.ttf') format('truetype'),
       url('../fonts/sourcesans-pro-bold/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('../fonts/sourcesans-pro-regular/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sourcesans-pro-regular/SourceSansPro-Regular.woff') format('woff'),
       url('../fonts/sourcesans-pro-regular/SourceSansPro-Regular.ttf') format('truetype'),
       url('../fonts/sourcesans-pro-regular/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url('../fonts/sourcesans-pro-light/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sourcesans-pro-light/SourceSansPro-Light.woff') format('woff'),
       url('../fonts/sourcesans-pro-light/SourceSansPro-Light.ttf')  format('truetype'),
       url('../fonts/sourcesans-pro-light/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Styles */
html, body {
  padding: 0px;
  margin: 0px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.container {
  width: 1170px;
  margin: 0px auto;
}

.row {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.row::before,
.row::after {
  box-sizing: border-box;
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.row .col-md-1,
.row .col-md-2,
.row .col-md-3,
.row .col-md-4,
.row .col-md-5,
.row .col-md-6,
.row .col-md-7,
.row .col-md-8,
.row .col-md-9,
.row .col-md-10,
.row .col-md-11,
.row .col-md-12 {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-12 {
  width:100%;
}

.col-md-11 {
  width:91.66666667%;
}

.col-md-10 {
  width:83.33333333%;
}

.col-md-9 {
  width:75%;
}

.col-md-8 {
  width:66.66666667%;
}

.col-md-7 {
  width:58.33333333%;
}

.col-md-6 {
  width:50%;
}

.col-md-5 {
  width:41.66666667%;
}

.col-md-4 {
  width:33.33333333%;
}

.col-md-3 {
  width:25%;
}

.col-md-2 {
  width:16.66666667%;
}

.col-md-1 {
  width:8.33333333%;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* Header */
#header {
  background: #333333;
  padding: 38px 0px 30px 0px;
  margin-bottom: 20px;
}

#header h1 {
  font-family: 'SourceSansPro-Bold', sans-serif;
  font-weight: normal;
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
  margin: 10px 0px 0px 0px;
}

#header #rev p {
  font-family: 'SourceSansPro-Light', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: right;
  line-height: 1.35;
  letter-spacing: 0.015em;
  color: #fff;
  margin: 0px;
}

#header #rev p a,
#header #rev p a:link {
  color: #fff;
  text-decoration: none;
}

#header #rev p a:hover {
  text-decoration: underline;
}

/* Thank You */
#thank-you {
  margin: 40px 0px;
}

#thank-you #message {
  background: #f4f4f4;
  border: 1px solid #d7d7d7;
  padding: 25px 40px 15px 40px;
}

#thank-you #message .media-left {
  width: 137px;
  padding-right: 40px;
}

#thank-you #message .media-body {
  padding-top: 2px;
}

#thank-you #message .media-body p {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #191919;
  margin: 0px;
}

#thank-you #message .media-body p a,
#thank-you #message .media-body p a:link {
  text-decoration: none;
  color: #0074aa;
}

#thank-you #message .media-body p a:hover {
  text-decoration: underline;
}

/* Nav */
#nav h3 {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  margin: 0px;
  line-height: 1.8;
}

#nav ul {
  list-style: none;
  padding: 0px;
  margin: 5px 0px 20px 0px;
}

#nav ul li {
  padding: 6px 0px 5px 0px;
}

#nav ul li a,
#nav ul li a:link {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  line-height: 1.3;
}

#nav ul li a:hover {
  text-decoration: underline;
}

/* Content */
#content {
  padding-right: 20px;
}

#content .section {
  margin-bottom: 40px;
}

#content .section h2 {
  position: relative;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #000000;
  margin: 0px;
  padding-left: 40px;
  line-height: 1.3;
  margin-bottom: 15px;
}

#content .section h2 span {
  position: absolute;
  display: inline-block;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  border: 1px solid #ebebeb;
  margin: 0px 10px 0px 0px;
  padding: 3px 10px;
  top: 3px;
  left: 0px;
}

#content .section h3 {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 1;
  margin: 35px 0px 15px 0px;
}

#content .section p {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  margin: 0px 0px 15px 0px;
}

#content .section ul,
#content .section ol {
  margin: 30px 0px 0px 0px;
}

#content .section ol ol {
  margin: 10px 0px 0px 0px;
}

#content .section ul li,
#content .section ol li {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  margin: 0px 0px 15px 0px;
}

#content .section ol li strong {
  display: inline-block;
  margin-bottom: 3px;
}

#content .section ul li a,
#content .section ul li a:link,
#content .section ol li a,
#content .section ol li a:link {
  color: #0074aa;
  text-decoration: none;
}

#content .section ul li a:hover,
#content .section ol li a:hover {
  text-decoration: underline;
}

#content .section p a,
#content .section p a:link {
  color: #0074aa;
  text-decoration: none;
}

#content .section p a:hover {
  text-decoration: underline;
}

#content .section p strong,
#content .section ul li strong,
#content .section ol li strong,
#content .section ol li .strong {
  font-family: 'SourceSansPro-Bold', sans-serif;
  font-weight: normal;
}

/* Media Queries */
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }

  #header h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    width: 738px;
  }

  #header .row .col-md-7,
  #header .row .col-md-5 {
    float: none;
    display: block;
    width: 100%;
  }

  #header h1 {
    text-align: center;
  }

  #header .row .col-md-5 {
    display: none;
  }

  #thank-you #message .media-left {
    display: none;
  }

  #thank-you #message {
    padding: 15px 20px 20px 20px;
  }

  #main .row .col-md-4,
  #main .row .col-md-8 {
    float: none;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  #header h1 {
    font-size: 25px;
  }

  #thank-you {
    margin-left: 15px;
    margin-right: 15px;
  }
}
