@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=486a65c4-3a4a-4725-a70e-f50e8274b7fa");
/****************
REUSABLE PATHS */
/****************
COLOURS */
/****************
TYPOGRAPHY */
@font-face {
  font-family: "Abadi MT W01";
  src: url("/Fonts/3769b612-f668-478b-8a5d-b4a42eb72273.eot?#iefix");
  src: url("/Fonts/3769b612-f668-478b-8a5d-b4a42eb72273.eot?#iefix") format("eot"), url("/Fonts/b75a37c4-a1a3-4faf-b7cc-c707550f1e5b.woff") format("woff"), url("/Fonts/83fe20ee-2044-4870-9d3c-02dd9623aeeb.ttf") format("truetype"), url("/Fonts/64fdf1af-c861-470c-8f07-afd4e137cb5b.svg#64fdf1af-c861-470c-8f07-afd4e137cb5b") format("svg");
}
@font-face {
  font-family: "Abadi MT W01 Bold";
  src: url("/Fonts/ca86b401-cb9e-4bba-968c-f80cdb953522.eot?#iefix");
  src: url("/Fonts/ca86b401-cb9e-4bba-968c-f80cdb953522.eot?#iefix") format("eot"), url("/Fonts/2ef02d41-67dc-4d6b-ab19-ce253e698f88.woff") format("woff"), url("/Fonts/79148d42-1cb0-432d-b834-e08fca1f34cf.ttf") format("truetype"), url("/Fonts/949e5de7-0090-4839-8343-7234c0bbda8c.svg#949e5de7-0090-4839-8343-7234c0bbda8c") format("svg");
}
@font-face {
  font-family: "Abadi MT W01 Exra Light";
  src: url("/Fonts/142f3fd0-a734-4539-802c-e59a789cda43.eot?#iefix");
  src: url("/Fonts/142f3fd0-a734-4539-802c-e59a789cda43.eot?#iefix") format("eot"), url("/Fonts/b635bf37-ea96-41e7-8216-6ea1e60f94af.woff") format("woff"), url("/Fonts/81c2bd92-070c-438f-900c-7a030de88758.ttf") format("truetype"), url("/Fonts/e32fed4c-a052-423a-9587-e8bd017399ab.svg#e32fed4c-a052-423a-9587-e8bd017399ab") format("svg");
}
/****************
DIMENSIONS */
/****************
GENERIC REUSABLE CLASSES */
.no-transition {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
.float-right {
  float: right;
}
.btn {
  /* Reusable button */
  display: inline-block;
  padding: 7.5px 15px;
  border: none;
  cursor: pointer;
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  font-size: 13pt;
  color: white;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
}
.btn img.right {
  margin: 3px 0 -2px 10px;
}
.btn img.left {
  margin: 3px 10px -2px 0;
}
.btn:hover {
  color: white;
}
.btn.b1 {
  /* Primary button style */
  background: #01507d;
}
.btn.b1:hover {
  background: #012f4a;
}
.btn.b2 {
  /* Secondary button style */
  background: #999999;
}
.btn.b2:hover {
  background: #737373;
}
.btn.b3 {
  /* Tertiary button style */
  background: #4095c5;
}
.btn.b3:hover {
  background: #1f6c97;
}

.btn.b4{
  background: #012f4a;
  font-size:16pt;
}

.btn.b4:hover{
  background: #00456B;
}

.half-col {
  width: 45%;
}
.half-col.left {
  float: left;
}
.half-col.right {
  float: right;
}
.table {
  max-width: 100%;
  width: 100%;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
  margin: 1em 0 ;
}
.table th,
.table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: $bold;
}
.table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table thead th {
  vertical-align: bottom;
  background: #01507d;
}
.table thead {
  font-size: 14px;
}
.table tbody {
  font-size: 13px;
}
.table--striped tbody tr:nth-child(odd) td,
.table--striped tbody tr:nth-child(odd) th {
  background-color: rgba(0, 0, 0, 0.04);
}
.table--striped tbody tr:hover td,
.table--striped tbody tr:hover th {
  background-color: rgba(0, 0, 0, 0.08);
}
.table--bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-bottom: 0;
  /* For first th or td in the first row in the first thead or tbody
    thead:first-child tr:first-child th:first-child,
    tbody:first-child tr:first-child td:first-child {
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
        border-radius: 4px 0 0 0;
    }
    thead:first-child tr:first-child th:last-child,
    tbody:first-child tr:first-child td:last-child {
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
        border-radius: 0 4px 0 0;
    }
    // For first th or td in the first row in the first thead or tbody
    thead:last-child tr:last-child th:first-child,
    tbody:last-child tr:last-child td:first-child,
    tfoot:last-child tr:last-child td:first-child {
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
        border-radius: 0 0 0 4px;
    }
    thead:last-child tr:last-child th:last-child,
    tbody:last-child tr:last-child td:last-child,
    tfoot:last-child tr:last-child td:last-child {
        -webkit-border-radius: 0 0 4px 0;
        -moz-border-radius: 0 0 4px 0;
        border-radius: 0 0 4px 0;
    }
    */
}
.table--bordered th,
.table--bordered td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.table--bordered thead:first-child tr:first-child th,
.table--bordered tbody:first-child tr:first-child th,
.table--bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/****************
SITE WIDE STYLES */




body {
  font-family: "Gudea", sans-serif;
  color: #3c3b3b;
  font-size: 12pt;
  line-height: 1.4em;
  font-weight: 100;
}
body.lock {
  overflow: hidden;
}
a {
  color: #01507d;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
a:hover {
  color: #012f4a;
}
p {
  margin: 0 0 1em 0;
}
h1,
h2,
h3,
h4 {
  color: #01507d;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  font-weight: 100;
  line-height: 1em;
  margin: 0 0 .5em 0;
}
h1 {
  font-size: 60px;
  padding: 45px 0;
  margin: 0;
  color: #012f4a;
}
h2 {
  font-size: 80px;
  color: #012f4a;
}
h2 i {
  color: #03aa8b;
}
h3 {
  font-size: 23px;
  line-height: 1em;
}
b,
em {
  font-weight: bold;
  font-style: normal;
}
strong {
  font-weight: bold;
  color: #03aa8b;
}
i {
  font-style: italic;
}
.col-3 {
  width: 31.3%;
  margin: 0 0 0 3%;
  float: left;
  text-align: center;
}
.col-3:first-child,
.col-3.alpha {
  margin: 0;
  clear: left;
}

.contain {
  position: relative;
  max-width: 1200px;
  padding: 0 30px 5px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

#top .contain{
  padding:0;
  max-width: 1140px;
}

section#top {
  width: 100%;
  font-size: 11pt;
  background: #ffffff;
}
section#top ul {
  float: left;
}
section#top ul li {
  float: left;
}

