@charset "UTF-8";


/*
======================================
COC STYLES - VERSION 1.0
=====================================


==============================================================================================================
Overwritten styles at Pattern Library - Following styles has been manually Overwritten at COC Pattern Library
==============================================================================================================
 /*
    p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 12px;
  margin-top: 12px;
  font-weight: 400;
  /*max-width: $text-max-width;*/
/*max-width: 1680px;
}
@media only screen and (min-width: 320px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    /*max-width: 440px;
    max-width: 44rem;*/
/* }
}
@media only screen and (min-width: 480px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    /*max-width: 490px;
    max-width: 49rem;*/
/* }
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
   /* max-width: 560px;
    max-width: 56rem;*/
/* }
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    /*max-width: 600px;
    max-width: 60rem;*/
/*}
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    /*max-width: 680px;
    max-width: 56rem;*/
/*}
}
@media only screen and (min-width: 1680px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
   /* max-width: 700px;
    max-width: 70rem;*/
/*}
}

=========================
End of overwritten styles
=========================

*/

/*
===============================
Start of Actual COC style file
================================

Import this file using the following HTML or equivalent:
<link href="/css/styles.css" rel="stylesheet" type="text/css" />
*/
/*////// MAIN CORPORATE THEME FOR CALGARY.CA */
/*Lightest shade*/
/* Main corporate grey: #5b6770 */
/*Darkets shade*/
/*/////////// Gradients ///////////*/
/*/////////// Flexbox ///////////*/
/*  disable
.container {
  @include flexbox();
}

.item {
  @include flex(1 200px);
  @include order(2);
}
*/
/* -------------------------------------------------------
   START OF COLORS _colors.scss
   ------------------------------------------------------- */
/* -------------------------------------------------------
   START OF _base.scss -- Modified for internal use
   ------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  /* Set font-size to 62.5% to reset rem units to match 10 pixels (e.g. 1.3em = 13px, 1rem == 10px) */
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3F474E;
  background-color: #ffffff;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section, blockquote {
  display: block;
}

/* Global Classes 
:focus, *:focus {
	outline: 2px dotted $coc-main;
}*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------------------------------
   START OF HEADINGS _headings.scss
   ------------------------------------------------------- */
h1, .h1 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.4;
  margin-top: 2.8rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
@media only screen and (min-width: 320px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 480px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 40.5px;
    font-size: 4.05rem;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

h2, .h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-top: 2.0rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
  color: #3F474E; 
}
@media only screen and (min-width: 320px) {
  h2, .h2 {
    font-size: 25.6px;
    font-size: 2.56rem;
  }
}
@media only screen and (min-width: 480px) {
  h2, .h2 {
    font-size: 25.6px;
    font-size: 2.56rem;
  }
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 28.8px;
    font-size: 2.88rem;
  }
}
@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h3, .h3 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-top: 1.0rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
@media only screen and (min-width: 320px) {
  h3, .h3 {
    font-size: 18.4px;
    font-size: 1.84rem;
  }
}
@media only screen and (min-width: 480px) {
  h3, .h3 {
    font-size: 18.4px;
    font-size: 1.84rem;
  }
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 20.7px;
    font-size: 2.07rem;
  }
}
@media only screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

