@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/*
Theme Name: FEB National
Theme URI: http://ldm.ca
Author: Lucid Digital Media | Quinn Thompson
Author URI: http://ldm.ca
Description: Custom theme developed for FEB National
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Lucid Digital Media
Text Domain: febnational
Template: febnational

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.clear_float {
  clear: both;
}
.beyond_450 {
  display: none;
}
.beyond_550 {
  display: none;
}
.beyond_650 {
  display: none;
}
.beyond_750 {
  display: none;
}
.beyond_850 {
  display: none;
}
.beyond_950 {
  display: none;
}
.beyond_1050 {
  display: none;
}
@media  screen and (min-width: 450px) {
  .beyond_450 {
    display: inherit;
  }
  .until_450 {
    display: none;
  }
}
@media  screen and (min-width: 550px) {
  .beyond_550 {
    display: inherit;
  }
  .until_550 {
    display: none;
  }
}
@media  screen and (min-width: 650px) {
  .beyond_650 {
    display: inherit;
  }
  .until_650 {
    display: none;
  }
}
@media  screen and (min-width: 750px) {
  .beyond_750 {
    display: inherit;
  }
  .until_750 {
    display: none;
  }
}
@media  screen and (min-width: 850px) {
  .beyond_850 {
    display: inherit;
  }
  .until_850 {
    display: none;
  }
}
@media  screen and (min-width: 950px) {
  .beyond_950 {
    display: inherit;
  }
  .until_950 {
    display: none;
  }
}
@media  screen and (min-width: 1050px) {
  .beyond_1050 {
    display: inherit;
  }
  .until_1050 {
    display: none;
  }
}
a .non_hover {
  display: inherit;
}
a .hover {
  display: none;
}
a:hover .non_hover {
  display: none;
}
a:hover .hover {
  display: inherit;
}
img {
  max-width: 100%;
}
.half {
  width: 98%;
  margin: auto;
}
.thirds,
.third {
  width: 98%;
  margin: auto;
}
@media  screen and (min-width: 750px) {
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .half {
    width: 49%;
    padding: 0;
  }
  .half.left {
    margin: 0 2% 0 0;
  }
  .half.right {
    margin: 0;
  }
  .thirds,
  .third {
    width: 49%;
    padding: 0;
  }
  .thirds.one,
  .third.one {
    width: 33%;
  }
  .thirds.two,
  .third.two {
    width: 66%;
  }
  .thirds.left,
  .third.left {
    margin: 0 1% 0 0;
  }
  .thirds.right,
  .third.right {
    margin: 0;
  }
}
/** Read More **/
.read_more_container .read_more_link {
  color: #000000;
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 15px 0;
  display: block;
}
.read_more_container .read_more_link:hover {
  cursor: pointer;
}
.read_more_container .read_more_content {
  overflow: hidden;
  height: 0;
}
.read_more_container.open .read_more_content {
  height: auto;
}
h1 {
  color: #ffffff;
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 60px;
}
h2 {
  color: #ffffff;
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
}
h3 {
  color: #ffffff;
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 28px;
  margin: 0 0 20px 0;
}
h4 {
  color: #ffffff;
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 24px;
  margin: 0 0 15px 0;
}
h5 {
  color: #000000;
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  padding: 20px;
  text-align: center;
}
h6 {
  color: #000000;
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
}
p {
  color: #000000;
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
  line-height: 16px;
}
p.white {
  color: #ffffff;
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  font-weight: normal;
  line-height: 20px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea {
  color: #2b2b2b;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body {
  background: #f5f5f5;
}
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
address {
  font-style: italic;
  margin-bottom: 24px;
}
abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin-bottom: 24px;
}
blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
small {
  font-size: smaller;
}
big {
  font-size: 125%;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
dl {
  margin-bottom: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 24px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}
legend {
  white-space: normal;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
del {
  color: #767676;
}
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: #e6e6e6;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #e6e6e6;
  color: #fff;
  text-shadow: none;
}
/** General Structure **/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
}
body #page {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
body #page #main {
  padding: 0;
}
/** Header **/
#masthead {
  width: 100%;
  background: url(../images/header_background.jpg);
  background-position: center;
  background-repeat: repeat-x;
  min-width: 1200px;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  max-height: 290px;
}
#masthead .header-main {
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}
/** Body Content structure **/
#main {
  width: 100%;
}
#main #main-content {
  width: 100%;
  margin: auto;
  padding: 0;
}
/** Home ***************************/
/** Intro Partial ******************/
.intro-partial {
  background: #dc9f15;
  min-height: 200px;
  min-width: 1200px;
  padding: 60px 0;
}
.intro-partial .intro-content {
  max-width: 930px;
  margin: auto;
}
.intro-partial .intro-content h3 {
  text-align: center;
}
.intro-partial .links_container {
  max-width: 888px;
  margin: 30px auto 65px auto;
}
.intro-partial .links_container .link {
  float: left;
  width: 196px;
  margin: 0 30px 0 0;
}
.intro-partial .links_container .link:nth-child(4n+4) {
  margin: 0;
}
.intro-partial .links_container .link a span {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
  line-height: 13px;
  min-height: 35px;
  text-align: center;
  padding: 8px 0;
}
.intro-partial .links_container .link a:hover span {
  background: rgba(0, 0, 0, 0.6);
}
.intro-partial p {
  text-align: center;
}
.sections_wrapper {
  min-width: 1200px;
}
/** Regional Partial ***/
.regional-partial {
  background: #de322c;
  min-width: 600px;
  width: 50%;
  float: left;
  min-height: 300px;
  background: url(../images/regional_content_bg.jpg);
  background-position: right;
  background-attachment: fixed;
}
.regional-partial #regional_partial_head {
  width: 100%;
  max-width: 950px;
  min-height: 242px;
  background: url(../images/regional_section_bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  float: right;
}
.regional-partial #regional_partial_head .partial_head_title {
  float: right;
  padding: 106px 57px 0 0;
}
.regional-partial #regional_body .content_wrapper {
  max-width: 522px;
  padding: 37px 77px 60px 0;
  float: right;
}
.regional-partial #regional_body .content_wrapper .content_top {
  margin: 0 0 25px 0;
  position: relative;
}
.regional-partial #regional_body .content_wrapper .content_top img {
  display: block;
  float: right;
  width: 251px;
}
.regional-partial #regional_body .content_wrapper .content_top h2 {
  clear: none;
  max-width: 250px;
  float: right;
  text-align: right;
  display: block;
  padding: 95px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 270px;
}
.regional-partial #regional_body .content_wrapper.wrapper_one {
  min-height: 320px;
}
.regional-partial #regional_body .content_wrapper.wrapper_two {
  min-height: 400px;
}
.regional-partial #regional_body .content_wrapper.wrapper_three {
  min-height: 370px;
}
/** National Partial ***/
.national-partial {
  background: #2ba3c4;
  min-width: 600px;
  width: 50%;
  float: left;
  min-height: 300px;
  background: url(../images/national_content_bg.jpg);
  background-position: left;
  background-attachment: fixed;
}
.national-partial #national_partial_head {
  width: 100%;
  max-width: 950px;
  min-height: 242px;
  background: url(../images/national_section_bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
}
.national-partial #national_partial_head .partial_head_title {
  padding: 106px 0 0 77px;
}
.national-partial #national_body .content_wrapper {
  max-width: 522px;
  padding: 37px 0 60px 77px;
  float: left;
}
.national-partial #national_body .content_wrapper .content_top {
  margin: 0 0 25px 0;
  position: relative;
}
.national-partial #national_body .content_wrapper .content_top img {
  display: block;
  float: left;
  width: 251px;
}
.national-partial #national_body .content_wrapper .content_top h2 {
  clear: none;
  max-width: 250px;
  float: left;
  text-align: left;
  display: block;
  padding: 95px 0 0 0;
  position: absolute;
  bottom: 0;
  left: 270px;
}
.national-partial #national_body .content_wrapper.wrapper_one {
  min-height: 320px;
}
.national-partial #national_body .content_wrapper.wrapper_two {
  min-height: 400px;
}
.national-partial #national_body .content_wrapper.wrapper_three {
  min-height: 370px;
}
/** Outro Partial *****/
.outro-partial {
  background: #702cb4;
  min-width: 1200px;
  min-height: 100px;
}
.outro-partial .outro_content_container {
  width: 928px;
  margin: auto;
  padding: 46px 0 55px 0;
}
.outro-partial .outro_content_container .text_content {
  width: 657px;
  float: left;
  padding-right: 20px;
}
.outro-partial .outro_content_container .video_container {
  float: left;
  width: 196px;
}
.outro-partial .outro_content_container .video_container a span {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
  line-height: 13px;
  text-align: center;
  min-height: 30px;
  padding: 10px 0;
}
.outro-partial .outro_content_container .video_container a:hover span {
  background: rgba(0, 0, 0, 0.6);
}
/** Footer ********************/
footer#colophon {
  width: 100%;
  padding: 0;
  margin: 0;
}
footer#colophon .footer_stripe {
  width: 100%;
  height: 89px;
  background: url(../images/footer_strip.jpg);
  background-position: center;
  background-repeat: repeat-x;
  position: relative;
}
footer#colophon .logos_wrapper {
  width: 100%;
  min-width: 1200px;
}
footer#colophon .logos_wrapper .logos_container {
  width: 1200px;
  margin: auto;
}
footer#colophon .logos_wrapper .logos_container .logo {
  float: left;
  margin: 0 38px 0 0;
}
footer#colophon .logos_wrapper .logos_container .logo:nth-child(6n+6) {
  margin: 0;
}
footer#colophon .logos_wrapper .logos_container .logo a {
  text-decoration: none;
  outline: 0;
  border: 0;
}
footer#colophon .logos_wrapper .logos_container .logo a:hover {
  text-decoration: none;
  outline: 0;
  border: 0;
}
footer#colophon .logos_wrapper .logos_container .logo a:focus {
  text-decoration: none;
  outline: 0;
  border: 0;
}