header{
  background: url("/images/bg-header.png") #dcdcdc;
}

header img.logo {
  margin: 30px 0 22.5px 0;
  width: 200px;
}

header .logo-link{
  display: block;
}
header p.register {
  font-size: 10pt;
}
header p.register a {
  text-decoration: underline;
}
header p.register-top {
  display: none;
  font-size: 10pt;
}
header p.register-top a {
  text-decoration: underline;
}
form.search {
  margin: 45px 0 0;
}

header form.search:after{
  clear: both;
  content: "";
  display: table;
}

form.search input[type=text] {
  float: left;
  padding: 7.5px 15px;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  font-size: 13pt;
  width: 200px;
  border: 2px solid #d3d3d3;
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
form.search input[type=text]:focus {
  width: 350px;
}
form.search button {
  cursor: pointer;
  float: left;
  background: none;
  border: none;
  padding: 0;
  margin: 10px 0 0 -35px;
}
#content form label {
  float:left;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
#content form label strong {
  color: #000;
}
#content form select {
  border: 2px solid #D3D3D3;
  border-radius: 7.5px 7.5px 7.5px 7.5px;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  font-size: 13pt;
  width: 248px;
  padding: 7.5px 15px;
  margin: 0.25em 0;
}
#content form input[type="text"],
#content form input[type="email"],
#content form input[type="password"] {
  border: 2px solid #D3D3D3;
  border-radius: 7.5px 7.5px 7.5px 7.5px;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  font-size: 13pt;
  padding: 7.5px 15px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 215px;
  margin: 0.25em 0;
}
#content form input[type="radio"] {
  display: block;
  float: left;
  clear: both;
  margin: 10px 8px 6px 25%;
}
#content form input[type="radio"] + label {
  float: left;
  clear: none;
  width: 70%;
}
#content form input[type="radio"] + label:hover {
  cursor: pointer;
}
#content form textarea {
  border: 2px solid #D3D3D3;
  border-radius: 7.5px 7.5px 7.5px 7.5px;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  font-size: 13pt;
  padding: 7.5px 15px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 215px;
  margin: 0.25em 0;
  height: 150px;
}
#content form p,
#content form h2 {
  clear: both;
}
.form-error {
  background: #c00;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 10pt;
  line-height: 1;
  padding: 0.5em 0.8em;
  position: absolute;
}
.reseller-folders .reseller-folder img {
  margin: 0 0.5em 0 0;
  height: 50px;
  float: left;
}
.reseller-folders .reseller-folder span {
  vertical-align: middle;
}
#internal-search {
  margin: 3px 0 0 0;
}
#internal-search input[type=text]:focus {
  width: 200px;
}
a.menu-trigger {
  display: none;
}
nav {
  display: block;
  width: 100%;
  background: #01507d;
  margin: 0;
  height: 52px;
}
nav ul {
  position: relative;
  max-width: 1200px;
  padding: 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}
nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
nav ul li.active a {
  background: #1977ae;
}
nav ul li a {
  float: left;
  font-size: 13pt;
  color: white;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
nav ul li a:hover,
nav ul li a:focus {
  background: white;
  color: #01507d;
}
nav ul li ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 0;
  background: white;
  width: 300px;
  padding: 0;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
nav ul li ul li {
  float: left;
  width: 100%;
}
nav ul li ul li a {
  position: relative;
  float: left;
  width: 100%;
  font-size: 12pt;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #01507d;
  border: 1px solid #d3d3d3;
  border-width: 0 0 1px 0;
}
nav ul li ul li a:hover {
  background: #f2f2f2;
}
nav ul li:hover a {
  color: #01507d;
  background: white;
}
nav ul li:hover ul {
  display: block;
}
#loginForm {
  margin-top: 2.5em;
}
/****************
SPECIFIC: HOME */
body.home h1 {
  display: none;
}
section#mainstage {
  background: white;
  width: 100%;
  text-align: center;
  height: 864px;
}
section#mainstage img.stage {
  display: inline;
  z-index: 0;
}
section#mainstage .overlay {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: -834px auto 0 auto;
  height: 834px;
  z-index: 1;
}
section#mainstage .overlay h2 {
  width: 100%;
}
section#mainstage .overlay h2.small-heading {
  font-size: 60px;
}
section#mainstage .overlay p {
  width: 70%;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  font-size: 18pt;
  color: #818080;
  line-height: 1.5em;
}

section#ctas {
  display: block;
  width: 100%;
  padding: 0;
  margin: -570px 0 0;
  /* END list - 1 */
  /* END list - 2 */
  /* END list - 2 */
}

section#ctas .readmore{
  bottom: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

section#ctas > .contain{
  height: inherit;
}

section#ctas div.col {
  float: left;
  position: relative;
  width: 31%;
  margin-left: 3.5%;
}
section#ctas div.col:first-child {
  margin-left: 0;
}
section#ctas div.cta {
  background: #f2f2f2;
  background: rgba(242, 242, 242, 0.9);
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 20px 70px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 30px;
}

section#ctas div.cta-main{
  background: #529FCB;
  padding: 20px 20px 50px 20px;
}

section#ctas div.cta-adverts{
  overflow: hidden;
  padding: 0;
}

section#ctas .adverts{
  display: block;
  height: 177px;
  overflow: hidden;
  position: relative;
}