h4, .h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
@media only screen and (min-width: 320px) {
  h4, .h4 {
    font-size: 12.8px;
    font-size: 1.28rem;
  }
}
@media only screen and (min-width: 480px) {
  h4, .h4 {
    font-size: 12.8px;
    font-size: 1.28rem;
  }
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 14.4px;
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h5, .h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
@media only screen and (min-width: 320px) {
  h5, .h5 {
    font-size: 12.6px;
    font-size: 1.26rem;
  }
}
@media only screen and (min-width: 480px) {
  h5, .h5 {
    font-size: 11.2px;
    font-size: 1.12rem;
  }
}
@media only screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 12.6px;
    font-size: 1.26rem;
  }
}
@media only screen and (min-width: 992px) {
  h5, .h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h6, .h6 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

@media only screen and (min-width: 320px) {
  article h1, article .h1, article h2, article .h2, article h3, article .h3, article h4, article .h4 {
    max-width: 440px;
    max-width: 44rem;
  }
}
@media only screen and (min-width: 480px) {
  article h1, article .h1, article h2, article .h2, article h3, article .h3, article h4, article .h4 {
    max-width: 490px;
    max-width: 49rem;
  }
}
@media only screen and (min-width: 768px) {
  article h1, article .h1, article h2, article .h2, article h3, article .h3, article h4, article .h4 {
    max-width: 560px;
    max-width: 56rem;
  }
}
@media only screen and (min-width: 992px) {
  article h1, article .h1, article h2, article .h2, article h3, article .h3, article h4, article .h4 {
    max-width: 600px;
    max-width: 60rem;
  }
}
@media only screen and (min-width: 1200px) {
  article h1, article .h1, article h2, article .h2, article h3, article .h3, article h4, article .h4 {
    max-width: 680px;
    max-width: 56rem;
  }
}
@media only screen and (min-width: 1680px) {
  article h1, article .h1, article h2, article .h2, article h3, article .h3, article h4, article .h4 {
    max-width: 700px;
    max-width: 70rem;
  }
}

.content-block-3 h3 {
  text-align: center;
}

.content-block-4 h4 {
  font-weight: bold;
}

/* -------------------------------------------------------
   START OF TEXT _text.scss
   ------------------------------------------------------- */
p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0px;
  margin-top: 12px;
  font-weight: 400;
  /*max-width: $text-max-width;*/
  max-width: 1680px;
}
@media only screen and (min-width: 320px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    /*max-width: 440px;
    max-width: 44rem;*/
  }
}
@media only screen and (min-width: 480px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    /*max-width: 490px;
    max-width: 49rem;*/
  }
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
   /* max-width: 560px;
    max-width: 56rem;*/
  }
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    /*max-width: 600px;
    max-width: 60rem;*/
  }
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    /*max-width: 680px;
    max-width: 56rem;*/
  }
}
@media only screen and (min-width: 1680px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
   /* max-width: 700px;
    max-width: 70rem;*/
  }
}

section > p:last-of-type {
  margin-bottom: 48px;
}

/* Blockquote */
blockquote {
  font-style: italic;
  border-left: 3px solid #c8102e;
  color: #5b6770;
  padding-left: 15px;
  padding-left: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 320px) {
  blockquote {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 440px;
    max-width: 44rem;
  }
}
@media only screen and (min-width: 480px) {
  blockquote {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 490px;
    max-width: 49rem;
  }
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 17px;
    font-size: 1.7rem;
    max-width: 560px;
    max-width: 56rem;
  }
}
@media only screen and (min-width: 992px) {
  blockquote {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 600px;
    max-width: 60rem;
  }
}
@media only screen and (min-width: 1200px) {
  blockquote {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 680px;
    max-width: 56rem;
  }
}
@media only screen and (min-width: 1680px) {
  blockquote {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 700px;
    max-width: 70rem;
  }
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: yellow;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  background: #cccccc;
  margin: 24px 0;
  margin: 2.4rem 0;
  padding: 0;
}

/* -------------------------------------------------------
   START OF LINKS _links.scss
   ------------------------------------------------------- */
a {
  color: #c8102e;
  text-decoration: underline;
  outline: 0;
}
a:visited {
  color: #780519;
  outline-style: none;
}
a:focus {
  outline: 1px solid red;
  background: transparent;
  color: #ef3654;
  text-decoration: none;
}
a:hover {
  outline-style: none;
  color: #ef3654;
  text-decoration: none;
}
a:active {
  outline-style: none;
  /*background: #fdd6dd;*/
}

a.light {
  color: #eef0f0;
  text-decoration: underline;
  outline: 0;
}
a.light:visited {
  color: #bdc2c6;
  outline-style: none;
}
a.light:focus {
  outline: 1px dotted #9da4a9;
  background: transparent;
  color: white;
  text-decoration: none;
}
a.light:hover {
  outline-style: none;
  color: white;
  text-decoration: none;
}
a.light:active {
  outline-style: none;
  /*background: #fdd6dd;*/
}

/* -------------------------------------------------------
   START OF LISTS _lists.scss
   ------------------------------------------------------- */
ol, ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

nav ul {
  list-style: none;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
}

ul li {
  list-style: disc;
  list-style-position: inside;
}

ul ul {
  list-style: circle;
}

ol ol {
  /*list-style: lower-alpha;
  list-style: upper-roman;*/
}

ul ul, ul ol, ol ul, ol ol {
  list-style-position: inherit;
  margin-left: 24px;
  margin-left: 2.4rem;
}

/*List style classes*/
.lower-alpha {
  list-style-type: lower-alpha;
}

.lower-roman {
  list-style-type: upper-roman;
}

/* Definition Lists */
dl {
  overflow: hidden;
  margin: 0 0 24px;
}
@media only screen and (min-width: 320px) {
  dl {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 440px;
    max-width: 44rem;
  }
}
@media only screen and (min-width: 480px) {
  dl {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 490px;
    max-width: 49rem;
  }
}
@media only screen and (min-width: 768px) {
  dl {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 560px;
    max-width: 56rem;
  }
}
@media only screen and (min-width: 992px) {
  dl {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 600px;
    max-width: 60rem;
  }
}
@media only screen and (min-width: 1200px) {
  dl {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 680px;
    max-width: 56rem;
  }
}
@media only screen and (min-width: 1680px) {
  dl {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 700px;
    max-width: 70rem;
  }
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

/* -------------------------------------------------------
   START OF BUTTONS _buttons.scss
   ------------------------------------------------------- */
.cui[class*="btn"] {
  display: inline-block;
  margin: 4px 2px;
  height: 40px;
  height: 4rem;
  color: #606060;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 18px;
  padding: 1.2rem 1.8rem;
  border: 2px solid #9da4a9;
  border: 2px solid rgba(157, 164, 169, 0.8);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cui[class*="btn"]:hover {
  /*@include prefix(box-shadow, 0px 7px 11px rgba(0,0,0,0.15), webkit moz);*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"]:focus {
  -webkit-box-shadow: 0px 0px 2px 2px #0394FF, -4px 7px 11px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 2px 2px #0394FF, -4px 7px 11px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 2px 2px #0394FF, -4px 7px 11px rgba(0, 0, 0, 0.35);
  outline-style: none;
  /* 1st */
  outline: 2px solid #0394FF \9;
  /* 2nd -- IE8 hack  */
}
.cui[class*="btn"]:active {
  background: #ebebeb;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary {
  background: #c8102e;
  /*@include linear-gradient($coc-main, darken($coc-main,6) );*/
  color: #fff;
  border: 2px solid #c8102e;
  border: 2px solid rgba(200, 16, 46, 0.8);
}
.cui[class*="btn"].primary:hover {
  background: #c8102e;
  background: #db1535;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary:active {
  background: #c8102e;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-fluid {
  background: #c8102e;
  /*@include linear-gradient($coc-main, darken($coc-main,6) );*/
  color: #fff;
  border: 2px solid #c8102e;
  border: 2px solid rgba(200, 16, 46, 0.8);
  width: 100%;
}
.cui[class*="btn"].primary-fluid:hover {
  background: #c8102e;
  background: #db1535;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-fluid:active {
  background: #c8102e;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-ghost {
  background: transparent;
  /*@include linear-gradient($coc-main, darken($coc-main,6) );*/
  color: #c8102e;
  border: 2px solid #c8102e;
  border: 2px solid #c8102e;
}
.cui[class*="btn"].primary-ghost:hover {
  background: #db1535;
  color: #fff;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-ghost:active {
  background: #c8102e;
  color: #fff;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-ghost-fluid {
  background: transparent;
  /*@include linear-gradient($coc-main, darken($coc-main,6) );*/
  color: #c8102e;
  border: 2px solid #c8102e;
  border: 2px solid #c8102e;
  width: 100%;
}
.cui[class*="btn"].primary-ghost-fluid:hover {
  background: #db1535;
  color: #fff;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-ghost-fluid:active {
  background: #c8102e;
  color: #fff;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].secondary-ghost {
  background: rgba(0, 0, 0, 0.1);
  background: transparent;
  /*@include linear-gradient($coc-main, darken($coc-main,6) );*/
  color: #3F474E;
  border: 2px solid #5b6770;
  border: 2px solid rgba(91, 103, 112, 0.8);
}
.cui[class*="btn"].secondary-ghost:hover {
  background: #3F474E;
  color: #eef0f0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].secondary-ghost:active {
  background: #2D3337;
  color: #eef0f0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].secondary-ghost-fluid {
  background: rgba(0, 0, 0, 0.1);
  background: transparent;
  /*@include linear-gradient($coc-main, darken($coc-main,6) );*/
  color: #3F474E;
  border: 2px solid #5b6770;
  border: 2px solid rgba(91, 103, 112, 0.8);
  width: 100%;
}
.cui[class*="btn"].secondary-ghost-fluid:hover {
  background: #3F474E;
  color: #eef0f0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].secondary-ghost-fluid:active {
  background: #2D3337;
  color: #eef0f0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-solid {
  background: #ffffff;
  /*@include linear-gradient($coc-main, darken($coc-main,6) );*/
  color: #c8102e;
  border: 2px solid #c8102e;
  border: 2px solid #c8102e;
}
.cui[class*="btn"].primary-solid:hover {
  background: #db1535;
  color: #fff;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-solid:active {
  background: #c8102e;
  color: #fff;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}






.cui[class*="btn"].primary-solid-fluid {
  background: #ffffff;
  /*@include linear-gradient($coc-main, darken($coc-main,6) );*/
  color: #c8102e;
  border: 2px solid #c8102e;
  border: 2px solid #c8102e;
  width: 100%;
}
.cui[class*="btn"].primary-solid-fluid:hover {
  background: #db1535;
  color: #fff;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-solid-fluid:active {
  background: #c8102e;
  color: #fff;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].secondary-solid {
  background: #ffffff;
  /*@include linear-gradient($coc-main, darken($coc-main,6) );*/
  color: #3F474E;
  border: 2px solid #5b6770;
  border: 2px solid rgba(91, 103, 112, 0.8);
}
.cui[class*="btn"].secondary-solid:hover {
  background: #3F474E;
  color: #eef0f0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].secondary-solid:active {
  background: #2D3337;
  color: #eef0f0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].secondary-solid-fluid {
  background: #ffffff;
  /*@include linear-gradient($coc-main, darken($coc-main,6) );*/
  color: #3F474E;
  border: 2px solid #5b6770;
  border: 2px solid rgba(91, 103, 112, 0.8);
  width: 100%;
}
.cui[class*="btn"].secondary-solid-fluid:hover {
  background: #3F474E;
  color: #eef0f0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].secondary-solid-fluid:active {
  background: #2D3337;
  color: #eef0f0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].disabled, .cui[class*="btn"][disabled] {
  background: #dee1e2;
  /*background: rgba(222, 225, 226 ,0.9);*/
  /*color: $coc-secondary-4L;*/
  color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00000000 endColorstr=#00000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00000000, endColorstr=#00000000)";
  cursor: not-allowed;
}
.cui[class*="btn"].disabled-fluid, .cui[class*="btn"][disabled] {
  background: #dee1e2;
  /*background: rgba(222, 225, 226 ,0.9);*/
  /*color: $coc-secondary-4L;*/
  color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00000000 endColorstr=#00000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00000000, endColorstr=#00000000)";
  cursor: not-allowed;
}
.cui[class*="btn"].disabled-fluid {
  width: 100%;
}
.cui[class*="btn"].success {
  background: #409D44;
  /*@include linear-gradient($success, darken($success,6) );*/
  color: #fff;
}
.cui[class*="btn"].success:active {
  background: #348037;
  outline-style: none;
}
.cui[class*="btn"].warning {
  background: #D87400;
  /*@include linear-gradient($warning, darken($warning,4) );*/
  color: #fff;
}
.cui[class*="btn"].warning:active {
  background: #af5e00;
  outline-style: none;
}
.cui[class*="btn"].danger {
  background: #d43f3a;
  /*@include linear-gradient($danger, darken($danger,7) );*/
  color: #fff;
}
.cui[class*="btn"].danger:active {
  background: #bc2e29;
  outline-style: none;
}
.cui[class*="btn"].primary-text {
  box-shadow: none;
  background: transparent;
  border: 1px solid transparent;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  color: #c8102e;
}
.cui[class*="btn"].primary-text:hover {
  background: #eef0f0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-text:focus {
  /*@include prefix( box-shadow, 0px 0px 5px 2px $btn-blue-glow, webkit moz);
  Using the global focus class with the red glowing border
  */
  background: #eef0f0;
  /*outline-style: 1px solid green;*/
}
.cui[class*="btn"].primary-text:active {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].primary-text.disabled, .cui[class*="btn"].primary-text[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  /*@include prefix( box-shadow, none, webkit moz);*/
}
.cui[class*="btn"].secondary-text {
  box-shadow: none;
  background: transparent;
  border: 1px solid transparent;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  color: #3F474E;
}
.cui[class*="btn"].secondary-text:hover {
  background: #eef0f0;
  /*background: rgba(0,0,0,0.05);*/
  background: #eef0f0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].secondary-text:focus {
  /*@include prefix( box-shadow, 0px 0px 5px 2px $btn-blue-glow, webkit moz);
  Using the global focus class with the red glowing border
  */
  background: #eef0f0;
}
.cui[class*="btn"].secondary-text:active {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui[class*="btn"].secondary-text.disabled, .cui[class*="btn"].secondary-text[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cui[class*="btn"] [class*="icon"].left {
  margin: 0 6px 0 0;
  margin: 0 0.6rem 0 0;
}
.cui[class*="btn"] [class*="icon"].right {
  margin: 0 0 0 6px;
  margin: 0 0 0 0.6rem;
}
.cui[class*="btn"].block {
  width: 100%;
}

button.cui.btn {
  /*outline:0;
  remove the default outline on the button element -- cui.btn uses a box-shadow instead for :focus*/
}

.cui.btn-sm {
  padding: 5px 10.5px;
  padding: 0.5rem 1.05rem;
  font-size: 14px;
  font-size: 1.4rem;
  height: 30px;
  height: 3rem;
}
.cui.btn-sm:hover {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui.btn-sm:active {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}

.cui.btn-md {
  padding: 8px 15px;
  padding: 0.8rem 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  height: 37px;
  height: 3.7rem;
}
.cui.btn-md:hover {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui.btn-md:active {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}

.cui.btn-lg {
  padding: 11px 27px;
  padding: 1.1rem 2.7rem;
  font-size: 20px;
  font-size: 2rem;
  height: 47px;
  height: 4.7rem;
}
.cui.btn-lg:hover {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui.btn-lg:active {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}

.cui.icon-only {
  padding: 7px 0;
  padding: 0.7rem 0;
  font-size: 24px;
  font-size: 2.4rem;
  height: 40px;
  height: 4rem;
  width: 40px;
  width: 4rem;
}
.cui.icon-only:focus {
  outline-style: none;
}
.cui.icon-only:active {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui.icon-only.btn-sm {
  padding: 5px 0;
  padding: 0.5rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  height: 28px;
  height: 2.8rem;
  width: 28px;
  width: 2.8rem;
}
.cui.icon-only.btn-md {
  /* Defaults to .cui.icon-only class */
}
.cui.icon-only.btn-lg {
  padding: 10px 0;
  padding: 1rem 0;
  font-size: 30px;
  font-size: 3rem;
  height: 50px;
  height: 5rem;
  width: 50px;
  width: 5rem;
}

.cui.btn-mega {
  padding: 16px;
  padding: 1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  /*@include rem(width, 160px);*/
  height: 160px;
  height: 16rem;
  line-height: 1.5;
}
.cui.btn-mega [class*="icon"] {
  display: block;
  font-size: 400%;
}
.cui.btn-mega [class*="icon"].top {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}
.cui.btn-mega [class*="icon"].bottom {
  margin: 10px 0 0;
  margin: 1rem 0 0;
}
.cui.btn-mega:hover {
  background: #c8102e;
  background: #db1535;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.cui.btn-mega:active {
  background: #c8102e;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}

.ie8 .cui[class*="btn"]:focus {
  outline: 2px solid #0394FF;
}

/* -------------------------------------------------------
   START OF TABLES _tables.scss
   ------------------------------------------------------- */
table.cui {
  border-collapse: collapse;
  border-spacing: 0;
}
table.cui, table.cui tbody {
  width: 100%;
}

table.cui td, table.cui th {
  text-align: left;
  padding: 7px 15px;
  padding: 0.7rem 1.5rem;
  background-color: transparent;
  font-size: 16px;
}

table.cui .table-label {
  display: none;
  font-weight: bolder;
}

table.cui tr {
  background-color: #ffffff;
}
table.cui.bordered td, table.cui.bordered th {
  border: 1px solid #cccccc;
}
table.cui.striped tr:nth-child(even), table.cui.striped thead tr {
  background-color: #f6f6f6;
}
table.cui.striped tr:nth-child(even), table.cui.striped thead tr {
  background-color: #f6f6f6;
}
table.cui.striped thead tr {
  border-top: 1px solid #cccccc;
}
table.cui.striped td, table.cui.striped th {
  border-bottom: 1px solid #cccccc;
}

table.cui.dark-header th {
  background-color: #424242;
  color: #ffffff;
  border: 1px solid #424242;
  font-weight: normal;
}

@media (max-width: 768px) {
  table.cui tbody,
  table.cui thead,
  table.cui td,
  table.cui th {
    display: block;
    width: 100%;
    float: left;
    border: none;
  }
  table.cui thead,
  table.cui thead tr,
  table.cui thead th {
    height: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    visibility: hidden;
    overflow: hidden;
  }
  table.cui tr {
    display: block;
    padding: 5px;
    padding: 0.5rem;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    *zoom: 1;
  }
  table.cui tr:before,
  table.cui tr:after {
    content: " ";
    display: table;
  }
  table.cui tr:after {
    clear: both;
  }
  table.cui.bordered tr {
    border: 1px solid #cccccc;
    margin-bottom: -1px;
  }
  table.cui .table-label {
    display: inline;
  }
  table.cui.bordered td, table.cui.bordered th {
    border: none;
  }
  table.cui.striped td, table.cui.striped th {
    border: none;
  }
}

/* -------------------------------------------------------
   START OF FORMS _forms.scss
   ------------------------------------------------------- */
input[type="submit"], input[type="button"], button {
  padding: 0;
  margin: 0;
  line-height: normal;
}

input, select, a img {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: 54px;
    width: 44px;
}

/* -------------------------------------------------------
   START OF LISTS _layout.scss
   ------------------------------------------------------- */
/*/////////// 1/2 and 1/2 Content Blocks ///////////*/
.halfandhalf {
  min-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*display: flex;*/
  margin: 36px 0 36px 0;
}

.left-photo, .right-photo {
  width: 50%;
  min-height: 250px;
  padding: 0;
  padding: 0 36px 0 36px;
  background: url("/pattern-library/img/half-half-demo.png") center no-repeat;
  background-size: cover;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-photo-content, .right-photo-content {
  width: 50%;
  background-image: none;
  background-color: #9da4a9;
  min-height: 250px;
  padding: 0 36px 0 36px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-photo-content {
  float: left;
}

.right-photo-content {
  float: right;
}

.left-text, .right-text {
  width: 50%;
  min-height: 1px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 36px 36px 36px;
  color: #eef0f0;
  background-color: #515C64;
}

.left-photo, .left-text {
  float: left;
}

.right-photo, .right-text {
  float: right;
}

.left-photo-content img, .right-photo-content img {
  margin: 0 auto 0 auto;
  width: 100%;
}

/*/////////// Content Blocks ///////////*/
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.content-block-2 {
  background-color: #eef0f0;
  padding: 36px;
  margin: 18px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  min-height: 1px;
}

.content-block-3 {
  background-color: #eef0f0;
  padding: 36px;
  margin-bottom: 18px;
  margin-top: 18px;
  margin: 18px 18px 18px 18px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-block-4 {
  background-color: #eef0f0;
  padding: 18px;
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 10px 0 10px;
}

.right-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 10px 0 10px;
}

.clear {
  clear: both;
}

/* -------------------------------------------------------
   START OF MEDIA QUERIES _mediaQueries.scss
   ------------------------------------------------------- */
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .cta-background {
    width: 100%;
    padding: 12px;
  }

  .halfandhalf {
    flex-direction: column;
  }

  .left-photo, .right-photo {
    width: 100%;
    min-height: 350px;
    flex: 1;
  }

  .left-photo-content, .right-photo-content {
    width: 100%;
    float: none;
    flex: 1;
    padding: 36px;
  }

  .left-text, .right-text {
    width: 100%;
    flex: 1;
  }

  .row {
    padding: 0;
  }

  .flex-container {
    flex-direction: column;
  }

  .content-block-2 {
    flex: 1;
    width: 100%;
    padding: 9px;
    margin: 5px 0 5px 0;
  }

  .content-block-3 {
    flex: 1;
    width: 100%;
    padding: 9px;
    margin: 5px 0 5px 0;
  }

  .content-block-4 {
    flex: 1;
    width: 100%;
    padding: 9px;
    margin: 5px 0 5px 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .cta-background {
    width: 100%;
    margin: auto;
    padding: 36px;
  }

  .flex-container {
    flex-container: column;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .container {
    width: 95%;
  }

  .row {
    padding: 18px 0 18px 0;
  }

  .cta-background {
    width: 70%;
  }

  .halfandhalf {
    flex-direction: column;
  }

  .flex-container {
    flex-direction: row;
  }

  .content-block-2 {
    flex: 1;
    margin: 5px;
    padding: 12px;
  }

  .content-block-3 {
    flex: 1;
    margin: 5px;
    padding: 12px;
  }

  .content-block-4 {
    flex: 1;
    padding: 12px;
    margin: 6px 6px 6px 6px;
  }

  .left-photo, .right-photo {
    width: 100%;
    flex: 1;
  }

  .left-text, .right-text {
    width: 100%;
    flex: 1;
  }

  .left-photo-content {
    width: 100%;
    flex: 1;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .container {
    width: 992px;
  }

  .cta-background {
    width: 50%;
  }

  .halfandhalf {
    flex-direction: row;
  }

  .flex-container {
    flex-direction: row;
  }

  .content-block-2 {
    flex: 1;
    margin: 18px;
    padding: 18px;
  }

  .content-block-3 {
    flex: 1;
    margin: 18px 18px 18px 18px;
    padding: 18px;
  }

  .content-block-4 {
    flex: 1;
    margin: 12px 12px 12px 12px;
    padding: 18px;
  }

  .left-photo, .right-photo {
    width: 50%;
    flex: 1;
  }

  .left-text, .right-text {
    width: 50%;
    flex: 1;
  }

  .left-photo-content {
    width: 50%;
    flex: 1;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .cta-background {
    width: 45%;
  }

  .flex-container {
    flex-direction: row;
    justify-content: center;
  }

  .content-block-2 {
    flex: 1;
    margin: 18px;
    padding: 36px;
  }

  .content-block-3 {
    flex: 1;
    margin: 18px 18px 18px 18px;
    padding: 36px;
  }

  .content-block-4 {
    flex: 1;
    margin: 18px 18px 18px 18px;
    padding: 36px;
  }
}
.ie7 .cta-background {
  width: 70%;
  top: 10%;
  -ms-transform: translateY(-10%);
}

.no-flexbox .left-photo-content {
  float: left;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* -------------------------------------------------------
   START OF UTILITIES _utilities.scss
   ------------------------------------------------------- */
.border-red {
  border: 1px solid #d43f3a;
}

.border-grey {
  border: 1px solid #515C64;
}

.border-green {
  border: 1px solid green;
}

.background-grey {
  background-color: #ccc;
}

/*# sourceMappingURL=coc-styles.css.map */