section#ctas .adverts img{
  display: block;
  width: 100%;
}

section#ctas .adverts li a{
  display: block;
  height: 177px;
  padding: 0!important;
}

section#ctas .adverts .controls{
  bottom: 5px;
  position: absolute;
  right: 10px;
}

section#ctas .adverts .controls a{
  display: inline-block;
}


.adverts li{
  float: left;
}

.advert-container{
  padding: 20px;
}
.adverts .title{font-size: 1.5em;}
.adverts .content{}

section#ctas div.cta-main p{ 
  color: white;
  margin: 0;
}

section#ctas div.cta h3 {
  font-size: 30px;
  border: 1px solid #d3d3d3;
  border-width: 0 0 1px 0;
  padding: 15px 0;
}

section#ctas div.cta-main h3{
  border-bottom: none;
  color: #C8EAFF;
  margin-bottom: 0;
  padding-top: 0;
}

section#ctas div.cta-main .btn{
  float: right;
  font-size: 0.9em;
}

section#ctas div.cta-main .teaser-image{
  border-radius: 78px;
  display: block;
  float: right;
  overflow: hidden;
  width: 42%;
}

section#ctas div.cta-main .teaser-image img{
  border-radius: 78px;
  width: 100%;
  height: auto;
}

section#ctas div.cta h3 img {
  float: left;
  margin: -15px 15px 0 0;
}

section#ctas .list-1 {
  float: left;
  width: 100%;
}

section#ctas .list-1 li {
  width: 100%;
}
section#ctas .list-1 li a {
  float: left;
  width: 100%;
  font-family: "Gudea", sans-serif;
  font-weight: 500;
  font-size: 13pt;
  padding: 10px 0;
}
section#ctas .list-1 li a span {
  float: right;
  margin-top: -7px;
  font-weight: thin;
  font-size: 11pt;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
section#ctas .list-1 li a:hover span {
  background: #737373;
}

section#ctas .list-2 {
  float: left;
  width: 100%;
  text-align: center;
}
section#ctas .list-2 h3 {
  text-align: left;
}
section#ctas .list-2 li {
  width: 100%;
}
section#ctas .list-2 li a {
  float: left;
  text-align: left;
  width: 100%;
  font-family: "Gudea", sans-serif;
  font-weight: 500;
  font-size: 13pt;
  padding: 10px 45px 10px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 0 7px 0;
  background: url("/images/item-arrow-right.png") no-repeat center right;
  background-image: url("/images/item-arrow-right.svg"), none;
  border: 1px solid #d3d3d3;
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
}
section#ctas .list-2 li a:hover {
  background-color: white;
  border-color: #4eace1;
}
section#ctas .list-3 {
  float: left;
  width: 100%;
  text-align: center;
}
section#ctas .list-3 h3 {
  text-align: left;
}
section#ctas .list-3 li {
  width: 100%;
}
section#ctas .list-3 li a {
  float: left;
  text-align: left;
  width: 100%;
  font-family: "Gudea", sans-serif;
  font-weight: 500;
  font-size: 13pt;
  padding: 5px 45px 4px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url("/images/item-arrow-right.png") no-repeat center right;
  background-image: url("/images/item-arrow-right.svg"), none;
  background-image: ,none;
  border: 1px solid #d3d3d3;
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
}
section#ctas .list-3 li a p {
  font-size: 9pt;
  color: #3c3b3b;
  font-style: italic;
  overflow: hidden;
  min-height: 30px;
  line-height: 1em;
}
section#ctas .list-3 li a:hover {
  background-color: white;
  border-color: #4eace1;
}
section#ctas .list-3 a.btn {
  margin-top: 7px;
}
section#teasers {
  display: inline-block;
  margin-top:60px;
  width: 100%;
  padding: 60px 0 60px;
  background: #2b76a1;
  background-image: url("/images/bigfooter-bgd.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  color: white;
}

.internal section#teasers{
  margin-top: 0;
}

section#teasers article {
  float: left;
  width: 31%;
  margin-left: 3.5%;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  font-size: 14pt;
}

section#teasers article:first-child {
  margin-left: 0;
}

.twitter-bgd{
  background: url("/images/bg-twitter.png") no-repeat center center;
}

section#teasers article a.teaser-image {
  float: left;
  position: relative;
  margin: 0 5% 0 0;
  width: 30%;
  max-width: 156px;
}
section#teasers article a.teaser-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 78px;
  -moz-border-radius: 78px;
  -webkit-border-radius: 78px;
  -webkit-box-shadow: inset 8px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 8px 8px 0px rgba(0, 0, 0, 0.15);
}
section#teasers article a.teaser-image img {
  float: left;
  display: block;
  width: 100%;
  max-width: 156px;
  border-radius: 78px;
  -moz-border-radius: 78px;
  -webkit-border-radius: 78px;
  z-index: 0;
}

section#teasers article .teaser-intro h3 {
  color: #83d3ff;
  font-family: "Abadi MT W01 Bold",sans-serif;
  font-size: 23pt;
}

section#teasers article .teaser-intro article{
  width: 100%;
}

.cta.twitter h3 img{
    vertical-align: middle;
}

.tweets a{
  color: #83D3EF;
  text-decoration: underline;
}

.tweets .tw-date{
  font-size: 0.7em;
}

.tweets .tw-prev, .tweets .tw-next{
  display: none;
}

.member-news a{
  color: #83D3EF;
  display: block;
  padding-bottom: 15px;
  text-decoration: underline;
}


/**************
EVENTS AND TRAINING */
.newsListImage {
  float: left !important;
}
/****************
CODE OF CONDUCT */
.conductintro {
  font-weight: bold;
  border-bottom: 1px solid #d7d5d5;
  padding-bottom: 2em;
}
.a-arrow {
  width: 410px;
}
.a-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  float: right;
  border-top: 10px solid #4EACE1;
  margin-top: 5px;
}
/****************
MEMBERS FOLDERS */
.reseller-item {
  margin-right: 0;
}
.reseller-item img {
  width: 100%;
}
.col-3 {
  text-align: center;
}
.col-3:nth-child(3n+4) {
  margin-left: 0;
}
/****************
INTERNAL CONTENT */
.altcontent {
  padding: 1em;
  background: #d7d5d5;
}
section#content {
  width: 100%;
  background: url("/images/dots-small.png") no-repeat top right #f3f3f3;
  min-height: 578px;
  padding-bottom: 40px;
}
section#content article {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: white;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
  overflow: auto;
  /* END CALLOUT */
}
section#content article aside {
  float: left;
  width: 23%;
}
section#content article aside h3 {
  font-size: 30px;
  color: #3e3e3e;
  padding: 0 0 0.5em 0;
  border: 1px solid #d3d3d3;
  border-width: 0 0 1px 0;
}
section#content article aside ul {
  width: 100%;
  margin: 0 0 30px 0;
}
section#content article aside ul ul {
  margin: 0 0 15px;
}
section#content article aside ul li {
  width: 100%;
}
section#content article aside ul li a {
  display: inline-block;
  width: 100%;
  color: white;
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  padding: 7px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15pt;
  margin: 0 0 7.5px 0;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  background: #4095c5;
}
section#content article aside ul li a:hover {
  background: #1f6c97;
}
section#content article aside ul li li.selected a {
  font-weight: bold;
}
section#content article aside ul li li.selected li a {
  font-weight: normal;
}
section#content article aside ul li li a {
  background: none;
  font-size: 13pt;
  color: #4095c5;
  margin: 0;
  padding: 0 1em;
  line-height: 1.4;
}
section#content article aside ul li li a:hover {
  background: none;
  color: #01507d;
}
section#content article aside ul li li ul {
  margin: 0.5em 0;
}
section#content article aside ul li li li.selected a {
  text-decoration: underline;
}
section#content article aside ul li li li a {
  font-size: 11pt;
  font-weight: normal;
  padding: 0 0 0 2em;
}
section#content article aside ul.archive h4,
section#content article aside ul.authors h4,
section#content article aside ul.tagcloud h4 {
  font-family: "Gudea", sans-serif;
  font-weight: bold;
  margin: 0.5em 0;
}
section#content article aside ul.archive li a,
section#content article aside ul.authors li a,
section#content article aside ul.tagcloud li a {
  font-size: 11pt;
  text-align: left;
  background: none;
  color: #3c3b3b;
  margin: 0;
  padding: 0;
  font-family: "Gudea", sans-serif;
}
section#content article aside ul.authors li a img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  max-height: 35px;
  max-width: 35px;
}
section#content article aside ul.tagcloud li a {
  vertical-align: bottom;
}
section#content article aside ul.tagcloud li a.tag1 {
  font-size: 10pt;
}
section#content article aside ul.tagcloud li a.tag2 {
  font-size: 12pt;
}
section#content article aside ul.tagcloud li a.tag3 {
  font-size: 14pt;
}
section#content article aside ul.tagcloud li a.tag4 {
  font-size: 16pt;
}
section#content article aside ul.tagcloud li a.tag5 {
  font-size: 18pt;
}
section#content article aside ul.tagcloud li a.tag6 {
  font-size: 20pt;
}
section#content article aside ul.tagcloud li a.tag7 {
  font-size: 22pt;
}
section#content article aside ul.tagcloud li a.tag8 {
  font-size: 24pt;
}
section#content article aside ul.tagcloud li a.tag9 {
  font-size: 26pt;
}
section#content article aside ul.tagcloud li a.tag10 {
  font-size: 28pt;
}
section#content article aside a.internal-cta {
  width: 100%;
}
section#content article aside a.internal-cta .overlay {
  position: relative;
  color: white;
  text-align: center;
  font-size: 18pt;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  z-index: 10;
  height: 149px;
  margin: 0 0 -149px 0;
  padding: 30px 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
section#content article aside a.internal-cta .overlay em {
  color: #4eace1;
}
section#content article aside a.internal-cta .overlay span {
  display: block;
  margin: 15px 0;
}
section#content article aside a.internal-cta img {
  width: 100%;
  max-width: 249px;
}
section#content article section {
  display: inline-block;
  width: 73%;
  margin-left: 3.5%;
}
section#content article section p a {
  color: #03aa8b;
  text-decoration: underline;
}
section#content article section p a:hover {
  color: #046a5a;
}
section#content article section h2 {
  color: #4eace1;
  font-size: 2em;
  font-weight: bold;
}

section#content article section h2 a{
  color: #53AAE0;
}


section#content article section ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  list-style-image: url("/images/list-image.png");
  list-style-image: url("/images/list-image.svg"), none;
}
section#content article section ul li {
  margin: 0 0 0.5em 0;
}
section#content article section img.rightsmall {
  float: right;
  margin: 0 0 30px 30px;
}
section#content article section img.leftsmall {
  float: left;
  margin: 0 30px 30px 0;
}
section#content article section img.fullwidth {
  width: 100%;
  max-width: 801px;
  margin: 0 0 30px 0;
}
section#content article section h3 {
  color: #3c3b3b;
  font-family: "Abadi MT W01 Bold", sans-serif;
}

.pagination .icn{
  background-image:url('../images/paginate.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: bottom;
}

.pagination .prev .icn{ background-position: 0 0;}
.pagination .next .icn{ background-position: -21px 0; }

.pagination .prev.first-page .icn{ background-position: 0 -21px;}
.pagination .next.last-page .icn{ background-position: -21px -21px; }

.pagination{
  display: block;
  position: relative;
}

.pagination a, .pagination .current{
  background-color: #B2E5FF;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 10px 5px;
  padding: 13px 18px;
}

.pagination a:hover, .pagination .current{
  background-color: #00A8FF;
  color: #fff;
}

.pagination .next, .pagination .prev{
  background-color: transparent;
  color: #00A7FF;
  font-size: 1.7em;
  margin-bottom: 0;
}

.pagination .next:hover,
.pagination .prev:hover{
  background-color: transparent;
  color: #007DBC;
}

.pagination .next.last-page,
.pagination .prev.first-page{
  color: #E3E3E3;
}

section#content article section p.published time {
  color: #03aa8b;
}
section#content article section p.published a {
  text-decoration: none;
}
section#content article section div.event {
  border-bottom: 2px solid #D4D4D4;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  margin: 0 0 15px 0;
}

section#content article section div.event p{
  color: #9c9c9c;
  font-size: 1.05em;
}

section#content article section .event p.published {
  color: #d4d4d4;
  font-size: 1em;
}


section#content article section div.event img {
  border: 4px solid #E3E2DE;
  margin: 0 30px 30px 0;
}

section#content article section div.event .icon{
  border: none;
  margin: 0;
}

section#content article section div.event .published img {
  margin: 0 5px -5px 0;
  border: none;
  vertical-align: bottom;
}
section#content article section div.first {
  padding: 0 0 15px 0;
  border: 1px solid #d3d3d3;
  border-width: 0 0 1px 0;
}
section#content article section div.first a.large {
  float: right;
  padding: 15px 30px;
  margin: -40px 0 0 0;
}
section#content article section div.first img {
  width: 100%;
  max-width: 801px;
  margin: 0 0 15px 0;
}
section#content article section div.first h2 {
  font-size: 30pt;
  color: #025a8d;
  margin: 0;
}
section#content article section div.first h2 img {
  width: auto;
  margin: 0 15px 0 0;
}
section#content article section div.first p {
  margin: 0 0 0 65px;
}
section#content article section div.first h2,
section#content article section div.first p {
  display: inline-block;
  width: 60%;
}
section#content article section section {
  width: 100%;
  margin: 0 0 1em 0;
}
section#content article section section h4 {
  font-family: "Gudea", sans-serif;
  color: #012f4a;
  font-weight: bold;
  text-transform: uppercase;
}
section#content article section section ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  list-style-image: url("/images/list-image.png");
  list-style-image: url("/images/list-image.svg"), none;
}
section#content article section section ul li {
  margin: 0 0 0.5em 0;
}
section#content article section footer {
  background: none;
}
section#content article ul.breadcrumb {
  display: inline-block;
  width: 100%;
  font-size: 11pt;
  margin: 0 0 15px 0;
  padding: 0;
}
section#content article ul.breadcrumb + h1 {
  padding-top: 0;
}
section#content article ul.breadcrumb li {
  display: inline-block;
  list-style: none;
}
section#content article ul.breadcrumb li ul {
  display: inline;
  padding: 0;
  margin: 0;
}
section#content article ul.breadcrumb li.current {
  color: #4eace1;
  background: none;
}
section#content article ul.breadcrumb li a {
  padding: 0 30px 0 0;
  background: url("/images/icon-breadcrumb.gif") no-repeat right center;
  color: #3c3b3b;
  text-decoration: none;
}
section#content article div.callout {
  color: white;
  background: #4095c5;
  margin: 30px 0;
}
section#content article div.callout h3 {
  text-align: center;
  padding: 15px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: white;
  background: #1f6c97;
}
section#content article div.callout section {
  width: 100%;
  margin: 0;
  padding: 15px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
  column-gap: 30px;
  -moz-column-gap: 30px;
  /* Firefox */
  -webkit-column-gap: 30px;
  /* Safari and Chrome */
}
section#content article div.callout section h4 {
  font-size: 16pt;
  color: #cbecff;
}
section#content article div.callout section ul {
  margin: 0 0 30px 0;
  font-size: 10pt;
  padding: 0 0 0 20px;
  list-style: circle;
}
section#content article div.benefits {
  float: left;
  border: 1px solid #d3d3d3;
  border-width: 1px;
  border-color: #4095c5;
  background: url("/images/benefits-bg.png") no-repeat left bottom;
  width: 47.5%;
  font-size: 10pt;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 0 30px 5%;
  text-align: center;
}
section#content article div.benefits h3 {
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  font-weight: 300;
  padding: 0 0 0.5em 0;
  color: #01507d;
  border: 1px solid #d3d3d3;
  border-width: 0 0 1px 0;
}
section#content article div.benefits h3 em {
  color: #03aa8b;
  font-weight: bold;
  font-size: 12pt;
}
section#content article div.benefits h4 {
  font-size: 10pt;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  font-family: "Gudea", sans-serif;
  color: #3c3b3b;
  text-align: left;
}
section#content article div.benefits ul {
  list-style-image: url("/images/icon-benefits-list.png");
  padding: 0 0 0 20px;
  text-align: left;
}
section#content article div.benefits ul li {
  margin: 0 0 15px 0;
}
section#content article div.nomargin {
  margin-left: 0;
}
body.page-noside section#content article section {
  width: 100%;
  margin: 0;
}
ul.folderlist li {
  float: left;
  width: 20%;
  text-align: center;
  margin-left: 5%;
  padding: 30px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.folderlist li:nth-child(4n+1) {
  margin-left: 0;
}
body.coc section#content article aside ul li.coc-level-1 a {
  color: #03aa8b;
  font-size: 11pt;
  font-weight: bold;
  font-family: "Gudea", sans-serif;
  padding: 15px 0 7.5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
}
body.coc section#content article aside ul li.coc-level-2 {
  background: url("/images/icon-breadcrumb.gif") no-repeat 0px 3px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 0 0.5em 0;
  line-height: 1.2em;
}
body.coc section#content article aside ul li.coc-level-2 a {
  font-family: "Gudea", sans-serif;
  font-size: 10pt;
  padding: 0;
  margin: 0;
  background: none;
  color: #3c3b3b;
}
body.coc section#content article aside ul li a {
  font-size: 12pt;
}
body.coc section#content article aside ul li a em {
  float: left;
  text-align: center;
  background: #62b6e5;
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  padding: 2px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 10px 0 0;
}
body.coc article section header {
  margin: 0 0 30px 0;
}
body.coc article section h3 {
  font-family: "Abadi MT W01 Exra Light", sans-serif !important;
  font-weight: 300;
  border: 1px solid #d3d3d3;
  border-width: 0 0 1px 0;
  padding: 0 0 0.5em 0;
}
/* Blog RSS feed */
.page-action-links {
  position: absolute;
  right: 30px;
  top: 65px;
}
.rss-link {
  width: 45px;
  height: 45px;
  font: 0/0 a;
  background: url("/images/rss-icon.png");
  background: url("/images/rss-icon.svg"), none;
}
/****************
Job Details */
.job-details dt {
  color: #03aa8b;
  font-weight: bold;
  float: left;
  width: 45%:;
}
.job-details dd {
  margin: 0 0 1em;
}
.job-details dd,
.job-details dt {
  float: left;
  clear: left;
  width: 45%;
  text-align: left;
}
.job-details dd:nth-of-type(2n),
.job-details dt:nth-of-type(2n) {
  float: right;
  clear: right;
}
.job-details dd.wide,
.job-details dt.wide {
  width: auto;
  clear: both;
  float: none;
}
.job-details dt:nth-of-type(2n) {
  margin: -1em 0 0;
}
/****************
Events Calendar */
/****************
Team section */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.team-section {
  position: relative;
  margin: 0 0 1em;
}
.team-section .team-member {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
  min-height: 230px;
  display: block;
  float: left;
  width: 31%;
  margin: 0 0 3% 3%;
}
.team-section .team-member.alpha {
  margin-left: 0;
}
.team-section .team-member .info {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  padding: 1em 0;
  background: rgba(1, 80, 125, 0.9);
  z-index: 2;
  text-align: center;
  color: #999999;
  font-family: "Gudea", sans-serif;
  font-style: italic;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.team-section .team-member .info h4 {
  color: #fff;
  font-size: 20pt;
  line-height: 1.2;
  margin: 0 0 0.5em;
  font-style: normal;
}
.team-section .team-member .info a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Gudea", sans-serif;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  margin-top: 1em;
  font-size: 16pt;
}
.team-section .team-member .info a:hover {
  color: #999999;
}
.team-section .team-member img {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  width: 135%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.team-section .team-member:hover .info {
  width: 50%;
  padding: 1em;
}
.team-section .team-member:hover img {
  left: -30%;
}
.team-section .info-popup {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 1em;
  color: #fff;
  background: #01507d;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  height: 0;
}
.team-section .info-popup.active {
  opacity: 1;
  height: 100%;
  padding: 1em;
}
.team-section .info-popup h2 {
  font-size: 36pt;
  color: #fff;
  margin: 0;
  text-align: center;
}
.team-section .info-popup h3 {
  color: #fff;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Gudea", sans-serif;
  font-size: 18pt;
}
.team-section .info-popup li {
  margin: 2em 0;
}
.team-section .info-popup .sub {
  font-size: 18pt;
  text-align: center;
  font-style: italic;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  color: #999999;
  padding: 0 0 1em;
  margin: 0 0 1em;
  border-bottom: 2px solid #999999;
}
.team-section .info-popup .styled-link {
  background-image: url("/images/styled-link-clip-midblue.png"), url("/images/textures/texture1.png");
}
.team-section .info-popup .larger-img {
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: 1em;
  width: 55%;
  overflow: hidden;
}
.team-section .info-popup .closer {
  background: #01507d;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 1em;
  line-height: 1;
  padding: 0 0 0.5em 0.5em;
  position: absolute;
  right: 1em;
  text-align: center;
  text-transform: uppercase;
  top: 1em;
  width: 1em;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*#region extra desktop adjustments*/
@media only screen and (max-width: 1240px) {
  .team-section .team-member {
    min-height: 200px;
  }
  .team-section .info-popup li {
    font-size: 12pt;
    line-height: 1.3;
    margin: 0 0 1em;
  }
  .team-section .info-popup .styled-link {
    font-size: 13pt;
  }
}
/*#endregion*/
/****************
RESOURCES */
div.resources a {
  float: left;
  margin: 0 0 30px 5%;
  width: 30%;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url("/images/resource-bg.gif");
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
}
div.resources a:hover span.b1 {
  background: #012f4a;
}
div.resources a span.image {
  float: left;
  width: 100%;
}
div.resources a span.image img {
  width: 100%;
  max-width: 130px;
  margin-bottom: 1em;
}
div.resources a:nth-child(3n+1) {
  margin-left: 0;
}
/****************
FOOTER */
footer {
  background: #f3f3f3;
}
footer aside {
  float: left;
  width: 31%;
  margin-left: 3.5%;
}
footer aside.first {
  margin-left: 0;
}
footer aside h4 {
  font-size: 22pt;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  color: #3c3b3b;
  padding: 0 0 .5em 0;
  border: 1px solid #d3d3d3;
  border-width: 0 0 1px 0;
}
footer aside ul {
  list-style-image: url("/images/list-image.svg");
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
}
footer aside ul li {
  margin: 0 0 15px 0;
}
footer aside ul li a {
  text-decoration: underline;
}
footer .advert {
  width: 100%;
  max-width: 1140px;
  margin: 30px 0;
}
footer .credits {
  font-size: 11pt;
  background: url("/images/bg-footer.png") #dcdcdc;
  padding: 30px 0;
}
footer .credits ul li {
  float: left;
  margin: 0 0 0 15px;
}
footer .credits ul li.fatmedia {
  float: right;
}
footer .credits ul li a {
  text-decoration: underline;
}
/* TABLET STYLES */
@media all and (max-width: 1160px) {
  body {
    font-size: 12pt;
    padding: 52px 0 0 0;
  }
  .contain {
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  a.menu-trigger {
    display: block;
    position: fixed;
    width: 100%;
    text-align: center;
    color: white;
    background: #01507d;
    z-index: 100;
    padding: 15px 0;
    top: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 16pt;
    font-family: "Abadi MT W01 Exra Light", sans-serif;
  }
  a.menu-trigger span {
    background: #4095c5;
    width: 20px;
    height: 20px;
    font-size: 12pt;
    padding: 5px 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }


  header p.register-top {
    padding: 20px 0;
    display: none;
    font-size: 13pt;
  }
  header li.register {
    display: block;
    margin-top: 10px;
  }
  header img.logo {
    margin: 20px 0 0 12px 0;
  }
  header form#search {
    margin: 40px 0 0 0;
  }
  section#ctas div.cta h3 {
    font-size: 16pt;
  }
  section#mainstage img.stage {
    margin-left: -300px;
  }
  nav {
    display: none;
    position: fixed;
    z-index: 110;
    width: 100%;
    height: 95%;
    top: 49px;
    left: 0;
    background: rgba(2, 87, 137, 0.9);
    overflow: scroll;
  }
  nav ul {
    padding: 0;
    margin: 0;
    width: auto;
  }
  nav ul li {
    width: 100%;
  }
  nav ul li:hover a {
    color: white;
    background: none;
  }
  nav ul li a {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  nav ul li ul {
    width: 100%;
    position: relative;
    display: block;
    top: 0;
  }
  nav ul li ul li a {
    font-style: italic;
    color: white;
    border: none;
  }
  nav ul li ul li a:hover {
    background: none;
  }
  aside#ctaColumn img {
    padding-right: 30px;
    float: left;
    width: 240px;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  div.resources a {
    width: 45%;
    float: left;
    margin: 3%;
  }
  div.resources a:nth-child(2n) {
    margin-left: 0;
  }
  input#COC_Search {
    width: 180px !important;
  }
  li.register {
    display: block;
  }

  .adverts .advert-container{
    font-size: 0.8em;
  }

section#ctas .adverts li a{
  height: auto;
}

}

@media all and (min-width:1160px) {

}

/* INBETWEEN STYLES */
@media all and (max-width: 1160px) and (min-width: 800px) {
  section#ctas .list-1 ul li a {
    padding-right: 30px;
    font-size: 11pt;
    padding: 5px 0;
  }
  section#ctas .list-1 ul li a span {
    font-size: 10pt;
  }
  section#ctas .list-2 ul li a {
    padding-right: 30px;
    font-size: 11pt;
  }
  section#teasers article {
    font-size: 12pt;
  }
  section#content article aside a.internal-cta .overlay {
    font-size: 25pt;
    line-height: 1em;
  }
  section#content article aside a.internal-cta .overlay span {
    display: none;
  }
  .flexslider .slides .h2-small {
    font-size: 64px;
  }
}

.social{
  margin: 10px 0;
}

    header .controls li{
      display: inline-block;
    }

@media all and (min-width: 800px){

    section#ctas div.cta.list-2,
    section#ctas div.cta.list-3{
      height: 97%;
    }


    .logo{
      float: left;
    }

    .topnav-items{
      float: right;
      margin-top: 30px;
    }

    .topnav-items form, .topnav-items ul{
      display: inline-block;
      vertical-align: top;
    }

    form.search{
      margin:0;
    }

    .social{
      margin: 3px 0;
    }

    header li.register{
      margin-top: 3px;
    }

    .pagination .next, .pagination .prev{
      position: absolute;
    }

  .pagination a.prev{ left: 0; top: 0;}
  .pagination a.next{ right: 0; top: 0;}

}


@media screen and (min-width: 801px) {
  /* scrollbars for overflow on homepage events */
  section#ctas div.cta.list-3 ul {
    height: 300px;
    margin-left: -10px;
    margin-right: -20px;
    overflow-y: scroll;
  }

  section#ctas {
     height: 500px;
  }
}

@media all and (min-width: 960px){
    header form.search{
      margin: 0 10px;
    }

    header .controls li{
      margin-left: 10px;
    }
}



@media all and (max-width: 1040px) {
  section#content article aside a.internal-cta .overlay {
    font-size: 15pt;
  }
  section#content article aside a.internal-cta .overlay span {
    display: none;
  }
}
.resources a {
  background: red;
}

.controls li{
  display: inline-block;
  margin-bottom: 5px;
}

.social li{
  display: inline-block;
}


.tw-text{
  font-size: 0.8em;
}

@media all and (min-width:1160px){
  .tw-text{
    font-size: 1em;
  }
}


/* MOBILE STYLES */
@media all and (max-width: 800px) {
  header {
    background: white;
    padding: 0 0 1em;
  }
  header img.logo {

    padding: 0px 0;
    z-index: 1;
  }
  header section#top {
    padding: 0px;
  }
  header p.register-top {
    display: none;
  }

  header form#search {
    margin: 0 0 0px 0;
  }
  header form.search {
    width: 100%;
    margin: 0;
  }
  header form.search input[type=text] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 3px;
  }
  header form.search input[type=text]:focus {
    width: 100%;
  }
  section#mainstage {
    margin-top: 20px;
  }
  section#mainstage img.stage {
    margin-left: -550px;
  }
  section#mainstage .overlay {
    padding-top: 0;
    width: 100%;
  }
  section#mainstage .overlay h2 {
    width: 100%;
    font-size: 25pt;
  }

  section#mainstage .overlay.small h2{
    font-size: 18pt;
  }


  section#mainstage .overlay h2.small-heading {
    font-size: 26pt;
  }
  section#mainstage .overlay h2 img {
    display: none;
  }
  section#mainstage .overlay p {
    font-size: 15pt;
    width: 100%;
  }

  section#mainstage .overlay.small p {
    font-size: 13pt;
  }

  section#ctas {
    margin: -450px 0 0;
  }
  section#ctas div.col:first-child {
    display: none;
  }
  .altcontent {
    padding: 6px;
    width: 100%;
  }
  section#ctas div.col {
    width: 100%;
    margin: 0 0 30px 0;
  }
  section#ctas div.col h3 {
    color: #3e3e3e;
  }
  section#ctas div.col .btn {
    width: 100%;
    font-size: 16pt;
    padding: 15px 0;
    margin: 10px 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#teasers article {
    width: 100%;
    margin: 0 0 30px 0;
  }
  section#content h1 {
    font-size: 45pt;
    margin-top: 1em;
  }
  section#content aside {
    width: 100% !important;
  }
  section#content article section {
    width: 100%;
    margin: 0;
  }
  section#content article section .btn {
    width: 100%;
    padding: 7.5px 0;
    text-align: center;
    margin: 10px 0;
  }
  section#content article section div.event img {
    display: none;
  }
  section#content article section div.first h2,
  section#content article section div.first p {
    width: 100%;
    margin: 0;
  }
  section#content article section div.first a.large {
    float: left;
    margin: 10px 0 0;
  }
  footer aside {
    width: 31%;
    margin: 0 1em 30px 0;
  }
  footer .credits ul li.fatmedia {
    float: left;
  }
  section#content article div.callout section {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  section#content article div.benefits {
    width: 100%;
    margin: 0 0 30px 0;
  }

  aside#ctaColumn img {
    display: none;
  }
  div.resources a {
    width: 100%;
    margin-left: 0;
  }
  .candidate-results div {
    margin: 10px;
  }
  .candidate-results tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .messenger th {
    background: #012F4A;
    color: #fff;
    padding: 8px;
  }
  .messenger td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px;
  }
}
@media all and (max-width: 400px) {
  footer aside {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #content form input[type="radio"] {
    margin: 10px 8px 0px 10%;
  }
  p.register {
    display: block;
    top: 5px !important;
    right: 15px;
  }
}
.member-h2 {
  font-family: "Abadi MT W01 Bold", sans-serif;
  font-weight: normal !important;
}
.member-logo {
  float: left;
  margin: 0 28px 28px 0;
}
.member-primary-contact {
  font-family: "Abadi MT W01 Bold", sans-serif;
  font-size: 14pt;
}
#member-contacts {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1em;
  min-height: 149px;
  overflow: hidden;
}
#member-contacts a {
  color: #4095c5 !important;
}
#member-contacts a:hover {
  color: #1f6c97 !important;
}
.member-about {
  clear: left;
  color: #4095c5;
  font-family: "Abadi MT W01 Bold", sans-serif;
  font-size: 16pt;
}
.member-keywords {
  color: #7b7b7b;
  font-size: 10.5pt;
}
@media all and (max-width: 560px) {
  #member-contacts {
    clear: left;
    min-height: 0;
  }
  .member-logo {
    margin: 0 0 18px 0;
  }
}
.col-3 .reseller-folder img {
  height: 94px;
  margin: 12px 0 0 0;
  text-align: center;
  float: none;
}
.col-3 .reseller-folder span {
  float: left;
  clear: both;
  width: 100%;
  margin: 20px 0;
}
@media all and (max-width: 620px) {
  .col-3 .reseller-folder img {
    height: 70px;
  }
}
@media all and (max-width: 520px) {
  .col-3.alpha {
    clear: none;
  }
  .col-3 {
    width: 50%;
    margin: 0;
  }
  .col-3:nth-child(2n+3) {
    clear: left;
    margin-left: 0;
  }
}
.member-record {
  border: 1px solid #4095c5;
  margin-top: 22px;
  overflow: auto;
  padding: 16px;
}
.member-record:last-of-type {
  margin-bottom: 22px;
}
.member-record h3 {
  border-right: 1px solid #dbdbdb;
  float: left;
  margin: 0 20px 0 0;
  min-height: 28px;
  padding: 10px 20px;
  text-align: center;
  width: 240px;
}
.member-record p {
  margin: 0;
}
.member-record a {
  float: right;
  margin-left: 14px;
}
@media all and (max-width: 920px) {
  .member-record h3 {
    padding: 10px 0;
    width: 200px;
  }
}
@media all and (max-width: 620px) {
  .member-record h3 {
    border: none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  aside#ctaColumn img {
    width: 190px;
  }
}
.align-top {
  vertical-align: top;
}
.commentText {
  margin-bottom: 0.5em;
}
#SubmitComment {
  background: #4095c5;
  padding: 7.5px 15px;
  border: none;
  cursor: pointer;
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  font-size: 13pt;
  color: white;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
}
#SubmitComment:hover {
  background: #1f6c97;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
section#content article section h3.commentsTitle {
  margin-top: 40px;
}
section#content article section p a.readMoreLink {
  color: white;
  text-decoration: none;
  margin-bottom: 20px;
}
section#content article aside .blog-latest-posts li,
section#content article aside .blog-categories li {
  background-image: url("/images/blog/bullet-blue.png");
  background-position: 0 4px;
  background-repeat: no-repeat;
}
section#content article aside .blog-latest-posts li a,
section#content article aside .blog-categories li a {
  color: #03aa8b;
  background: none;
  padding: 2px 0 2px 25px;
  border-radius: 0;
}
section#content article aside .blog-latest-posts li a:hover,
section#content article aside .blog-categories li a:hover,
section#content article aside .blog-latest-posts li a:active,
section#content article aside .blog-categories li a:active {
  background: none;
  color: #046a5a;
}
section#content article aside .blog-latest-posts li:hover,
section#content article aside .blog-categories li:hover,
section#content article aside .blog-latest-posts li:active,
section#content article aside .blog-categories li:active {
  background-image: url("/images/blog/bullet-grey.png");
}
section#content article aside .archive li a.year {
  font-family: "Abadi MT W01 Bold", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
section#content article aside .archive li ul li {
  background-image: url("/images/blog/bullet-blue.png");
  background-position: 0 6px;
  background-repeat: no-repeat;
}
section#content article aside .archive li ul li a {
  color: #03aa8b;
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  font-size: 20px;
  background: none;
  padding: 2px 0 2px 25px;
  border-radius: 0;
}
section#content article aside .archive li ul li a:hover,
section#content article aside .archive li ul li a:active {
  background: none;
  color: #046a5a;
}
section#content article aside .archive li ul li:hover,
section#content article aside .archive li ul li:active {
  background-image: url("/images/blog/bullet-grey.png");
}
section#content article aside ul.authors li a {
  font-family: "Abadi MT W01 Exra Light", sans-serif;
  font-size: 20px;
  color: #03aa8b;
  margin-bottom: 10px;
}
section#content article aside ul.authors li a:hover,
section#content article aside ul.authors li a:active {
  color: #046a5a;
}
section#content article aside ul.authors li span.theCount {
  color: black;
}
