﻿/*-----------------------------------------------------------------------------------------

Colours

----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------

Font face

----------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'OpenSans';
  src: url('../Fonts/OpenSans/OpenSans-Regular-webfont.eot');
  src: url('../Fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'), url('../Fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'), url('../Fonts/OpenSans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../Fonts/OpenSans/OpenSans-Bold-webfont.eot');
  src: url('../Fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans/OpenSans-Bold-webfont.woff') format('woff'), url('../Fonts/OpenSans/OpenSans-Bold-webfont.ttf') format('truetype'), url('../Fonts/OpenSans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../Fonts/OpenSans/OpenSans-Italic-webfont.eot');
  src: url('../Fonts/OpenSans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans/OpenSans-Italic-webfont.woff') format('woff'), url('../Fonts/OpenSans/OpenSans-Italic-webfont.ttf') format('truetype'), url('../Fonts/OpenSans/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../Fonts/OpenSans/OpenSans-BoldItalic-webfont.eot');
  src: url('../Fonts/OpenSans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../Fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../Fonts/OpenSans/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
/*-----------------------------------------------------------------------------------------

 Global

----------------------------------------------------------------------------------------*/
body.lt-ie8 {
  overflow: hidden;
}
.browsehappy {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  z-index: 9999;
}
html.flyout-visible,
html.flyout-visible body {
  height: 100%;
  overflow: hidden;
}
body {
  background: #245e9b;
  min-width: 320px;
}
/* elastic video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* typography */
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  line-height: 1.1;
  margin: 0;
}
/* headings */
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6,
.sfContentBlock h1,
.sfContentBlock h2,
.sfContentBlock h3,
.sfContentBlock h4,
.sfContentBlock h5,
.sfContentBlock h6 {
  padding: 0;
  border: 0;
  font-weight: normal;
}
.wrapper h1,
.wrapper h2,
.wrapper h3,
.sfContentBlock h1,
.sfContentBlock h2,
.sfContentBlock h3 {
  margin: 20px 0 10px;
}
.wrapper h4,
.wrapper h5,
.wrapper h6,
.sfContentBlock h4,
.sfContentBlock h5,
.sfContentBlock h6 {
  margin: 10px 0 10px;
}
.wrapper h1,
.sfContentBlock h1 {
  font-size: 36px;
}
.wrapper h2,
.sfContentBlock h2 {
  font-size: 30px;
}
.wrapper h3,
.sfContentBlock h3 {
  font-size: 24px;
}
.wrapper h4,
.sfContentBlock h4 {
  font-size: 18px;
}
.wrapper h5,
.sfContentBlock h5 {
  font-size: 14px;
  font-style: normal;
}
.wrapper h6,
.sfContentBlock h6 {
  font-size: 12px;
}
/* paragraph */
.wrapper p,
.sfContentBlock p {
  margin: 0 0 10px;
}
/* small */
.content small,
.content .small,
.sfContentBlock small,
.sfContentBlock .small {
  font-size: 85%;
}
/* blockquotes */
.content blockquote,
.sfContentBlock blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #5bacd3;
}
.content blockquote p:last-child .sfContentBlock blockquote p:last-child {
  margin-bottom: 0;
}
.content blockquote p .sfContentBlock blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
.content blockquote small,
.content blockquote .small,
.sfContentBlock blockquote small,
.sfContentBlock blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999;
}
.content blockquote small:before,
.content blockquote .small:before,
.sfContentBlock blockquote small:before,
.sfContentBlock blockquote .small:before {
  content: '\2014 \00A0';
}
/* lists */
.content ul,
.content ol,
.sfContentBlock ul,
.sfContentBlock ol {
  margin: 0 0 10px;
  padding-left: 40px;
}
.content ul {
  list-style: disc;
}
.content ul ul,
.content ol ul {
  list-style: circle;
}
.content ol,
.content ol ol,
.content ul ol {
  list-style: decimal;
}
.content ul ul,
.content ol ul,
.content ul ol,
.content ol ol,
.sfContentBlock ul ul,
.sfContentBlock ol ul,
.sfContentBlock ul ol,
.sfContentBlock ol ol {
  margin-bottom: 0;
}
/* hyperlinks */
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #5bacd3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* table */
table {
  width: 100%;
  margin-bottom: 20px;
}
/* other */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.wrapper {
  font-family: 'OpenSans', Arial, sans-serif;
  min-width: 320px;
}
.btn,
.sfcommentsForm .sfcommentsSubmitBtn,
.content-related .flickr > a,
.sfFormSubmit.sfSubmitBtnSmall > input,
#SubscribeDiv .subscribe-button {
  display: inline-block;
  margin-bottom: 0;
  font-family: Futura-Book, 'Open Sans', Arial;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 9px 30px;
  line-height: 20px;
  text-transform: uppercase;
}
.btn:hover {
  text-decoration: none;
}
.btn.help-us {
  color: white;
  border-color: white;
}
.btn.help-us:hover {
  background: white;
  color: #191d48;
}
/* coloured buttons */
.btn.dark-blue,
#mp-subscribe-wrap .subscribe-button {
  background: #191d48;
  color: white;
  border-color: #191d48;
}
.btn.dark-blue:hover,
#mp-subscribe-wrap .subscribe-button:hover {
  background: #245e9b;
  border-color: #245e9b;
}
.btn.white {
  background: white;
  color: #191d48;
  border-color: white;
}
.btn.trans-white {
  background: none;
  color: white;
  border-color: white;
}
.btn.trans-dark-blue {
  background: none;
  color: #191d48;
  border-color: #191d48;
}
.btn.block {
  display: block;
  width: 100%;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/*-----------------------------------------------------------------------------------------

 Mobile First

----------------------------------------------------------------------------------------*/
/* header */
.header {
  background-color: #29619C;
  background-image: url(../Images/national-mobile-header-bg.gif);
  background-repeat: repeat-x;
  background-position: left top;
  position: relative;
  z-index: 2;
}
.masthead-wrapper {
  height: 70px;
}
.masthead {
  float: left;
}
.logo {
  display: block;
  width: 59px;
  height: 43px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../Images/national-logo.png);
  background-repeat: no-repeat;
  background-position: left -80px;
  margin: 8px 0 0 0;
}
.tagline {
  display: none;
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: white;
}
.btn.help-us {
  margin: 13px 0 0 0;
  float: right;
}
.secondary-nav-wrapper {
  height: 50px;
}
/* social nav */
.social-nav {
  margin: 14px 0 0 0;
  float: left;
}
.social-nav.fixed-only {
  display: none;
}
.social-nav > li {
  float: left;
  margin-left: 10px;
}
.social-nav > li:first-child {
  margin-left: 0;
}
.social-nav > li > a {
  display: block;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.social-nav > li > a.twitter {
  width: 26px;
  height: 19px;
  background-position: left top;
}
.social-nav > li > a.twitter:hover {
  background-position: left -20px;
}
.social-nav > li > a.facebook {
  width: 10px;
  height: 19px;
  background-position: -40px top;
}
.social-nav > li > a.facebook:hover {
  background-position: -40px -20px;
}
.social-nav > li > a.youtube {
  width: 19px;
  height: 19px;
  background-position: -60px top;
}
.social-nav > li > a.youtube:hover {
  background-position: -60px -20px;
}
.social-nav > li > a.flickr {
  width: 18px;
  height: 8px;
  background-position: -80px top;
  margin-top: 5px;
}
.social-nav > li > a.flickr:hover {
  background-position: -80px -20px;
}
/* user nav */
.user-nav-wrapper {
  float: right;
}
.register,
.my-account {
  margin: 15px 0 0 0px;
  float: right;
}
.register > a,
.my-account > a,
.login-logout > a {
  color: white;
}
.register > a:hover,
.my-account > a:hover,
.login-logout > a:hover {
  text-decoration: none;
  color: #5bacd3;
}
.login-logout {
  float: right;
  margin-top: 15px;
  margin-left: 15px;
}
.login-logout > a {
  padding-left: 15px;
  position: relative;
}
.login-logout > a:before {
  content: '';
  display: block;
  width: 8px;
  height: 11px;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  background-position: -160px top;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.login-logout > a:hover:before {
  background-position: -160px -20px;
}
/* menu toggle */
.menu-toggle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 60px;
  height: 0px;
  padding: 20px 32px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.menu-toggle > span {
  display: block;
  background: white;
  height: 4px;
  margin-top: 3px;
}
.menu-toggle > span:first-child {
  margin-top: 0;
}
/* mobile navigation */
/* no navigation at all without JS, but prevents fouc */
.primary-nav {
  display: none;
}
.bounds {
  width: 100%;
  overflow: hidden;
}
.wrapper {
  position: relative;
  z-index: 1;
}
.flyout-content-mask {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 2px 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 2px 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 0 5px rgba(0, 0, 0, 0.3);
}
.mobile-nav-wrapper {
  background: #5bacd3;
  height: 100%;
  width: 260px;
  position: fixed;
  z-index: 1;
  overflow: auto;
  display: none;
}
.flyout-visible .mobile-nav-wrapper {
  display: block;
}
.mobile-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-nav li a {
  font-family: Futura-Book, 'Open Sans', Arial;
  padding: 10px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
}
.mobile-nav > li {
  position: relative;
}
.mobile-nav > li span {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav > li span:after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -5px;
  position: absolute;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  background-position: -240px top;
}
.mobile-nav > li.active span:after {
  background-position: -260px top;
}
.mobile-nav li a:hover {
  text-decoration: none;
}
.mobile-nav > li > a {
  text-transform: uppercase;
}
.mobile-nav > li:first-child > a {
  border-top: none;
}
.mobile-nav > li > ul {
  display: none;
}
.mobile-nav > li > ul > li > a {
  padding-left: 20px;
}
.nav-bg {
  display: none;
}
/* search */
.search-toggle {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 60px;
  height: 60px;
  padding: 15px 0 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0px auto;
}
.search-toggle.active {
  text-decoration: none;
  background: white;
}
.search-toggle > .search-toggle-icon {
  display: block;
  width: 29px;
  height: 30px;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  background-position: left -40px;
  margin: 0 auto;
}
.search-toggle.active > .search-toggle-icon {
  background-position: -40px -40px;
}
.search-wrapper {
  background: white;
  height: 80px;
  border-bottom: 1px solid #eaeaea;
  z-index: 1;
  margin-top: 0;
}
.search-wrapper.hidden {
  display: none;
}
.search-control {
  padding-left: 55px;
  position: relative;
}
.search-label {
  position: absolute;
  top: 26px;
  left: 55px;
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 20px;
  text-transform: uppercase;
  color: #91aecd;
  margin: 0;
}
.search-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 80px;
  padding: 20px 0;
  width: 100%;
  border: 0;
  outline: 0;
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 20px;
  text-transform: uppercase;
  color: #91aecd;
}
.search-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  background-position: -80px -40px;
  position: absolute;
  left: 0;
  top: 20px;
}
.search-indicator {
  display: none;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: white;
  background-image: url(../images/national-loading.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
/* page */
.page {
  background: white url(../Images/national-page-bg.gif);
}
.container.white {
  background: white;
}
/* footer */
.footer {
  color: white;
}
.footer a {
  color: white;
}
/* contact row */
.footer-branding {
  overflow: hidden;
  margin-bottom: 40px;
}
.footer-branding .logo,
.signin-wrapper .logo {
  width: 209px;
  height: 47px;
  background-position: left top;
  float: none;
}
.footer-branding .logo {
  float: none;
  margin: 0 0 10px 0;
}
.footer-branding .tagline {
  display: block;
  float: none;
  margin: 0;
}
.footer-contact {
  background: #191d48;
  padding: 20px 0 40px;
}
.footer-contact .logo {
  margin-top: 0;
}
.keep-in-touch {
  text-align: left;
  margin-bottom: 30px;
}
.footer h4 {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: 1;
}
ul.keep-in-touch-directory {
  list-style: none;
  margin: 0;
  padding: 0;
}
.keep-in-touch-directory > li {
  margin-top: 8px;
}
.keep-in-touch-directory > li:first-child {
  margin-top: 0;
}
.keep-in-touch-directory > li > a {
  color: white;
  padding-left: 36px;
  position: relative;
}
.keep-in-touch-directory > li > a:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
}
.keep-in-touch-directory > li > a.facebook:after {
  width: 10px;
  height: 19px;
  background-position: -40px -20px;
  top: 0px;
  left: 8px;
}
.keep-in-touch-directory > li > a.twitter:after {
  width: 26px;
  height: 19px;
  background-position: left -20px;
  top: 0px;
  left: 0;
}
.keep-in-touch-directory > li > a.youtube:after {
  width: 19px;
  height: 19px;
  background-position: -60px -20px;
  top: 0px;
  left: 4px;
}
.keep-in-touch-directory > li > a.flickr:after {
  width: 18px;
  height: 8px;
  background-position: -80px -20px;
  top: 6px;
  left: 4px;
}
.keep-in-touch-directory > li > a.google-plus:after {
  width: 19px;
  height: 19px;
  background-position: -120px -20px;
  top: 2px;
  left: 4px;
}
.keep-in-touch-directory > li > a.pinterest:after {
  width: 14px;
  height: 19px;
  background-position: -100px -20px;
  top: 1px;
  left: 5px;
}
.keep-in-touch-directory > li > a.linkedin:after {
  width: 19px;
  height: 19px;
  background-position: -140px -20px;
  top: 1px;
  left: 3px;
}
.keep-in-touch-directory > li > a:hover {
  color: #5bacd3;
  text-decoration: none;
}
.subscribe-form {
  border: 0;
  padding: 0;
  margin: 0;
}
.subscribe-label {
  display: none;
}
.stay-in-the-loop .subscribe-control {
  position: relative;
  padding-right: 45px;
  max-width: 252px;
}
.stay-in-the-loop .subscribe-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  width: 100%;
  height: 40px;
  background: #191d48;
  font-size: inherit;
  line-height: inherit;
  padding: 9px 12px;
  outline: 0;
  color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.subscribe-field::-webkit-input-placeholder {
  color: white;
}
.subscribe-field:-moz-placeholder {
  color: white;
  opacity: 1;
}
.subscribe-field::-moz-placeholder {
  color: white;
  opacity: 1;
}
.subscribe-field:-ms-input-placeholder {
  color: white;
}
.stay-in-the-loop .subscribe-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  padding: 0;
  border: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  background-position: -204px 10px;
  text-indent: -9999px;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.subscribe-form .sfError {
  background: none;
  padding: 0;
}
/* info row */
.footer-attribution {
  font-size: 12px;
  background: #245e9b;
  padding: 20px 0;
}
.footer-attribution h5 {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}
.footer-attribution p {
  margin: 0;
}
.footer-attribution .attribution {
  clear: both;
  float: left;
  margin-top: 20px;
}
ul.tertiary-nav {
  float: left;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}
.tertiary-nav > li {
  float: left;
  line-height: 1;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid white;
}
.tertiary-nav > li:first-child {
  border-left: none;
  margin: 0;
  padding: 0;
}
.tertiary-nav > li > a {
  color: white;
}
/* sign in
----------------------------------------------------------*/
.sfregisterFormWrp {
  padding: 0;
}
.signin-wrapper {
  background-image: url(../Images/national-signin-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-bottom: 40px;
}
.signin-wrapper .row:first-child {
  margin-bottom: 40px;
}
.signin-wrapper .logo {
  margin: 10px auto 0;
}
a.contact-and-faqs {
  float: right;
  margin-top: 20px;
  color: #5bacd3;
}
a.contact-and-faqs:hover {
  text-decoration: none;
  color: white;
}
.signin-row {
  text-align: center;
  color: white;
}
.signin-row h2 {
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  color: white;
}
.signin-wrapper {
  color: white;
}
.signin-wrapper .form-group label,
.signin-wrapper .checkbox label {
  color: white;
}
.signin-wrapper .security-text {
  display: inline-block;
  text-align: center;
  color: white;
}
.signin-wrapper .security-text:before {
  background-position: -160px 0;
}
.signin-facebook-col {
  margin-bottom: 60px;
}
.signin-facebook-col h2 {
  margin: 0 0 20px;
}
a.signin-with-mynational {
  display: inline-block;
  padding-top: 55px;
  margin-bottom: 30px;
  position: relative;
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
}
.signin-with-mynational:before {
  content: '';
  display: block;
  width: 59px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -29px;
  background-image: url(../Images/national-logo.png);
  background-repeat: no-repeat;
  background-position: left -80px;
}
a.signin-with-mynational:hover,
a.signin-with-facebook:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.signin-with-facebook {
  display: block;
  position: relative;
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  width: 251px;
  height: 48px;
  background-image: url(/images/default-source/signin-images/sign-in-with-facebook.png?sfvrsn=4);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0px auto 30px;
}
.signin-user-col h2 {
  margin: 14px 0 20px;
}
.signin-wrapper .logo.signin-logo {
  width: 59px;
  height: 46px;
  background-position: left -80px;
  float: none;
  margin: 0 auto;
}
.signin.btn {
  display: block;
  background: #191d48;
  border-color: #191d48;
  text-transform: uppercase;
  color: white;
  padding: 9px 12px;
  width: 100%;
  margin: 0 0 20px 0;
}
.signin.btn:hover {
  background: white;
  border-color: white;
  color: #191d48;
}
a.forgot-password {
  display: inline-block;
  margin: 0 0 20px 0;
  color: white;
}
a.inpage-sign-up {
  color: white;
  font-weight: bold;
}
a.forgot-password:hover,
a.inpage-sign-up:hover {
  text-decoration: none;
}
/* forgotten password */
.sfLostPasswordWrp .sfLoginFieldsTitle {
  margin: 30px 0 20px;
  font-size: 30px;
  line-height: 1;
}
.sfLostPasswordWrp .sfLoginFieldsNote {
  margin-bottom: 10px;
}
.password-reset-sent {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 30px;
  line-height: 1;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  margin-top: 30px;
  padding: 15px 0 20px;
}
/* change password */
.sfprofileChangePasswordFormWrp {
  margin: 30px 40px;
}
/* sign up */
.signup-beneifts-col {
  background: white;
  padding: 20px 15px 30px;
  margin: 0 -15px 40px;
}
.signup-form-col {
  margin-bottom: 40px;
}
h1.not-signed-up-heading,
h1.my-account-heading {
  font-size: 45px;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
  color: #5bacd3;
  margin: 60px 0 20px 0;
}
#signuphere + .not-signed-up-heading,
#joinus + .section-title {
  margin-top: 0;
  padding-top: 60px;
}
.signup-beneifts-col h2 {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  color: #191d48;
  margin: 0 0 30px 0;
}
.tell-me-about.btn {
  color: #191D46;
  border-color: #191D46;
  padding: 9px 20px;
  margin-top: -5px;
  line-height: 20px;
  text-transform: uppercase;
  white-space: normal;
}
.tell-me-about.btn > span {
  color: #5bacd3;
}
.sign-up.btn,
.save-profile.btn {
  background: #191d48;
  border-color: #191d48;
  color: white;
  padding: 9px 50px;
  line-height: 20px;
  text-transform: uppercase;
  float: right;
}
.sign-up.btn:hover,
.save-profile.btn:hover {
  background: #245e9b;
  border-color: #245e9b;
}
.security-text {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  padding-left: 15px;
  margin: 0 0 20px 0;
  position: relative;
  color: #666;
}
.security-text:before {
  content: '';
  display: block;
  width: 8px;
  height: 11px;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  background-position: -180px -20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-group .security-text {
  margin: 5px 0 0 0;
}
/* checked list */
ul.checked-list {
  padding-left: 25px;
  list-style: none;
  margin-bottom: 50px;
}
.checked-list > li {
  position: relative;
  margin-bottom: 10px;
}
.checked-list > li:before {
  content: '';
  display: block;
  width: 15px;
  height: 13px;
  background: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  background-position: -280px top;
  position: absolute;
  top: 2px;
  left: -25px;
}
ul.no-bullets {
  list-style: none;
  padding: 0;
}
/* form elements */
.national-form .sfFormTitle {
  font-size: 24px;
  font-weight: normal;
}
.sfTopLbls .sfTxtLbl {
  font-weight: normal;
}
.form-group > label,
.national-form .sfTxtLbl {
  font-weight: normal;
  color: #5bacd3;
  line-height: 1;
}
.js .form-group.infield-label,
.js .form-group.infield-select {
  position: relative;
}
.js .form-group.infield-label > label,
.js .form-group.infield-select > label {
  margin: 0;
  position: absolute;
  color: #5bacd3;
  top: 8px;
  left: 12px;
  cursor: text;
  font-size: 14px;
  line-height: 24px;
}
.form-control,
.form-group .sfTxt,
.form-group select,
.national-form .sfTxt,
.national-form .sfDropdownList select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 8px 12px;
  border-color: #5bacd3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 24px;
}
.national-form .sfTxt,
.national-form .sfDropdownList select,
.national-form .sfFormBox.sfTxtBoxMedium .sfTxt,
.national-form .sfFormBlock.sfTxtBlockMedium .sfTxt {
  width: 100%;
  max-width: 555px;
}
.national-form textarea.sfTxt {
  resize: vertical;
  min-height: 75px;
}
.national-form .sfFormInstructions {
  color: #666;
  font-style: italic;
}
/* sitefinity forms... */
.sfFormBox.form-group label.sfTxtLbl,
.sfFormDropdown.form-group .sfTxtLbl,
.sfFormCheckboxlist .sfTxtLbl {
  font-weight: normal;
}
.sfFormCheckboxlist .sfTxtLbl {
  color: #5bacd3;
}
.form-group .sfTxt,
.form-group select,
.national-form .sfTxt,
.national-form .sfDropdownList select {
  display: block;
  width: 100%;
  font-size: inherit;
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
}
.form-group .sfTxt:focus,
.form-group select:focus,
.national-form .sfTxt:focus,
.national-form .sfDropdownList select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control.error,
.form-group.sfErrorWrp .sfTxt,
.national-form .sfErrorWrp .sfTxt,
.national-form .sfErrorWrp .sfDropdownList select {
  border-color: #C00;
}
.form-control.error:focus,
.form-group.sfErrorWrp .sfTxt:focus,
.national-form .sfErrorWrp .sfTxt:focus,
.national-form .sfErrorWrp .sfDropdownList select:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 0, 0, 0.6);
}
select.form-control,
.form-group select,
.national-form .sfDropdownList select {
  line-height: 19px;
}
.validation-msg,
.sfError {
  display: block;
  font-size: 12px;
  text-align: left;
  font-style: italic;
  color: #C00;
  margin-top: 5px;
  background: 0;
  padding-left: 0;
}
.signin-wrapper .validation-msg,
.signin-wrapper .sfError {
  color: white;
}
.infield-label + .validation-msg {
  margin: 0 0 15px;
}
/* if the browser is webkit */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select.form-control,
  .form-group select,
  .national-form .sfDropdownList select {
    -webkit-appearance: none;
    background-color: white;
    background-image: url(../Images/national-select-bg.png);
    background-repeat: no-repeat;
    background-position: right 15px;
    padding-right: 40px;
  }
}
.checkbox label,
.national-form .sfFormCheckboxlist .sfCheckListBox label {
  line-height: 20px;
  color: #333;
  display: inline-block;
  margin: 0;
  padding-left: 27px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.checkbox input,
.national-form .sfFormCheckboxlist .sfCheckListBox input {
  display: none;
}
.checkbox label:before,
.national-form .sfFormCheckboxlist .sfCheckListBox label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  background-position: -180px -40px;
  position: absolute;
  left: 0px;
  top: 0;
}
.checkbox input:checked + label:before,
.national-form .sfFormCheckboxlist .sfCheckListBox input:checked + label:before {
  background-position: -200px -40px;
}
.checkbox.checkbox-list.sfFormCheckboxlist .sfTxtLbl,
.national-form .sfFormCheckboxlist .sfTxtLbl {
  margin-bottom: 10px;
  font-weight: normal;
}
.checkbox.sfFormCheckboxlist .sfCheckListBox label,
.checkbox.checkbox-list.sfFormCheckboxlist .sfCheckListBox label:last-child,
.national-form .sfFormCheckboxlist .sfCheckListBox label:last-child {
  color: #333;
  margin: 0;
}
.checkbox.checkbox-list.sfFormCheckboxlist .sfCheckListBox label,
.national-form .sfFormCheckboxlist .sfCheckListBox label {
  margin-bottom: 8px;
}
.national-form .sfFormRadiolist .sfRadioList label,
.national-form .sfFormRadiolist .sfRadioList input {
  margin-top: 5px;
}
.national-form .sfFormRadiolist .sfRadioList label {
  margin-bottom: 0;
}
.national-form .sfFormRadiolist .sfRadioList label:first-of-type,
.national-form .sfFormRadiolist .sfRadioList input:first-of-type {
  margin-top: 0px;
}
/*IE8 fix for checkboxes*/
.lt-ie9 .checkbox label:before,
.lt-ie9 .national-form .sfFormCheckboxlist .sfCheckListBox label:before {
  display: none;
}
.lt-ie9 .checkbox label,
.lt-ie9 .national-form .sfFormCheckboxlist .sfCheckListBox label {
  padding-left: 0;
}
.lt-ie9 .checkbox input,
.lt-ie9 .national-form .sfFormCheckboxlist .sfCheckListBox input {
  display: inline-block;
}
.volunteer-form .sfSuccess,
.national-form .sfSuccess {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial, sans-serif;
  color: #5bacd3;
  text-align: left;
  font-size: 30px;
  margin-top: 20px;
}
.national-form .sfFormSubmit input,
.volunteer-form .sfFormSubmit input {
  background: #191d48;
  border-color: #191d48;
  color: white;
}
.national-form .sfFormSubmit input:hover,
.volunteer-form .sfFormSubmit input:hover {
  background: white;
  border-color: #191d48;
  color: #191d48;
}
/* contact form autocomplete */
.national-form .k-widget.k-autocomplete.sfTxt {
  border: 0;
  padding: 0;
  max-width: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  background: transparent;
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.k-state-focused {
  background: #5bacd3;
}
.k-list.k-reset {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0 1px;
  max-width: 555px;
  background: white;
  border: 1px solid #5bacd3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.k-list.k-reset .k-item {
  padding: 3px 5px;
}
.k-list.k-reset .k-item:hover {
  cursor: pointer;
  background: #5bacd3;
  color: white;
}
/*.national-form .k-widget.k-autocomplete.sfTxt > .k-input.sfTxt {
    border:0;
    padding:0;
    max-width:0;
    box-shadow:none;
    height:auto;
    background:#C00;
} 

.national-form .k-widget.k-autocomplete.sfTxt > .k-input.sfTxt:focus {
    border:0;
    box-shadow:none;
}*/
.rcRefreshImage {
  margin-bottom: 15px;
}
.sfFormCaptcha p input.sfTxt {
  padding: 8px 12px;
  font-size: 14px;
}
/* home
----------------------------------------------------------*/
h1.section-title {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 45px;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 30px 0;
  color: #5bacd3;
}
/* home news nav */
.home-news-nav {
  display: block;
  background: #5bacd3;
  height: 50px;
}
.home-news-nav > li {
  float: left;
  height: 50px;
  width: 33%;
}
.home-news-nav > li:nth-child(2) {
  width: 34%;
}
.home-news-nav > li > a {
  display: block;
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
  margin-left: -1px;
}
.home-news-nav > li:last-child > a {
  border-right: none;
}
.home-news-nav > li > a > span {
  border: none;
  position: relative;
  z-index: 1;
}
.home-news-nav > li > a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: #5bacd3;
  z-index: 0;
}
.home-news-nav > li:first-child > a {
  border-left: none;
  margin-left: 0;
}
.home-news-nav > li > a:hover {
  text-decoration: none;
}
.home-news-nav > li > a.active {
  border-color: white;
  text-decoration: none;
}
.home-news-nav > li > a.active:before {
  top: -8px;
  background: #191d48;
}
/* featured news story */
.featured-image-col {
  height: 200px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.featured-image-col .item-type {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 16px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}
.link-overlay,
.overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #191d48;
  opacity: 0.4;
}
.link-overlay.false,
.overlay.false {
  opacity: 0;
}
.link-overlay:hover,
.hover .link-overlay {
  opacity: 0.2;
}
.no-image .link-overlay {
  opacity: 0;
}
.no-image .overlay {
  display: none;
}
.featured-image-col > a {
  display: block;
}
.featured-content-col {
  background: white;
  padding-top: 15px;
  padding-bottom: 30px;
}
.featured-news-item .item-headline,
.latest-media-release-item .item-headline,
.latest-speech-item .item-headline,
.top-stories-item .item-headline {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 38px;
  line-height: 0.9;
  margin: 0 0 15px;
  padding-bottom: 5px;
  /* to allow for low line height with futura */
  max-height: 68px;
  overflow: hidden;
}
.news-category-item .item-headline {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 30px;
  line-height: 0.9;
  margin: 0 0 5px;
  padding-bottom: 5px;
  /* to allow for low line height with futura */
}
.item-headline > a {
  color: #191D47;
  display: block;
}
.item-headline > a:hover,
.hover .item-headline > a {
  color: #5bacd3;
  text-decoration: none;
}
.featured-news-item .item-summary,
.latest-media-release-item .item-summary,
.latest-speech-item .item-summary,
.top-stories-item .item-summary,
.news-category-item .item-summary {
  margin: 0 0 15px 0;
  max-height: 60px;
  overflow: hidden;
}
.item-attribution {
  font-size: 14px;
  color: #666;
}
.item-attribution a {
  color: #245E9A;
  font-style: italic;
}
/* columned news list */
.columned-news-list-item {
  padding-top: 15px;
  padding-bottom: 40px;
  text-align: center;
}
.columned-news-list-item:nth-child(1) {
  background: white;
}
.columned-news-list-item:nth-child(2) {
  background: #EFF7FB;
}
.columned-news-list-item:nth-child(3) {
  background: #DEEEF6;
}
.columned-news-list-item:nth-child(4) {
  background: #CEE6F2;
}
.columned-news-list-item:nth-child(5) {
  background: #BDDEED;
}
.columned-news-list-item.view-all-news {
  background: #191d48;
}
.view-all-news.btn {
  background: transparent;
  color: white;
  border-color: white;
  margin-top: 25px;
}
.view-all-news.btn:hover {
  background: white;
  color: #191d48;
}
.columned-news-list-item .item-type {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 16px;
  color: #5bacd3;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.columned-news-list-item .item-type:hover {
  text-decoration: none;
  color: #245e9b;
}
.columned-news-list-item .item-headline {
  margin: 0 0 15px 0;
  font-size: 24px;
  color: #191d48;
  line-height: 1.1;
}
/* you say section */
.you-say-wrapper {
  padding-bottom: 80px;
}
.you-say-wrapper .sign-up-here-wrapper {
  margin-top: 50px;
}
.comment-list-item {
  margin-bottom: 40px;
}
.comment-list-item:last-child {
  margin-bottom: 0;
}
.comment-list-item > .item-topic {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 24px;
  line-height: 1.4;
  color: #5bacd3;
  margin: 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.item-topic > a {
  color: #5bacd3;
}
.item-topic > a:hover {
  text-decoration: none;
  color: #245e9b;
}
.comment-list-item > .item-content,
.latest-speech-list-item > .item-headline {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 30px;
  color: #191d48;
  line-height: 1;
  margin: 0 0 15px;
}
.sign-up-here-wrapper {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #191d48;
}
.sign-up-here-wrapper > span {
  margin-bottom: 10px;
  display: block;
}
.sign-up-here.btn {
  font-weight: normal;
  background: #191d48;
  color: white;
  border-color: #191d48;
}
.sign-up-here.btn:hover {
  background: #245e9b;
  border-color: #245e9b;
}
/* about
----------------------------------------------------------*/
.heading-row {
  padding: 20px 0;
}
.heading-row .page-heading,
.wrapper h2.page-title,
.wrapper h2.search-result-title {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #5bacd3;
  margin: 0;
}
.wrapper h2.page-title strong,
.wrapper h2.search-result-title strong {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-weight: normal;
}
.wrapper h2.search-result-title {
  margin: 30px 0;
}
.banner-wrapper {
  position: relative;
  overflow: hidden;
  background: #245e9b;
}
.banner-wrapper img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.banner-text-col {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 45px;
  color: white;
  line-height: 0.9;
  text-transform: uppercase;
  padding: 30px 15px;
}
.banner-row .col-sm-12 + .col-sm-12 {
  display: none;
}
.sub-banner-row {
  background: #5bacd3;
}
.sub-banner-row .sub-banner-text-col {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 30px;
  line-height: 0.9;
  text-transform: uppercase;
  color: white;
  padding: 30px 20px;
}
.sub-banner-row .sub-banner-button-col {
  padding: 0 20px 30px;
}
.sub-banner-row .sub-banner-button-col .btn {
  border: 1px solid white;
  color: white;
}
.sub-banner-row .sub-banner-button-col .btn:hover {
  background: white;
  color: #5bacd3;
}
/* policies
----------------------------------------------------------*/
.policies-grid {
  margin-bottom: 40px;
}
.policies-grid .row > div {
  overflow: auto;
  padding: 20px 15px 30px;
}
.policies-grid .row h3 {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.policies-grid .first-row > div:first-child {
  background: white;
}
.policies-grid .first-row > div:last-child {
  background: #EFF7FB;
}
.policies-grid .second-row > div:first-child {
  background: #DEEEF6;
}
.policies-grid .second-row > div:last-child {
  background: #CEE6F2;
}
.policies-grid .third-row > div:first-child {
  background: #BDDEED;
}
.policies-grid .third-row > div:last-child {
  background: #9DCDE5;
}
.policies-grid + .container .sign-up-here-wrapper {
  padding-bottom: 40px;
}
.policies-grid + .container .columned-news-list-wrapper {
  padding-bottom: 60px;
}
.plan-update-preferences,
.plan-sign-up {
  margin-bottom: 40px;
}
/* news landing
----------------------------------------------------------*/
/* news stream */
.news-stream-nav {
  background: #245e9b;
  border-bottom: 1px solid white;
}
.wrapper .news-stream-nav h4 {
  color: #5bacd3;
}
.wrapper .news-stream-nav h4 a:hover {
  color: white;
}
.news-stream-nav ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
.news-stream-nav ul > li {
  border-bottom: none;
  background: none;
}
.news-stream-nav ul > li > a {
  font-family: Futura-Book, 'Open Sans', Arial;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  padding: 0;
  height: auto;
  line-height: 1.4;
  background: none;
}
.news-stream-nav ul > li > a:hover,
.news-stream-nav ul > li > a.sfSel,
.news-stream-nav ul > li > a.sfSel:hover {
  color: #5bacd3;
  background: none;
  text-decoration: none;
  font-weight: normal;
}
.mobile-clear {
  clear: left;
}
.news-stream-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #5bacd3;
}
.news-stream-item:hover .link-overlay {
  opacity: 0.8;
}
.news-stream-item h2 {
  line-height: 0.9;
  color: white;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
  margin: 0 15px;
}
.news-stream-item h2 > a {
  display: block;
  color: white;
}
.news-stream-item h2 > a:hover {
  text-decoration: none;
}
.news-stream-label {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 16px;
  color: white;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  left: 15px;
  z-index: 0;
  pointer-events: none;
}
.news-stream-item.primary {
  padding-bottom: 55%;
  border-bottom: 1px solid white;
  margin: 0 -15px;
}
.news-stream-item.secondary {
  padding-bottom: 55%;
  border-bottom: 1px solid white;
}
.news-stream-item.primary h2,
.news-stream-item.secondary h2 {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 30px;
  overflow: hidden;
  max-height: 82px;
}
/* news  */
.row.latest-news-header-row {
  padding: 30px 0 20px;
}
.wrapper .news-section-heading {
  font-family: Futura-Book, 'Open Sans', Arial;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  padding: 40px 0 20px;
  margin: 0;
}
.wrapper .news-section-heading > a {
  color: white;
}
.wrapper .news-section-heading > a:hover {
  text-decoration: none;
  color: #5bacd3;
}
/* latest media releases news */
.see-all-press-releases-col {
  background: #5bacd3;
  padding-bottom: 30px;
}
.see-all-press-releases-col + div {
  background: white;
}
.see-all-press-releases-col h2 {
  color: white;
}
.see-all-press-releases-col .btn {
  border-color: white;
  color: white;
}
.see-all-press-releases-col .btn:hover {
  background: white;
  color: #5bacd3;
}
.latest-media-release-item {
  overflow: hidden;
  margin: 20px 15px;
}
.latest-media-release-item .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col.media-release-image {
  padding-bottom: 55%;
}
.col.media-release-content {
  padding: 20px 0;
}
.media-release-image:hover,
.hover .media-release-image {
  opacity: 0.8;
}
/* latest speeches */
.latest-speeches-row {
  background: white;
}
.wrapper .see-all-speeches-col h2 {
  color: #5bacd3;
}
.see-all-speeches-col .btn {
  border-color: #5bacd3;
  color: #5bacd3;
}
.see-all-speeches-col .btn:hover {
  background: #5bacd3;
  color: white;
}
.latest-speech-list {
  background: white;
  overflow: auto;
  padding-bottom: 20px;
}
.latest-speech-item {
  padding: 30px;
}
/* latest video */
.latest-video-wrapper {
  background: #245e9b url(../Images/national-news-video-bg.png) repeat-x left top;
  border-bottom: 1px solid white;
}
.latest-video-wrapper .side-section-title,
.latest-video-wrapper .latest-video-list + a {
  display: none;
}
.latest-videos-header-row {
  padding: 40px 0 30px;
}
.latest-videos-header-row .news-section-heading {
  padding: 0;
}
.see-all-videos.btn {
  border-color: white;
  color: white;
  float: right;
}
.see-all-videos.btn:hover {
  background: white;
  color: #245e9b;
}
ul.latest-video-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
.latest-video-wrapper ul.latest-video-list {
  margin: 0 -15px 0;
}
.latest-video-item {
  padding: 0 20px 0;
  position: relative;
}
.latest-video-image {
  position: relative;
  padding-bottom: 55%;
}
.hover .latest-video-image,
.latest-video-image:hover {
  opacity: 0.8;
}
.hover .latest-video-image .play-video,
.latest-video-image:hover .play-video {
  border-color: rgba(255, 255, 255, 0.9);
}
.hover .latest-video-image .play-video .play-video:after,
.latest-video-image:hover .play-video:after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}
.play-video {
  display: block;
  height: 100px;
  width: 100px;
  border: 1px solid white;
  border-color: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -51px;
  margin-left: -51px;
}
.play-video:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent white;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -14px;
  margin-left: -7px;
}
.latest-video-wrapper .latest-video-item .latest-video-title {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 45px;
  line-height: 0.9;
  margin-top: 20px;
  margin-bottom: 30px;
  max-height: 138px;
  padding-bottom: 8px;
  /* to allow for line-height*/
  overflow: hidden;
}
.latest-video-item .latest-video-title > a {
  color: white;
}
.hover .latest-video-title > a,
.latest-video-item .latest-video-title > a:hover {
  color: #5bacd3;
  text-decoration: none;
}
/* latest blog post */
.latest-blog-item {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.latest-blog-item-content {
  text-align: center;
}
.latest-blog-item .item-date {
  margin-bottom: 20px;
}
.blog-item-title {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 45px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-height: 80px;
  overflow: hidden;
}
.blog-item-title > a {
  color: white;
}
.blog-item-title > a:hover {
  text-decoration: none;
}
.blog-item-attribution {
  color: white;
  margin-bottom: 20px;
}
.blog-item-attribution a {
  color: white;
  font-style: italic;
}
.btn.blog-item-link {
  color: white;
  border-color: white;
}
.btn.blog-item-link:hover {
  background-color: white;
  color: #191d48;
}
/* top stories */
.top-stories-events-row .top-stories-title-col {
  background: #5bacd3;
}
.top-stories-events-row .top-stories-col {
  background: white;
}
.top-stories-events-row .upcoming-events-col {
  background: #245e9b;
}
.top-stories-list {
  padding: 15px 0 55px;
}
.top-stories-item {
  padding: 25px 0;
}
.top-stories-item .item-headline {
  margin-bottom: 10px;
}
.top-stories-item .item-type {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
  color: #5bacd3;
}
.top-stories-item .item-type:hover {
  color: #245e9b;
  text-decoration: none;
}
/* upcoming events */
ul.events-list {
  list-style: none;
  padding: 0;
  overflow: auto;
}
.events-item {
  margin-bottom: 15px;
  overflow: auto;
}
.events-item .item-date {
  float: left;
  margin-right: 10px;
}
.events-item .item-date:hover {
  text-decoration: none;
}
.events-item .item-title {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  max-height: 60px;
  overflow: hidden;
  padding-bottom: 5px;
  /* to allow for futura */
}
.events-item .item-title a:hover {
  text-decoration: none;
}
.events-item .item-time,
.item-time {
  font-size: 14px;
  font-weight: bold;
}
.events-item .item-location,
.item-location {
  font-size: 14px;
  text-transform: uppercase;
}
/* main events list */
.main.events-list {
  margin-top: 30px;
  margin-bottom: 25px;
}
.main.events-list a.item-date {
  border-color: #BDDEED;
}
.main.events-list a.item-date .item-month,
.main.events-list a.item-date .item-year,
.main.events-list .item-time,
.main.events-list .item-location {
  color: #5bacd3;
}
/* sidebar events lists */
.side.events-list {
  margin-bottom: 30px;
}
.side.events-list .item-title > a,
.side.events-list a.item-date .item-day,
.side.events-list .item-time,
.side.events-list .item-location {
  color: white;
}
/* news events list */
.see-all-events-wrapper {
  text-align: center;
}
.see-all-events.btn {
  margin: 0px auto 40px;
  border-color: white;
  color: white;
}
.see-all-events.btn:hover {
  background: white;
  color: #245e9b;
}
/* events detail */
.content-header .item-time,
.content-header .item-location {
  color: white;
}
.content-related .side.events-list {
  margin-right: 70px;
  margin-left: 15px;
}
.content-related .see-all-events-wrapper {
  margin-right: 60px;
}
/* get updates */
ul.get-updates-nav {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  width: 142px;
  overflow: auto;
}
.get-updates-nav > li {
  float: left;
  margin-left: 40px;
}
.get-updates-nav > li:first-child {
  margin-left: 0;
}
.get-updates-nav > li > a {
  display: block;
  min-width: 45px;
  padding-top: 70px;
  position: relative;
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 16px;
  line-height: 20px;
  color: #191d48;
  text-transform: uppercase;
  text-align: center;
}
.get-updates-nav > li > a.subscribe {
  background: url(../Images/national-raster-newsletter-icon-bg.png) no-repeat center top;
  width: 57px;
}
.get-updates-nav > li > a.rss {
  background: url(../Images/national-raster-rss-icon-bg.png) no-repeat center 22px;
  width: 45px;
}
.get-updates-nav > li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
/* dates and rank */
.item-date,
.item-rank {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 124px;
  height: 102px;
  display: inline-block;
  border: 1px solid white;
  border-color: rgba(255, 255, 255, 0.5);
  padding: 20px 25px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.item-date {
  height: 118px;
}
.item-date .item-day,
.item-rank .item-rank-value {
  font-family: Futura-Bold, 'Open Sans', Arial;
  font-size: 45px;
  font-weight: bold;
  line-height: 0.9;
}
.item-date .item-month,
.item-rank .item-rank-label {
  font-size: 14px;
  color: white;
  color: rgba(255, 255, 255, 0.5);
}
.item-date .item-year {
  line-height: 1;
  font-size: 12px;
  color: white;
  color: rgba(255, 255, 255, 0.5);
}
/* news categories
----------------------------------------------------------*/
.wrapper h2.news-category-title,
.sfContentBlock h2.news-category-title {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 35px;
  line-height: 1;
  color: #191d48;
  margin: 0 0 15px 0;
}
.news-category-wrapper {
  background: white;
  padding-top: 40px;
  padding-bottom: 60px;
}
.news-category-list {
  margin-top: 30px;
}
.news-category-item {
  margin-bottom: 30px;
  padding: 0 20px;
}
.news-category-item .item-image.cover {
  margin-bottom: 10px;
  padding-bottom: 55%;
}
.hover.news-category-item .item-image,
.news-category-item .item-image:hover {
  opacity: 0.8;
}
/* item detail 
----------------------------------------------------------*/
.content-header-wrapper {
  background: #5bacd3;
}
.content-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-main {
  background: white;
}
.detail-content-wrapper .content-main .content {
  padding: 15px 0 0px;
}
.detail-content-wrapper .content-related {
  padding: 0;
  background-color: #5bacd3;
  background-image: url(../Images/national-item-detail-bg-750.gif);
  background-repeat: repeat-y;
  background-position: right top;
}
.detail-content-wrapper .content-related a {
  color: white;
}
/* team detail portraits */
.content-image .cover,
.content-image .contain {
  padding-bottom: 55%;
  margin: 0 -15px;
}
.content-image .portrait.cover,
.content-image .portrait.contain {
  height: auto;
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.mp-avatar-bg {
  height: 260px;
  margin: 0 -15px;
  background: #245e9b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #245e9b 1%, #5bacd3 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #245e9b), color-stop(100%, #5bacd3));
  background: -webkit-linear-gradient(-45deg, #245e9b 1%, #5bacd3 100%);
  background: -o-linear-gradient(-45deg, #245e9b 1%, #5bacd3 100%);
  background: -ms-linear-gradient(-45deg, #245e9b 1%, #5bacd3 100%);
  background: linear-gradient(135deg, #245e9b 1%, #5bacd3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#245E9B', endColorstr='#5BACD3', GradientType=1);
}
/* meta data */
.item-meta-wrapper {
  margin-top: 20px;
}
.item-meta-wrapper > .item-meta-left {
  float: left;
  width: 124px;
}
.item-meta-wrapper > .item-meta-right.has-rank,
.item-meta-wrapper > .item-meta-right.has-date {
  margin-left: 139px;
}
.content-header-wrapper .item-icon.facebook:hover {
  background-position: left -80px;
}
.content-header-wrapper .item-icon.youtube:hover {
  background-position: -20px -80px;
}
.content-header-wrapper .item-icon.twitter:hover {
  background-position: -40px -80px;
}
/*#subscribe {
    font-size:16px;
    font-family: Futura-LightCondensed,'Open Sans',Arial;
    line-height:1;
    text-transform:uppercase;
    color:#fff;
    padding-left:22px;
    position:relative;

    &:before {
        content:'';
        display:block;
        height:12px;
        width:18px;
        background-image:url(../Images/national-sprite.png);
        background-repeat:no-repeat;
        background-position:-100px -80px;
        position:absolute;
        top:4px;
        left:0;
    }

    &:hover {
        text-decoration:none;
        opacity:0.6;
    }
}*/
.content-header-wrapper .item-icon:hover {
  opacity: 0.6;
}
/* typography */
.content-title h2 {
  font-size: 45px;
  line-height: 0.9;
  text-transform: uppercase;
  color: white;
  margin: 0;
}
.content-title .item-authors,
.content-title .item-portfolios {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #191d48;
  margin-bottom: 5px;
}
.content-title .item-authors > a,
.content-title .item-portfolios > a {
  color: #191d48;
}
.content-title .item-tags,
.content-title .item-electorate,
.content-title .item-position {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 22px;
  line-height: 1;
  color: white;
  margin-bottom: 15px;
}
.content-title .item-position {
  margin-bottom: 5px;
}
.content-title .item-tags > a,
.content-title .item-electorate > a {
  color: white;
}
/* side bar item headings */
.wrapper h3.side-section-title {
  font-family: Futura-Book, 'Open Sans', Arial;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #BDDEED;
  padding: 30px 75px 30px 15px;
  margin: 0;
  border-top: 1px solid #BDDEED;
  position: relative;
}
.content-related .side-section-title:first-of-type {
  border-top: none;
}
.wrapper h3.side-section-title:after,
.content-related .no-title + .mp-standalone:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
}
.wrapper h3.side-section-title.media-release:after {
  background-position: left -120px;
  width: 26px;
  height: 32px;
  right: 18px;
  top: 22px;
}
.wrapper h3.side-section-title.contact-details:after {
  background-position: -40px -120px;
  width: 28px;
  height: 37px;
  right: 18px;
  top: 20px;
}
.wrapper h3.side-section-title.author-details:after,
.content-related .no-title + .mp-standalone:before {
  background-position: -80px -120px;
  width: 36px;
  height: 37px;
  right: 13px;
  top: 20px;
}
.content-related .no-title + .mp-standalone:before {
  right: -47px;
  z-index: 1;
}
.wrapper h3.side-section-title.youtube-video:after {
  background-position: -120px -120px;
  width: 36px;
  height: 36px;
  right: 13px;
  top: 20px;
}
.wrapper h3.side-section-title.flickr-image:after {
  background-position: -160px -120px;
  width: 36px;
  height: 30px;
  right: 13px;
  top: 23px;
}
.wrapper h3.side-section-title.portfolios-held:after {
  background-position: -200px -120px;
  width: 36px;
  height: 30px;
  right: 13px;
  top: 23px;
}
.wrapper h3.side-section-title.upcoming-events:after {
  background-position: -240px -120px;
  width: 33px;
  height: 30px;
  right: 13px;
  top: 23px;
}
/* related media list */
.related-media-release-list {
  display: table;
  margin-right: 60px;
  padding-bottom: 30px;
}
.related-media-release-item {
  display: table-row;
}
.related-media-release-item .item-date-small,
.related-media-release-item .item-headline {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  color: white;
}
.related-media-release-item .item-date-small {
  background: #245e9b;
  padding: 5px 10px 15px 15px;
  white-space: nowrap;
}
.related-media-release-item .item-headline {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  padding: 5px 15px 15px 10px;
}
.related-media-release-item .item-headline > a {
  color: white;
}
.related-media-release-item .item-headline > a:hover {
  color: #245e9b;
}
/* author details */
.content-related .no-title + .mp-standalone {
  position: relative;
}
.mp-standalone {
  margin-right: 60px;
  margin-bottom: 30px;
}
.mp-standalone .mp-item .mp-rank,
.mp-standalone .mp-item .mp-electorate,
.mp-standalone .mp-item .mp-portfolios,
.mp-standalone .mp-item .mp-electorate > a,
.mp-standalone .mp-item .mp-portfolios > a {
  color: white;
}
.mp-standalone .mp-item .mp-background {
  top: 0;
}
.mp-standalone .mp-item .mp-portrait {
  top: -20px;
}
.mp-standalone .mp-item .mp-name {
  top: 15px;
}
.mp-standalone .mp-item .item-social-media {
  top: 90px;
}
.mp-standalone .mp-item .mp-info {
  margin-top: 120px;
}
/* contact details */
dl.contact-details-list {
  margin-right: 60px;
  padding-bottom: 30px;
  color: white;
}
dl.contact-details-list dt,
dl.contact-details-list dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
dl.contact-details-list dt {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  text-align: right;
  width: 75px;
  padding: 0 10px 0 15px;
}
dl.contact-details-list dd {
  margin-left: 75px;
  padding: 0 15px 0 0;
}
dl.contact-details-list dd strong {
  display: none;
}
dl.contact-details-list dd.contact-email {
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  /*word-break:break-all;*/
}
/* mp standalone, about/history */
.general-content-wrapper .content-related .side-section-title {
  display: none;
}
.general-content-wrapper .content-related .mp-standalone {
  margin: 0 -15px;
  padding-top: 40px;
}
.general-content-wrapper .content-related .mp-standalone .mp-item .mp-rank,
.general-content-wrapper .content-related .mp-standalone .mp-item .mp-electorate,
.general-content-wrapper .content-related .mp-standalone .mp-item .mp-electorate > a,
.general-content-wrapper .content-related .mp-standalone .mp-item .mp-portfolios > a {
  color: #5bacd3;
}
/* team 
----------------------------------------------------------*/
/* mp list */
.mp-list {
  margin: 60px -15px 80px;
}
.mp-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative;
}
.mp-item .mp-portrait:hover ~ .mp-name > a,
.mp-item .mp-background:hover ~ .mp-name > a,
.mp-item .item-social-media:hover ~ .mp-name > a,
.mp-item .mp-name:hover > a,
.mp-item .mp-portrait:hover ~ a.mp-name,
.mp-item .mp-background:hover ~ a.mp-name,
.mp-item .item-social-media:hover ~ a.mp-name,
.mp-item a.mp-name:hover {
  color: #5bacd3;
  text-decoration: none;
  display: block;
}
.mp-item .mp-portrait {
  width: 170px;
  height: 140px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.mp-item .mp-portrait.cover {
  background-position: left top;
}
.mp-item .mp-portrait > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mp-item .mp-background {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 0;
  background: #245e9b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMjQ1ZTliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViYWNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #245e9b 1%, #5bacd3 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #245e9b), color-stop(100%, #5bacd3));
  background: -webkit-linear-gradient(-45deg, #245e9b 1%, #5bacd3 100%);
  background: -o-linear-gradient(-45deg, #245e9b 1%, #5bacd3 100%);
  background: -ms-linear-gradient(-45deg, #245e9b 1%, #5bacd3 100%);
  background: linear-gradient(135deg, #245e9b 1%, #5bacd3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#245E9B', endColorstr='#5BACD3', GradientType=1);
}
.mp-item .mp-name {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  color: white;
  font-size: 22px;
  line-height: 0.9;
  text-transform: uppercase;
  position: absolute;
  top: 55px;
  left: 15px;
  margin-right: 170px;
  max-height: 63px;
  overflow: hidden;
}
.mp-item a.mp-name {
  text-decoration: none;
  color: white;
}
.mp-item .mp-name > a {
  color: white;
}
.mp-item .mp-info {
  margin-top: 160px;
  padding: 10px 15px 0;
}
.mp-item .mp-rank,
.mp-item .mp-electorate {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 22px;
  line-height: 1.1;
  color: #5bacd3;
}
.mp-item .mp-electorate > a {
  color: #5bacd3;
}
.mp-item .mp-rank {
  text-transform: uppercase;
}
.mp-item .mp-electorate {
  margin-bottom: 10px;
}
.mp-item .mp-portfolios {
  font-size: 12px;
  color: #666;
}
.mp-item .mp-portfolios a,
.mp-item .mp-portfolios span.no-link {
  color: #666;
  font-style: italic;
}
.mp-item .item-social-media {
  position: absolute;
  top: 130px;
  left: 15px;
}
/* social media list */
.item-social-label {
  color: white;
  float: left;
  margin-right: 15px;
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
ul.item-social-media {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.item-social-media > li {
  float: left;
}
/* social media icons */
.item-icon {
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 10px;
}
.item-icon.youtube {
  background-position: -20px -80px;
  width: 20px;
  height: 20px;
}
.item-icon.youtube:hover {
  background-position: -20px -100px;
}
.item-icon.facebook {
  background-position: left -80px;
  width: 7px;
  height: 15px;
  margin-top: 2px;
}
.item-icon.facebook:hover {
  background-position: left -100px;
}
.item-icon.twitter {
  background-position: -40px -80px;
  width: 21px;
  height: 15px;
  margin-top: 2px;
}
.item-icon.twitter:hover {
  background-position: -40px -100px;
}
/* leader - first child */
.national-team .mp-list .mp-item:first-child {
  float: left;
  background: #191d48;
}
.national-team .mp-list .mp-item:first-child .mp-portrait {
  position: static;
  width: 100%;
  height: 200px;
  background-image: url('/images/default-source/user-profile-images/prime-minister.jpg') !important;
  /* sitefinity managed image */
  background-position: right center;
}
.national-team .mp-list .mp-item:first-child .mp-background {
  display: none;
  background: transparent;
}
.national-team .mp-list .mp-item:first-child .mp-name,
.national-team .mp-list .mp-item:first-child .mp-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.national-team .mp-list .mp-item:first-child .mp-name {
  padding-top: 15px;
  margin-bottom: 10px;
  font-size: 30px;
  position: static;
  margin-right: 0;
  max-height: none;
}
.national-team .mp-list .mp-item:first-child .mp-info {
  margin: 0;
}
.national-team .mp-list .mp-item:first-child .mp-electorate {
  margin-bottom: 10px;
}
.national-team .mp-list .mp-item:first-child .mp-portfolios {
  font-size: 14px;
  color: white;
  max-height: 82px;
  margin-bottom: 15px;
}
.national-team .mp-list .mp-item:first-child .mp-portfolios a {
  color: white;
}
.national-team .mp-list .mp-item:first-child .item-social-media {
  position: static;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* candidates list 
----------------------------------------------------------*/
.national-candidates .mp-item .mp-electorate {
  margin-bottom: 5px;
}
.national-candidates .mp-item .mp-website {
  font-size: 12px;
  -ms-word-break: break-all;
  word-break: break-all;
}
/* help us 
----------------------------------------------------------*/
.sfprofileEditFormWrp {
  padding: 30px 0 50px;
}
/* help us 
----------------------------------------------------------*/
/* help us banner */
.help-us-wrapper {
  padding: 60px 0;
  background-image: url(/images/default-source/page-banners/sign-in-banner.jpg);
  /* sitefinity managed image */
}
.help-us-wrapper h1,
.help-us-wrapper h2 {
  line-height: 1;
  text-transform: uppercase;
}
.help-us-wrapper h1 {
  font-size: 45px;
  color: white;
  margin: 0 0 20px;
}
.help-us-wrapper h2 {
  font-size: 38px;
  color: #5bacd3;
  margin: 0 0 30px;
}
.help-us-wrapper p,
.volunteer-cta p,
.foundation-content p {
  font-size: 20px;
  line-height: 1.2;
  color: white;
  margin-bottom: 25px;
}
.help-us-wrapper p:last-child,
.volunteer-cta p:last-child {
  margin-bottom: 0;
}
.help-us-wrapper .btn,
.volunteer-cta .btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  background: none;
  color: white;
  border-color: white;
  padding: 9px;
}
.help-us-wrapper .btn {
  margin-top: 10px;
}
.help-us-wrapper .btn:first-child {
  margin-top: 65px;
}
.help-us-wrapper .btn:hover,
.volunteer-cta .btn:hover,
.foundation-content .btn.foundation-btn:hover {
  background: white;
  color: #191d48;
  border-color: white;
}
/* join */
.join-now-col p {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #191d48;
  margin: 0 auto 25px;
  max-width: 700px;
}
.join-now-col p a {
  color: #5bacd3;
}
.join-now-col p a:hover {
  color: #245e9b;
}
/* membership tiers */
.support-btn-label {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  font-size: 16px;
  text-transform: uppercase;
}
.btn-wrap {
  text-align: center;
}
.full-member-tier .btn,
.membership-tiers .btn {
  display: block;
  width: 200px;
  margin: 10px auto 0;
}
.full-member-tier h3,
.membership-tiers h3 {
  font-family: Futura-LightCondensed, 'Open Sans', Arial;
  line-height: 1;
  text-transform: uppercase;
}
/* full */
.full-member-tier {
  background: #191d48;
  color: white;
  padding: 40px 0 20px;
}
.full-member-tier h3 {
  font-size: 38px;
  margin: 0 0 20px;
  color: white;
}
.full-member-tier ul.checked-list {
  margin-bottom: 0;
}
.full-member-tier .btn-wrap {
  margin-top: 30px;
}
.full-member-tier .btn {
  background: white;
  border-color: white;
  color: #191d48;
  margin-bottom: 15px;
}
.full-member-tier .btn:hover {
  background: transparent;
  color: white;
}
.full-member-tier a {
  color: #5bacd3;
}
/* other */
.membership-tiers h3 {
  font-size: 24px;
  color: #191d48;
  margin: 0 0 15px;
}
.membership-tiers ul.checked-list {
  margin-bottom: 0;
}
.membership-tiers .btn {
  color: #191d48;
  border-color: #191d48;
}
.membership-tiers .btn:hover {
  color: white;
  background: #191d48;
}
.web-user-tier {
  background: #EFF7FB;
}
.supporter-tier {
  background: #DEEEF6;
}
.financial-supporter-tier {
  background: #CEE6F2;
}
.membership-tiers .web-user-tier,
.membership-tiers .supporter-tier,
.membership-tiers .financial-supporter-tier {
  padding: 30px 15px 40px;
}
.membership-tiers .btn-wrap {
  margin-top: 30px;
}
/* volunteer */
.volunteer-wrapper {
  background-image: url(/images/default-source/page-banners/i-want-to-volunteer-banner.jpg);
  /* sitefinity managed image */
  color: white;
}
.volunteer-wrapper h2 {
  font-size: 45px;
  line-height: 1;
  margin: 20px 0 30px;
  text-transform: uppercase;
}
.volunteer-content {
  padding-top: 180px;
}
.volunteer-cta {
  background: rgba(36, 94, 155, 0.4);
  padding: 30px 0 50px;
}
.volunteer-cta .btn {
  margin-top: 30px;
}
/* foundation */
.foundation-content {
  background-image: url(../images/national-foundation-pattern-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #245e9b;
  color: white;
  padding: 50px 0 80px;
}
.foundation-content h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.foundation-content .btn.foundation-btn {
  color: white;
  border-color: white;
  background: transparent;
  margin-top: 25px;
}
.foundation-graphic {
  background-image: url(/images/default-source/page-banners/national-foundation-background.jpg);
  /* sitefinity managed image */
  height: 200px;
}
.foundation-content > .inner,
.foundation-graphic > .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0;
}
.foundation-logo {
  margin-top: 15px;
}
/* general content 
----------------------------------------------------------*/
.general-content-wrapper .main-col {
  background: white;
  padding: 40px 20px 60px;
}
/* portfolio & electorates
----------------------------------------------------------*/
.simple-list {
  margin: 20px 0 40px;
}
.simple-list > .simple-item > .simple-item-title {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 10px;
}
.simple-list > .simple-item > .simple-item-title > a:hover {
  color: #245e9b;
  text-decoration: none;
}
.content-image.banner-image {
  background-image: url("/Sitefinity/WebsiteTemplates/National/App_Themes/National/Images/national-no-image.jpg");
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .banner-height {
    height: 119px;
  }
}
/* electorate detail
--------------------------------------------*/
.electorate-map-wrapper {
  position: relative;
  height: 260px;
}
.electorate-map-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/blank.gif) repeat left top;
}
.electorate-map {
  height: 260px;
  width: 100%;
  position: absolute;
  background: transparent !important;
}
.electorate-map > .gm-style {
  opacity: 0.7;
}
/*hide element broken in the current version of gmap. */
.electorate-map .gmnoprint {
  display: none;
}
.electorate-title-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.electorate-map-wrapper h2.electorate-title {
  font-size: 45px;
  line-height: 0.9;
  text-transform: uppercase;
  color: #333;
  margin: 0;
}
.electorate-contact {
  color: white;
  padding: 0 15px 40px;
  margin-right: 60px;
  margin-top: 20px;
}
.electorate-contact strong {
  text-transform: uppercase;
}
/* flickr feed
----------------------------------------------------------*/
.flickr-feed-wrapper {
  display: none;
}
.flickr-feed-wrapper .flickr-image {
  display: none;
}
.photo-list {
  border: none;
}
/* flickr feed - sidebar
----------------------------------------------------------*/
.content-related .flickr {
  margin-right: 60px;
  padding-bottom: 30px;
  overflow: auto;
}
.content-related .flickr li {
  display: block;
}
.content-related .flickr img {
  display: block;
  width: 100%;
  height: auto;
}
.content-related .flickr > a {
  color: white;
  border-color: white;
  margin: 20px 0 0 10px;
}
.content-related .flickr > a:hover {
  text-decoration: none;
  color: #5bacd3;
  background: white;
}
/* youtube - sidebar
----------------------------------------------------------*/
.content-related .latest-video-list {
  margin-right: 60px;
  margin-bottom: 20px;
}
.content-related .latest-video-item {
  padding: 0 15px;
  margin-bottom: 0;
}
.content-related .latest-video-item .latest-video-image {
  margin: 0 -15px;
  float: none;
  width: auto;
}
.content-related .latest-video-item .latest-video-title {
  float: none;
  width: auto;
  margin: 20px 0 0;
  font-size: 21px;
  line-height: 0.9;
  max-height: none;
  overflow: visible;
}
.content-related .latest-video-item .latest-video-title > a:hover {
  color: #245e9b;
}
.content-related .latest-video-list + .see-all-videos {
  float: none;
  margin: 0 0 30px 10px;
}
/* mp portfolio
----------------------------------------------------------*/
.mp-portfolios-wrapper {
  padding: 0 70px 30px 15px;
  color: white;
}
.mp-portfolios-wrapper li > strong {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}
.mp-portfolios-wrapper > strong:first-child {
  margin-top: 0;
}
.mp-portfolios-wrapper ul {
  list-style: none;
  margin: 0;
}
.mp-portfolios-wrapper ul li a {
  color: white;
}
.mp-portfolios-wrapper .mp-portfolios {
  margin-bottom: 10px;
}
.portfolios-mp-wrapper {
  color: white;
}
.portfolios-mp-wrapper .portfolio-list li a:after,
.portfolios-mp-wrapper .portfolio-list li span:after {
  content: "";
}
.portfolios-mp-wrapper li > strong {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Futura-Book, 'Open Sans', Arial;
  font-size: 20px;
  line-height: 1;
  color: white;
  padding: 30px 75px 30px 15px;
  margin: 0;
  position: relative;
}
.portfolios-mp-wrapper > strong:first-child {
  margin-top: 0;
}
.portfolios-mp-wrapper ul {
  list-style: none;
  margin: 0;
}
.portfolios-mp-wrapper ul li a {
  color: white;
}
.portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio-list .mp-standalone {
  margin-bottom: 0;
  position: relative;
}
.portfolio-list li .mp-item {
  height: 120px;
}
.mp-item .portfolio-list {
  display: inline;
}
.portfolio-list li {
  display: inline;
  position: relative;
}
.portfolio-list > li .mp-standalone:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  background-position: -80px -120px;
  width: 36px;
  height: 37px;
  right: -48px;
  top: 20px;
}
.portfolio-list li a:after,
.portfolio-list li span:after {
  content: ",";
}
.portfolio-list li:last-child a:after,
.portfolio-list li:last-child span:after {
  content: "";
}
li.portfolio-list-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  overflow: hidden;
  width: 100%;
}
li.portfolio-list-item:last-child {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  li.portfolio-list-item {
    float: left;
    width: 25%;
    height: 199px;
  }
}
.portfolio-description {
  padding: 25px 15px 0 15px;
}
.portfolio-thumbnail {
  display: block;
}
.portfolio-thumbnail[src=""] {
  display: none;
}
.portfolio-default-thumbnail {
  display: none;
}
.portfolio-thumbnail[src=""] + .portfolio-default-thumbnail {
  display: block;
}
.portfolio-list-item-title {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* event detail
----------------------------------------------------------*/
.event-detail-list {
  padding: 0;
  list-style: none;
  margin: 20px 0 30px;
}
/* newsletter list
----------------------------------------------------------*/
.subscription-manager {
  margin: 30px 0;
}
.subscription-manager .form-group {
  max-width: 555px;
}
.newsletter-list {
  margin: 10px 0 30px;
}
.newsletter-list > li {
  margin-bottom: 10px;
}
.subscription-form {
  margin-top: 30px;
}
.subscription-form .btn {
  display: block;
  width: 100%;
}
.subscription-form .btn + .btn {
  margin-top: 10px;
}
.btn.save-sub,
.btn.cancel-sub {
  background: #191d48;
  color: white;
  border-color: #191d48;
}
.btn.save-sub:hover,
.btn.cancel-sub:hover {
  background: #245e9b;
  border-color: #245e9b;
}
/* contacts
----------------------------------------------------------*/
/* remove importants once converted to module */
.contacts-list {
  padding: 0 0 30px;
  list-style: none;
}
.contacts-list-item {
  padding: 15px;
}
.contacts-list-item .contact-portrait {
  padding-bottom: 75%;
}
.contacts-list-item .contact-portrait.no-image {
  background-image: url(../Images/national-contact-no-img.png) !important;
}
.contacts-list-item h3 {
  font-family: Futura-MediumCondensed, 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  color: #191d48;
  margin: 10px 0;
}
.contacts-list-item .contact-details-list {
  margin: 0;
  padding: 0;
  color: #333;
}
.contacts-list-item dl.contact-details-list dt {
  padding-left: 0;
  text-align: left;
  width: 60px;
}
.contacts-list-item dl.contact-details-list dd {
  padding-right: 0;
  margin-left: 65px;
}
/* campaign 2014
----------------------------------------------------------*/
/* header */
.sf_cols.join-team-key-header {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(/images/default-source/page-banners/sign-in-banner.jpg);
  /* sitefinity managed image */
  color: white;
}
.join-team-key-header .btn.trans-white:hover {
  background: white;
  color: #191d48;
}
.join-team-key-header h1 {
  font-size: 60px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.join-team-key-header p {
  font-size: 45px;
  font-size: 20px;
  line-height: 1.2;
  color: white;
  margin-bottom: 25px;
}
.join-team-key-header .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 25px 0;
}
.join-team-key-header .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* body */
.sf_cols.join-team-key-content {
  padding: 30px 0 50px;
}
.join-team-key-content h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.join-team-key-content .btn.meet-the-candidates {
  width: 100%;
  font-size: 20px;
  padding: 20px 60px;
  margin: 20px 0 0;
  white-space: normal;
}
.join-team-key-content .btn.donate-now {
  width: 100%;
  margin-bottom: 20px;
  background-color: #00529F;
  border-color: #00529F;
}
.join-team-key-content .btn.donate-now:hover {
  background-color: #191d48;
  border-color: #191d48;
}
/*  main */
.join-team-key-content .col-md-4 .btn.donate-now {
  display: none;
}
/* side */
.join-team-key-content .the-choice-this-election {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
/* utility
--------------------------------------------*/
/* pagination */
.sf_pagerNumeric {
  text-align: center;
  margin: 0 0 20px;
}
.news-category-pagination .sf_pagerNumeric {
  margin: 0 0 40px;
}
.sf_pagerNumeric a:link,
.sf_pagerNumeric a:visited,
.sf_pagerNumeric a:hover,
.sf_pagerNumeric a:active {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  color: #191d48;
  border-color: transparent;
  margin: 0 2px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none;
}
.sf_pagerNumeric a.sf_PagerCurrent:link,
.sf_pagerNumeric a.sf_PagerCurrent:visited,
.sf_pagerNumeric a.sf_PagerCurrent:hover,
.sf_pagerNumeric a.sf_PagerCurrent:active {
  background-color: transparent;
  border-color: #5bacd3;
  color: #5bacd3;
  cursor: default;
}
.sf_pagerNumeric a:hover {
  color: #5bacd3;
}
.search-results .sf_pagerNumeric {
  margin-top: 30px;
}
/* make comment widget */
#commentsWidget {
  margin-top: 60px;
}
#commentsWidget h2.comments-heading {
  font-size: 30px;
  line-height: 0.9;
  color: #191d48;
  padding: 15px 0 0;
  margin: 0;
  border-top: 1px solid #CCC;
}
.sfcommentsForm {
  padding: 0;
}
.sfcommentsFormWithAvatarWrp .sfcommentsFormWrp {
  padding-left: 55px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}
.sfcommentsForm .sfcommentsFieldsList {
  padding-bottom: 0;
  margin-bottom: 15px;
}
/* broken with sf 6.3 */
.sfcommentsTitleWrp .sfcommentsTitle,
.sfcommentsForm .sfWatermarkField .sfTxtLbl {
  display: none;
}
.sfcommentsField.sfcommentEditor {
  width: auto;
  margin-bottom: 15px;
}
.sfcommentsField.sfcommentEditor table.k-editor {
  border: none;
  border-spacing: 0;
  height: auto;
}
.sfcommentsField.sfcommentEditor .k-editable-area {
  padding: 10px 12px;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 110px;
}
.sfcommentsForm .sfcommentsField {
  margin-bottom: 15px;
}
/* changed with sf 6.3 */
.sfcommentsForm .sfcommentsField .sfWatermarkField.sfInlineBlock {
  display: block;
}
.sfcommentsForm .sfcommentsField .sfTxt.sfNavClassesInput {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
#commentsWidget .sfNeutral {
  padding: 0;
  background: none;
  margin: 15px 0;
  color: #333;
  font-size: 15px;
}
#commentsWidget .sfNeutral > a {
  color: #5bacd3;
}
.sfcommentsForm .sfError {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  background: none;
  color: #C00;
  padding: 0;
}
.sfcommentsForm .sfcommentsSubmitBtn {
  background: #191d48;
  color: white;
  width: auto;
}
.sfcommentsForm .sfcommentsSubmitBtn:hover {
  background: #245e9b;
  border-color: #245e9b;
}
/* comments list */
.sfcommentsListWrp {
  margin: 0;
}
.sfcommentsListWrp .sfcommentsTitle {
  font-size: 21px;
  line-height: 1;
  color: #191d48;
  margin-bottom: 20px;
}
.sfcommentsListWrp .sfcommentsTitle:empty {
  display: none;
}
.sfcommentsOderFilterWrp,
.sfLeaveCommentLnk {
  display: none !important;
  /* doesnt function properly because of fixed header */
}
.sfcommentsList {
  margin: 0;
}
.sfcommentsList > .sfcommentDetails {
  margin-bottom: 30px;
  padding: 0 0 30px 55px;
  border-bottom: 1px solid #f2f2f2;
}
.sfcommentsList > .sfcommentDetails:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sfcommentsList .sfcommentAuthor {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.sfcommentsList .sfcommentText {
  color: #333;
  line-height: 1.428571429;
}
.sfcommentsList .sfcommentDate {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #999;
  margin-top: 15px;
}
.sfLoadMoreWrp {
  text-align: center;
  padding-left: 55px;
  margin-bottom: 30px;
}
.sfLoadMoreWrp a {
  color: #5bacd3;
}
/* breadcrumbs */
.sfBreadcrumbWrp {
  margin: 5px 0 0;
}
.sfBreadcrumbWrp .RadSiteMap .rsmOneLevel .rsmItem {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  line-height: 22px;
  color: #5bacd3;
  float: left;
  clear: none;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem:first-child .rsmLink {
  padding-left: 0;
}
.sfBreadcrumbWrp .RadSiteMap .sfNoBreadcrumbNavigation .rsmLink,
.sfBreadcrumbWrp .RadSiteMap .sfNoBreadcrumbNavigation .rsmLink:hover {
  color: #333;
}
.sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink:hover {
  color: #245e9b;
}
.sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink {
  color: #5bacd3;
  text-decoration: none;
}
/* search widget */
.search-results-wrapper {
  margin-bottom: 60px;
}
.sfsearchResultStatistics {
  font-size: 16px;
}
.sfsearchReultTitleSnippetUrl .sfsearchResultTitle {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}
.sfsearchReultTitleSnippetUrl .sfsearchResultTitle:first-child {
  margin-top: 0;
}
.sfsearchResultTitle > a {
  color: #5bacd3;
}
.sfsearchResultTitle > a:hover {
  color: #245e9b;
  text-decoration: none;
}
.sfsearchResultUrl {
  margin-bottom: 5px;
}
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:link,
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:visited,
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:hover,
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:active {
  color: #999;
}
.search-filter {
  display: none;
}
.search-filter .search-filter-title {
  margin: 0;
}
.search-filter .search-filter-category .search-filter-category-title {
  margin: 30px 0 10px;
}
.search-filter .search-filter-category:first-of-type .search-filter-category-title {
  margin: 20px 0 10px;
}
.search-filter .search-filter-category .more-filters {
  font-size: 12px;
  line-height: 1;
  margin: 10px 0 0;
}
.search-filter .search-filter-category .more-filters a {
  color: #245e9b;
}
.search-filter .search-filter-category .more-filters a:hover {
  color: #5bacd3;
  text-decoration: none;
}
/* my account 
---------------------------------------------------*/
.my-details {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.my-subscriptions {
  background: white;
  padding-bottom: 30px;
}
.subscription-list {
  margin: 0 0 15px;
  list-style: disc;
  padding: 0 0 0 30px;
}
/* rss */
.container > div:first-child > .rss-item {
  margin-top: 30px;
}
.container > div:last-child > .rss-item {
  margin-bottom: 40px;
}
.rss-item {
  display: inline-block;
  color: #5bacd3;
  font-size: 30px;
  line-height: 32px;
  height: 32px;
  font-family: Futura-MediumCondensed, 'Open Sans', Arial;
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.rss-item:hover {
  color: #245e9b;
  text-decoration: none;
}
.rss-item.sfFeedSmallIcn {
  padding-left: 30px;
  background-position: 0 -1192px;
}
/* share */
.sfRadSocialShareWrp .RadSocialShare_Default {
  border: none;
  padding: 0;
  margin-top: 5px;
}
.sfContentBlock ul.sshContent {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sfContentBlock ul.sshContent:before {
  content: 'Share';
  line-height: 15px;
  color: #5bacd3;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-right: 10px;
}
.sshContent .sshListItem {
  padding: 0;
  margin: 0 5px 0 0;
  display: block;
  float: left;
}
.sshContent .sshListItem .sshIcon {
  background-image: url(../Images/national-sprite.png);
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  display: block;
  margin: 0;
}
.sshContent .sshListItem .sshIcon:hover {
  opacity: 0.5;
}
.sshLinkItem .sshIcon.sshShareOnFacebook {
  background-position: 0 -100px;
  width: 7px;
  height: 15px;
}
.sshLinkItem .sshIcon.sshShareOnTwitter {
  background-position: -40px -100px;
  width: 21px;
  height: 15px;
}
.sshLinkItem .sshIcon.sshMailTo {
  background-position: -80px -100px;
  width: 15px;
  height: 15px;
}
/* newsletter subscription
----------------------------------------------------------*/
#mp-subscribe-wrap > h3 {
  color: #191D46;
  margin-bottom: 5px;
  font-size: 21px;
}
#mp-subscribe-wrap .subscribe-control {
  padding: 0 135px 0 0;
  max-width: none;
}
#mp-subscribe-wrap .subscribe-field {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #CCC;
  color: #333;
  width: 100%;
}
#mp-subscribe-wrap .subscribe-button {
  text-transform: uppercase;
  background-image: none;
  text-indent: 0;
  height: 40px;
  display: inline-block;
  background: #191D46;
  color: #fff;
  width: 130px;
  padding: 9px 25px;
  line-height: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#mp-subscribe-wrap .success.sfMsgNeutral {
  background: none !important;
  font-weight: bold;
  color: #5BACD3;
  margin-top: 10px;
}
.bio-wrapper {
  padding-top: 30px;
}
/* utility */
.cover,
.contain {
  display: block;
  position: relative;
  background-repeat: no-repeat;
}
.lt-ie9 .cover,
.lt-ie9 .contain {
  -ms-behavior: url(/backgroundsize.min.htc);
  behavior: url(/backgroundsize.min.htc);
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center;
}
.cover.portrait {
  background-position: left top;
}
.contain.portrait {
  background-position: right bottom;
}
/* clearfix */
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
/*-----------------------------------------------------------------------------------------

Large phone, Small Tablet

----------------------------------------------------------------------------------------*/
@media screen and (min-width: 450px) {
  .logo {
    float: left;
  }
  .tagline {
    display: block;
    float: left;
    margin: 24px 0 0 10px;
  }
}
/*-----------------------------------------------------------------------------------------

Tablet

----------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* footer */
  .keep-in-touch {
    margin: 0;
  }
  /* sign in
    ----------------------------------------------------------*/
  .signin-wrapper {
    background-image: url(/images/default-source/page-banners/sign-in-banner.jpg);
    /* sitefinity managed image */
    background-position: left top;
    padding-bottom: 100px;
  }
  .signin-wrapper .logo {
    margin: 10px 0 0;
  }
  .signin-wrapper .row:first-child {
    margin-bottom: 80px;
  }
  .signin-facebook-col h2 {
    margin: 60px 0;
  }
  .signin-user-col {
    padding-left: 40px;
    padding-right: 35px;
  }
  .signin-user-col h2 {
    margin: 16px 0 30px 0;
  }
  /* sign up
    ----------------------------------------------------------*/
  .signup-row {
    display: table;
  }
  .signup-beneifts-col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    background: white;
    width: 50%;
    padding: 40px 15px 120px 15px;
    margin: 0;
  }
  .signup-form-col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 50%;
    padding: 40px 0 120px 15px;
    margin: 0;
  }
  .tell-me-about.btn {
    padding: 9px 50px;
  }
  /* home
    ----------------------------------------------------------*/
  .home-news-nav > li,
  .home-news-nav > li:nth-child(2) {
    width: auto;
  }
  .home-news-nav > li > a {
    width: 120px;
  }
  .home-news-nav > li:last-child > a {
    border-right: 1px solid transparent;
  }
  .home-news-nav > li:last-child > a.active {
    border-color: white;
  }
  /* featured */
  .featured-image-col {
    height: 220px;
    overflow: hidden;
  }
  .featured-image-col img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
  }
  .featured-content-col {
    height: 220px;
    padding-bottom: 15px;
  }
  /* columned news list */
  .columned-news-list-item {
    height: 280px;
  }
  .columned-news-list-item .item-headline {
    height: 104px;
    overflow: hidden;
  }
  .columned-news-list-item .item-type {
    margin: 0 0 30px;
  }
  .view-all-news.btn {
    margin-top: 100px;
  }
  /* you say */
  .sign-up-here-wrapper {
    line-height: 40px;
  }
  .sign-up-here-wrapper > span {
    display: inline;
    margin: 0;
  }
  .sign-up-here.btn {
    margin-left: 20px;
  }
  /* about
    ----------------------------------------------------------*/
  .banner-wrapper {
    height: 300px;
  }
  .banner-row {
    display: table;
  }
  .banner-row > div {
    display: table-cell;
    float: none;
  }
  .banner-text-col {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 15px;
  }
  .sub-banner-row {
    background: url(../Images/national-sub-banner-bg-1170.png) no-repeat left top;
    min-height: 200px;
    margin-top: -100px;
    position: relative;
  }
  /* policies
    ----------------------------------------------------------*/
  .policies-grid .row > div {
    background: none;
  }
  .policies-grid .row.first-row {
    background: url(../Images/national-policies-first-row-bg.gif) repeat-y center top;
  }
  .policies-grid .row.second-row {
    background: url(../Images/national-policies-second-row-bg.gif) repeat-y center top;
  }
  .policies-grid .row.third-row {
    background: url(../Images/national-policies-third-row-bg.gif) repeat-y center top;
  }
  .policies-grid .row > div {
    padding: 20px 20px 40px;
  }
  /* news landing
    --------------------------------------------*/
  /* news stream */
  .news-stream-nav {
    height: 400px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNWJhY2QzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjQ1ZTliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(45deg, #5bacd3 0%, #245e9b 50%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #5bacd3), color-stop(50%, #245e9b));
    background: -webkit-linear-gradient(45deg, #5bacd3 0%, #245e9b 50%);
    background: -o-linear-gradient(45deg, #5bacd3 0%, #245e9b 50%);
    background: -ms-linear-gradient(45deg, #5bacd3 0%, #245e9b 50%);
    background: linear-gradient(45deg, #5bacd3 0%, #245e9b 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BACD3', endColorstr='#245E9B', GradientType=1);
  }
  .news-stream-item.primary {
    padding-bottom: 0;
    height: 400px;
    border-left: 1px solid white;
  }
  .news-stream-item.primary h2 {
    font-family: Futura-MediumCondensed, 'Open Sans', Arial;
    font-size: 45px;
    text-align: center;
    overflow: hidden;
    max-height: 244px;
  }
  .news-stream-item.secondary {
    border-bottom: 0;
    padding-bottom: 0;
    height: 200px;
  }
  .news-stream-item.secondary:nth-child(even) {
    border-left: 1px solid white;
  }
  .news-stream-item.secondary:nth-child(n + 3) {
    border-top: 1px solid white;
  }
  /* news */
  .row.latest-news-header-row {
    padding: 0;
  }
  .latest-news-header-row .sign-up-here-wrapper {
    text-align: left;
    padding: 44px 0 44px;
  }
  .news-update-preferences .sign-up-here.btn,
  .plan-update-preferences .sign-up-here.btn {
    margin-left: 0;
  }
  /* press releases */
  .latest-press-releases-row {
    background: url(../Images/national-news-latest-press-releases-bg.gif) repeat-y -70px top;
  }
  .see-all-press-releases-col {
    background: none;
    padding-bottom: 0;
  }
  .latest-media-release-item {
    margin: 0;
  }
  .latest-media-release-item .col {
    float: left;
  }
  .col.media-release-image {
    padding-bottom: 0;
    width: 40%;
    height: 245px;
  }
  .col.media-release-content {
    width: 60%;
    padding: 20px;
    height: 245px;
  }
  /* latest videos */
  .latest-video-item {
    margin-bottom: 30px;
  }
  .latest-video-image {
    width: 50%;
    height: 180px;
    padding-bottom: 0;
    float: left;
  }
  .latest-video-item .latest-video-title {
    margin: 0 0 0 3%;
    float: left;
    width: 47%;
  }
  /* top stories */
  .top-stories-events-row {
    background: url(../Images/national-news-latest-press-releases-bg.gif) repeat-y -70px top;
  }
  .top-stories-events-row .top-stories-title-col,
  .top-stories-events-row .top-stories-col {
    background: none;
  }
  /* events */
  .upcoming-events-col .side.events-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .upcoming-events-col .events-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  /* get updates */
  ul.get-updates-nav {
    margin: 20px 0;
    float: right;
  }
  /* news directories
    --------------------------------------------*/
  .news-category-list {
    margin-top: 0;
    padding: 0 0 30px;
  }
  .news-category-item {
    height: auto;
    padding: 15px;
    margin-bottom: 0;
  }
  .news-category-item:nth-child(2n + 1) {
    clear: both;
  }
  .news-category-item .item-headline {
    max-height: 77px;
    overflow: hidden;
  }
  .news-category-item .item-image.cover {
    margin-bottom: 10px;
    padding-bottom: 55%;
  }
  /* item detail
    --------------------------------------------*/
  .content-header {
    position: relative;
  }
  .content-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-image {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  /* item detail image */
  .content-image .cover,
  .content-image .contain {
    padding: 0;
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .content-image .portrait.cover,
  .content-image .portrait.contain {
    top: -20px;
  }
  .mp-avatar-bg {
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* team
    --------------------------------------------*/
  .banner-text-col.team-banner-text {
    height: 300px;
  }
  .mp-list .mp-item {
    width: 50%;
  }
  .national-team .mp-list .mp-item:first-child {
    width: 100%;
    height: 280px !important;
  }
  .national-team .mp-list .mp-item:first-child .mp-portrait {
    width: 50%;
    height: 280px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .national-team .mp-list .mp-item:first-child .mp-portrait:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #191d48;
    top: 50px;
  }
  .national-team .mp-list .mp-item:first-child .mp-name,
  .national-team .mp-list .mp-item:first-child .mp-info {
    width: 50%;
  }
  .national-team .mp-list .mp-item:first-child .mp-name {
    max-height: 70px;
  }
  .national-team .mp-list .mp-item:first-child .item-social-media {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
    margin: 0;
  }
  .national-team .mp-list .mp-item:nth-child(2n + 2) {
    clear: both;
  }
  /* candidates list 
    ----------------------------------------------------------*/
  .candidates-list .mp-item:nth-child(2n + 1) {
    clear: both;
  }
  /* flickr stream
    ----------------------------------------------------------*/
  .flickr-feed-wrapper {
    display: block;
    overflow: hidden;
    border-top: 1px solid white;
  }
  .flickr-feed-wrapper .flickr {
    width: 750px;
    margin: 0px auto;
    position: relative;
  }
  .flickr-feed-wrapper .photo-list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 115px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    background-image: url(../images/national-flickr-loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #191d48;
  }
  .flickr-feed-wrapper .photo-list > li:first-child,
  .flickr-feed-wrapper .photo-list > li:nth-child(2),
  .flickr-feed-wrapper .photo-list > li:last-child {
    width: 50%;
    height: 230px;
  }
  .flickr-feed-wrapper .photo-list > li:first-child,
  .flickr-feed-wrapper .photo-list > li:last-child {
    position: absolute;
    top: 0;
  }
  .flickr-feed-wrapper .photo-list > li:first-child {
    right: 750px;
    border-right: 1px solid white;
  }
  .flickr-feed-wrapper .photo-list > li:nth-child(2) {
    border-left: none;
  }
  .flickr-feed-wrapper .photo-list > li:last-child {
    left: 750px;
  }
  .flickr-feed-wrapper .photo-list > li > a > img {
    width: 100%;
    min-height: 100%;
  }
  .flickr-feed-wrapper .flickr > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 25%;
    height: 115px;
    background: #191d48;
    color: white;
    position: absolute;
    top: 115px;
    right: 0;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    font-family: Futura-Book, 'Open Sans', Arial;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding-top: 70px;
  }
  .flickr-feed-wrapper .flickr > a:hover {
    background: #245e9b;
    text-decoration: none;
  }
  .flickr-feed-wrapper .flickr > a:after {
    content: '';
    display: block;
    width: 47px;
    height: 35px;
    background-image: url(../images/national-sprite.png);
    background-repeat: no-repeat;
    background-position: left -160px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -23px;
  }
  /* newsletters
    --------------------------------------------*/
  .subscription-form .form-group {
    max-width: 370px;
  }
  .subscription-form .btn {
    display: inline-block;
    width: auto;
  }
  .subscription-form .btn + .btn {
    margin-top: 0;
    margin-left: 5px;
  }
  /* my account
    --------------------------------------------*/
  .my-details {
    margin-bottom: 0;
  }
  .my-subscriptions {
    background: none;
  }
  .my-account-row {
    background: url(../images/national-white-col-bg.gif) repeat-y 375px top;
  }
  /* search
    --------------------------------------------*/
  .search-filter {
    display: block;
  }
  /* help us
    --------------------------------------------*/
  .full-member-tier .btn-wrap {
    margin-top: 0;
  }
  .membership-tiers .web-user-tier,
  .membership-tiers .supporter-tier,
  .membership-tiers .financial-supporter-tier {
    display: table-cell;
    float: none;
    padding: 40px 15px 60px;
    min-width: 250px;
    overflow: auto;
  }
  .membership-tiers .web-user-tier .sfContentBlock,
  .membership-tiers .supporter-tier .sfContentBlock,
  .membership-tiers .financial-supporter-tier .sfContentBlock {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 104px;
  }
  .membership-tiers .btn-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .foundation-wrapper .inner {
    width: 750px;
    margin: 0 auto;
  }
  .foundation-graphic {
    height: 300px;
  }
  /* sign in */
  .sfprofileChangePasswordFormWrp .signin.btn {
    width: auto;
  }
  /* contacts
    --------------------------------------------*/
  .contacts-list-item:nth-child(2n+1) {
    clear: both;
  }
  /* utility
    --------------------------------------------*/
  .sfBreadcrumbWrp {
    margin: 0;
  }
  .sfBreadcrumbWrp .RadSiteMap {
    float: right;
  }
}
/*-----------------------------------------------------------------------------------------

Desktop

----------------------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  html.flyout-visible,
  html.flyout-visible body {
    height: auto;
    overflow: auto;
  }
  /* header */
  .header-wrapper {
    /*z-index:9;
        position:relative;*/
    -webkit-transition: top 600ms ease;
    -moz-transition: top 600ms ease;
    -ms-transition: top 600ms ease;
    -o-transition: top 600ms ease;
    transition: top 600ms ease;
    top: -90px;
  }
  .masthead-wrapper {
    height: auto;
  }
  .logo {
    display: block;
    width: 209px;
    height: 47px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../Images/national-logo.png) no-repeat;
    margin: 42px 0 10px 0;
    float: none;
  }
  .tagline {
    float: none;
    margin: 0;
  }
  .header {
    background: #191d48 url(../Images/national-header-bg.gif) no-repeat center top;
    height: 140px;
    top: 0;
  }
  .header:before {
    content: '';
    display: block;
    height: 80px;
    width: 180px;
    position: absolute;
    right: 0;
    top: 60px;
    background: url(../Images/national-primary-nav-bg.gif) repeat-y right top;
  }
  .masthead {
    float: left;
  }
  .btn.help-us {
    float: right;
    margin: 77px 5px 20px 0;
  }
  /* social nav */
  .secondary-nav-wrapper {
    height: 60px;
  }
  .social-nav {
    margin: 18px 0 0 5px;
    float: left;
  }
  .social-nav > li {
    margin-left: 18px;
  }
  /* user nav */
  .register,
  .my-account,
  .login-logout {
    margin: 18px 0 0 0px;
    float: right;
  }
  .login-logout {
    margin-left: 25px;
  }
  /* menu toggle */
  .menu-toggle {
    display: none;
  }
  /* mobile nav */
  .wrapper {
    position: static;
    z-index: auto;
  }
  .mobile-nav-wrapper,
  .flyout-content-mask {
    display: none !important;
  }
  /* primary nav */
  .primary-nav {
    display: block !important;
    line-height: 20px;
    float: left;
    margin: 0 0 0 -15px;
    font-family: Futura-Book, 'Open Sans', Arial;
    font-size: 14px;
    /*& > li:first-child {
			font-family: 'Futura-Bold';

			li {
				font-family: Futura-Book, 'Open Sans', Arial;
			}
		}*/
  }
  .primary-nav > li {
    float: left;
    position: relative;
  }
  .primary-nav > li > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: white;
    padding: 30px 0;
    width: 78px;
    height: 80px;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
  }
  .primary-nav > li:hover > a,
  .primary-nav > li.visible > a,
  .search-toggle:hover {
    text-decoration: none;
    background: #5bacd3;
  }
  .primary-nav > li.js-has-children:hover > a:after,
  .primary-nav > li.js-has-children.visible > a:after {
    content: '';
    display: block;
    width: 18px;
    height: 9px;
    background-image: url(../Images/national-sprite.png);
    background-repeat: no-repeat;
    background-position: -180px top;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: 0;
  }
  .primary-nav > li > a.sfSel {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #93afcd;
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .primary-nav > li.js-has-children.visible > a.sfSel {
    border-bottom-color: transparent;
  }
  .primary-nav > li > ul {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 280px;
    background: #5bacd3;
    padding: 20px 0 15px 15px;
    font-size: 14px;
    line-height: 1.2;
    z-index: 12;
  }
  .primary-nav > li:hover > ul,
  .primary-nav > li.visible > ul {
    display: block;
  }
  .primary-nav > li > ul > li {
    float: left;
  }
  .primary-nav > li > ul > li > a {
    color: white;
    display: block;
    width: 120px;
    padding: 5px 20px 5px 0;
  }
  .primary-nav > li > ul > li > a:hover {
    color: #191d48;
    text-decoration: none;
  }
  .nav-bg {
    width: 100%;
    position: absolute;
    top: 140px;
    background: #5bacd3;
    display: block;
    z-index: 1;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  }
  /* search */
  .search-toggle {
    width: 80px;
    height: 80px;
    padding: 25px 0 0 0;
  }
  .search-toggle.active {
    background: white;
  }
  .search-control {
    padding-left: 60px;
  }
  .search-label {
    top: 19px;
    left: 60px;
    font-size: 30px;
  }
  .search-field {
    font-size: 30px;
  }
  /* fixed header */
  .js-scroll.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 12;
    -webkit-transform: translate3d(0, 0, 0);
    /* fix for flickering in chrome */
  }
  .js-scroll .header {
    height: 70px;
    background-position: center bottom;
    /*position:fixed;
        width:100%;*/
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    z-index: 11;
    top: 0;
  }
  .js-scroll .header.js-no-shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .js-scroll .header:before {
    top: 0;
    height: 70px;
  }
  .js-scroll .logo {
    width: 59px;
    height: 43px;
    background-position: left -80px;
    margin: 10px 0 0 0;
    float: left;
  }
  .js-scroll .tagline {
    float: left;
    margin: 18px 0 0 5px;
    font-size: 12px;
  }
  .js-scroll .tagline > br {
    display: inline;
  }
  .js-scroll .help-us {
    margin: 13px 5px 0 0;
  }
  .js-scroll .secondary-nav-wrapper {
    float: right;
    height: 70px;
  }
  .js-scroll .login-logout {
    margin: 23px 0 0 0;
  }
  .js-scroll .register,
  .js-scroll .my-account,
  .js-scroll .social-nav {
    display: none;
  }
  .js-scroll .social-nav.fixed-only {
    display: block;
    float: right;
    margin: 23px 12px 0 0;
  }
  .js-scroll .primary-nav-wrapper {
    float: left;
  }
  .js-scroll .header .primary-nav > li > a {
    width: auto;
    padding: 23px 12px;
    height: 70px;
  }
  .js-scroll .primary-nav > li > ul {
    top: 70px;
  }
  .js-scroll .search-toggle {
    width: auto;
    padding: 23px 12px 0 12px;
    height: 70px;
  }
  .js-scroll .search-toggle > .search-toggle-icon {
    width: 20px;
    height: 21px;
    background-position: -120px -40px;
  }
  .js-scroll .search-toggle.active > .search-toggle-icon {
    background-position: -140px -40px;
  }
  .js-scroll .nav-bg {
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 9;
  }
  .js-scroll .search-wrapper {
    top: 70px;
    margin: 0;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
  /* page */
  .js-scroll + .page,
  .js-scroll + .flexslider.home-slider {
    padding-top: 140px;
  }
  /* footer */
  .footer {
    color: white;
  }
  /* contact row */
  .footer-contact {
    padding: 60px 0 40px;
    height: 240px;
    background-image: url(../Images/national-footer-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
  }
  .footer-branding {
    margin-bottom: 0;
  }
  .footer-contact .logo {
    margin-top: 60px;
  }
  .keep-in-touch {
    text-align: right;
  }
  .keep-in-touch-directory > li > a {
    padding: 0 36px 0 0;
  }
  .keep-in-touch-directory > li > a.facebook:after {
    right: 8px;
    left: auto;
    color: #191d48;
  }
  .keep-in-touch-directory > li > a.twitter:after {
    right: 0;
    left: auto;
  }
  .keep-in-touch-directory > li > a.youtube:after {
    right: 4px;
    left: auto;
  }
  .keep-in-touch-directory > li > a.flickr:after {
    right: 4px;
    left: auto;
  }
  .keep-in-touch-directory > li > a.google-plus:after {
    right: 4px;
    left: auto;
  }
  .keep-in-touch-directory > li > a.pinterest:after {
    right: 6px;
    left: auto;
  }
  .keep-in-touch-directory > li > a.linkedin:after {
    right: 3px;
    left: auto;
  }
  /* info row */
  .crest {
    float: left;
    margin-right: 15px;
  }
  .crest + p {
    padding-top: 30px;
  }
  .footer-attribution .attribution {
    float: right;
    margin-top: 0;
  }
  ul.tertiary-nav {
    margin-top: 0;
    float: right;
    height: 17px;
  }
  .has-crest ul.tertiary-nav {
    padding-top: 30px;
  }
  /* you say */
  .comment-list-item {
    margin-bottom: 0;
  }
  /* sign in
    ----------------------------------------------------------*/
  .signin-user-col {
    padding-left: 90px;
    padding-right: 95px;
  }
  .signup-beneifts-col {
    width: 440px;
    padding: 40px 20px 120px 20px;
  }
  .signup-form-col {
    width: 500px;
    padding: 40px 60px 120px 60px;
  }
  .tell-me-about.btn {
    white-space: nowrap;
  }
  /* you say */
  .comment-list-item > .item-content {
    max-height: 123px;
    padding-bottom: 5px;
    /* to allow for futura */
    overflow: hidden;
  }
  /* about
    ----------------------------------------------------------*/
  .banner-row .col-sm-12 + .col-sm-12 {
    display: table-cell;
  }
  .sub-banner-row .sub-banner-button-col {
    padding-top: 120px;
    position: static;
    padding-bottom: 0;
  }
  .sub-banner-row .sub-banner-button-col .btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
  .general-content-wrapper .content-body {
    background: url(../Images/national-white-col-bg.gif) repeat-y -134px top;
  }
  /* policies
    ----------------------------------------------------------*/
  .policies-grid .row > div {
    padding: 40px 80px 50px;
  }
  /* news landing
    ----------------------------------------------------------*/
  /* news stream */
  .news-stream-nav {
    border-bottom: 0;
  }
  .news-stream-item.primary {
    border-bottom: none;
  }
  .news-stream-item.secondary {
    border-left: 1px solid white;
  }
  .mobile-clear {
    clear: none;
  }
  .news-category-item:nth-child(2n + 1) {
    clear: none;
    background: transparent;
  }
  .news-category-item:nth-child(3n+1) {
    clear: both;
  }
  /* media releases */
  .latest-press-releases-row {
    background-position: -33px top;
  }
  .col.media-release-content {
    padding: 30px;
  }
  /* latest videos */
  .latest-video-wrapper .latest-video-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333333333333%;
    margin-bottom: 0;
    overflow: visible;
  }
  .latest-video-image {
    float: none;
    width: auto;
  }
  .latest-video-item .latest-video-title {
    margin: 15px 0 0 0;
    float: none;
    width: auto;
  }
  .latest-video-wrapper {
    height: 560px;
  }
  .latest-video-item:nth-child(2):before,
  .latest-video-item:nth-child(2):after {
    content: '';
    display: block;
    width: 1px;
    height: 390px;
    position: absolute;
    top: 0;
    background: url(../Images/national-news-video-divider-bg.png) no-repeat left top;
    z-index: 2;
  }
  .latest-video-item:nth-child(2):before {
    left: 0;
  }
  .latest-video-item:nth-child(2):after {
    right: 0;
  }
  .latest-video-image {
    margin: 0 -20px;
    height: 220px;
  }
  /* top stories */
  .top-stories-events-row {
    background: url(../Images/national-news-top-stories-events-bg-970.gif) repeat-y left top;
  }
  .top-stories-events-row .events-col {
    background: none;
  }
  .top-stories-item {
    padding: 25px 15px;
  }
  /* events */
  .upcoming-events-col .side.events-list {
    margin-left: 0;
    margin-right: 0;
  }
  .upcoming-events-col .events-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    float: none;
    padding: 0;
  }
  /* item detail 
    ----------------------------------------------------------*/
  .content-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .detail-content-wrapper .content-body {
    background: url(../Images/national-item-detail-bg-970.gif) repeat-y right top;
  }
  .content-related,
  .content-image {
    background: none;
    float: right;
    width: 323px;
  }
  /* team
    ----------------------------------------------------------*/
  .mp-list .mp-item {
    width: 33.33333333333333%;
  }
  .national-team .mp-list .mp-item:first-child {
    width: 66.66666666666666%;
  }
  .national-team .mp-list .mp-item:first-child .mp-portrait,
  .national-team .mp-list .mp-item:first-child .mp-name,
  .national-team .mp-list .mp-item:first-child .mp-info {
    width: 50%;
  }
  .national-team .mp-list .mp-item:nth-child(2n + 2) {
    clear: none;
  }
  .national-team .mp-list .mp-item:nth-child(3n + 3) {
    clear: both;
  }
  /* candidates list 
    ----------------------------------------------------------*/
  .candidates-list .mp-item:nth-child(2n + 1) {
    clear: none;
  }
  .candidates-list .mp-item:nth-child(3n + 1) {
    clear: both;
  }
  /* flickr stream
    ----------------------------------------------------------*/
  .flickr-feed-wrapper .flickr {
    width: 970px;
  }
  .flickr-feed-wrapper .photo-list > li {
    height: 149px;
  }
  .flickr-feed-wrapper .photo-list > li:first-child,
  .flickr-feed-wrapper .photo-list > li:nth-child(2),
  .flickr-feed-wrapper .photo-list > li:last-child {
    height: 298px;
  }
  .flickr-feed-wrapper .photo-list > li:first-child {
    right: 970px;
  }
  .flickr-feed-wrapper .photo-list > li:last-child {
    left: 970px;
  }
  .flickr-feed-wrapper .flickr > a {
    top: 149px;
    height: 149px;
    padding-top: 90px;
  }
  /* Events
    ----------------------------------------------------------*/
  /* full events list */
  .content-main .events-item {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* contacts
    --------------------------------------------*/
  .contacts-list-item:nth-child(2n+1) {
    clear: none;
  }
  .contacts-list-item:nth-child(3n+1) {
    clear: both;
  }
  /* my account
    --------------------------------------------*/
  .my-account-row {
    background-position: 485px top;
  }
  /* Help Us
    ----------------------------------------------------------*/
  /*volunteers*/
  .volunteer-cta .btn {
    margin-top: 60px;
  }
  /* foundation */
  .foundation-wrapper {
    position: relative;
  }
  .foundation-logo {
    margin-top: 50px;
  }
  .foundation-content,
  .foundation-graphic {
    width: 50%;
    float: left;
  }
  .foundation-graphic {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background-image: url(/images/default-source/page-banners/national-foundation-background.jpg);
  }
  .foundation-content > .inner,
  .foundation-graphic > .inner {
    width: 485px;
    margin: 0;
  }
  .foundation-content > .inner {
    float: right;
  }
  .foundation-graphic > .inner {
    float: left;
  }
  /* Desktop campaign 2014
    ----------------------------------------------------------*/
  .sf_cols.join-team-key-header {
    background-image: url(/images/default-source/page-banners/i-want-to-volunteer-banner.jpg);
    /* sitefinity managed image */
  }
  .join-team-key-content .col-md-4 .btn.donate-now {
    display: block;
  }
  .join-team-key-content .col-md-8 .btn.donate-now {
    display: none;
  }
}
/*-----------------------------------------------------------------------------------------

Large Desktop

----------------------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  /* primary nav */
  .primary-nav > li > a {
    font-size: 14px;
  }
  .primary-nav > li > a,
  .search-toggle {
    width: 95px;
  }
  .primary-nav > li:hover > ul:after {
    left: 38px;
  }
  /* fixed scroll header */
  .js-scroll .tagline {
    margin: 16px 0 0 10px;
    font-size: 14px;
  }
  .js-scroll .primary-nav > li > a {
    padding: 23px 20px;
  }
  .js-scroll .search-toggle {
    padding: 23px 20px 0 20px;
  }
  /* sign in
    ----------------------------------------------------------*/
  .signin-user-col {
    padding-left: 120px;
    padding-right: 165px;
  }
  .signup-beneifts-col {
    width: 540px;
    padding: 40px 20px 120px 20px;
  }
  .signup-form-col {
    width: 600px;
    padding: 40px 140px 120px 80px;
  }
  /* about
    ----------------------------------------------------------*/
  .general-content-wrapper .content-body {
    background: url(../Images/national-white-col-bg.gif) repeat-y left top;
  }
  /* news landing
    ----------------------------------------------------------*/
  .latest-press-releases-row {
    background-position: left top;
  }
  .top-stories-events-row {
    background: url(../Images/national-news-top-stories-events-bg-1170.gif) repeat-y left top;
  }
  /* item detail
    ----------------------------------------------------------*/
  .detail-content-wrapper .content-body {
    background: url(../Images/national-item-detail-bg-1170.gif) repeat-y right top;
  }
  .content-related,
  .content-image {
    width: 390px;
  }
  /* team
    ----------------------------------------------------------*/
  .mp-list .mp-item {
    width: 25%;
  }
  .national-team .mp-list .mp-item:first-child {
    width: 75%;
  }
  .national-team .mp-list .mp-item:first-child .mp-portrait {
    width: 66.66666666666666%;
  }
  .national-team .mp-list .mp-item:first-child .mp-name,
  .national-team .mp-list .mp-item:first-child .mp-info {
    width: 33.33333333333333%;
  }
  .national-team .mp-list .mp-item:nth-child(3n + 3) {
    clear: none;
  }
  .national-team .mp-list .mp-item:nth-child(4n + 3) {
    clear: both;
  }
  /* candidates list 
    ----------------------------------------------------------*/
  .candidates-list .mp-item:nth-child(3n + 1) {
    clear: none;
  }
  .candidates-list .mp-item:nth-child(4n + 1) {
    clear: both;
  }
  /* flickr feed
    ----------------------------------------------------------*/
  .flickr-feed-wrapper .flickr {
    width: 1170px;
  }
  .flickr-feed-wrapper .photo-list > li {
    height: 180px;
  }
  .flickr-feed-wrapper .photo-list > li:first-child,
  .flickr-feed-wrapper .photo-list > li:nth-child(2),
  .flickr-feed-wrapper .photo-list > li:last-child {
    width: 50%;
    height: 360px;
  }
  .flickr-feed-wrapper .photo-list > li:first-child {
    right: 1170px;
  }
  .flickr-feed-wrapper .photo-list > li:last-child {
    left: 1170px;
  }
  .flickr-feed-wrapper .flickr > a {
    height: 180px;
    top: 180px;
    padding-top: 100px;
  }
  /* my account
    --------------------------------------------*/
  .my-account-row {
    background-position: 585px top;
  }
  /* help us
    ----------------------------------------------------------*/
  .foundation-content > .inner,
  .foundation-graphic > .inner {
    width: 585px;
  }
}
/*-----------------------------------------------------------------------------------------

High resolution sprites

----------------------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3/2), screen and (min-device-pixel-ratio: 1.5) {
  .logo,
  .signin-with-mynational:before {
    background-image: url(../Images/national-logo@2x.png);
    -moz-background-size: 220px 140px;
    background-size: 220px 140px;
  }
  .social-nav > li > a,
  .login-logout > a:before,
  .mobile-nav > li span:after,
  .search-toggle > .search-toggle-icon,
  .search-button,
  .keep-in-touch-directory > li > a:after,
  .subscribe-button,
  .security-text:before,
  .checked-list > li:before,
  .checkbox > label:before,
  .national-form .sfFormCheckboxlist .sfCheckListBox label:before,
  .wrapper h3.side-section-title:after,
  .content-related .no-title + .mp-standalone:before,
  .item-icon,
  .flickr-feed-wrapper .flickr > a:after,
  .primary-nav > li.js-has-children:hover > a:after,
  .primary-nav > li.js-has-children.visible > a:after,
  .sshContent .sshListItem .sshIcon,
  #subscribe:before {
    background-image: url(../Images/national-sprite@2x.png);
    -moz-background-size: 295px 195px;
    background-size: 295px 195px;
  }
  select.form-control,
  .form-group select,
  .national-form .sfDropdownList select {
    background-image: url(../Images/national-select-bg@2x.png);
    -moz-background-size: 26px 8px;
    background-size: 26px 8px;
  }
  .search-indicator {
    background-image: url(../images/national-loading@2x.gif);
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}
/*-----------------------------------------------------------------------------------------

    Animations

----------------------------------------------------------------------------------------*/
.btn,
.sfcommentsForm .sfcommentsSubmitBtn,
.content-related .flickr > a,
.sfFormSubmit.sfSubmitBtnSmall > input .subscription-form > input,
#mp-subscribe-wrap .subscribe-button {
  -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.primary-nav > li > ul > li > a,
.keep-in-touch-directory > li > a,
.sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink,
.sf_pagerNumeric a,
.item-headline > a,
a.link-overlay,
a.item-type,
.item-topic > a,
.news-stream-nav ul > li > a,
.get-updates-nav > li > a,
.news-category-item .item-image,
.mp-item .mp-name > a,
.simple-item-title > a,
.rss-item,
.sfsearchResultTitle > a,
.media-release-image,
.latest-video-image,
.latest-video-item .latest-video-title > a,
.signin-with-mynational,
.signin-with-facebook,
.sshContent .sshListItem .sshIcon {
  -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.play-video,
.play-video:after {
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.flickr-feed-wrapper .flickr > a {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.wrapper {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.wrapper.flyout-visible {
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -o-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}
@media screen and (min-width: 992px) {
  .wrapper {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-perspective: none;
    -webkit-backface-visibility: visible;
  }
  .wrapper.flyout-visible {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.home-news-nav > li > a.active:before {
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  top: -8px;
  background: #191d48;
}
.form-group .sfTxt,
.form-group select {
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*-----------------------------------------------------------------------------------------

    Sitefinity Layout Overrides

----------------------------------------------------------------------------------------*/
.sf_cols.row {
  width: auto;
}
/*-----------------------------------------------------------------------------------------

    Sitefinity Edit Mode Overrides - these provide visibility in edit mode for otherwise hidden elements

----------------------------------------------------------------------------------------*/
.sfPageEditor .header {
  height: auto;
}
.sfPageEditor .secondary-nav-wrapper {
  height: auto;
}
.sfPageEditor .nav-bg {
  display: none !important;
}
.sfPageEditor .search-wrapper {
  display: block !important;
  height: auto;
}
.sfPageEditor .user-nav-wrapper {
  clear: both;
  float: none;
}
.sfPageEditor .membership-tiers .btn-wrap {
  position: static;
}
/* hiding edit button on layouts */
.zeLayoutMode .sfPageContainer .RadDock_Sitefinity .rdCenter .zeLayoutTitlebar .rdCommands a span.rdEditCommand {
  /*display:none;*/
}
.zeLayoutMode .sfPageContainer .RadDock_Sitefinity .rdCenter .zeLayoutTitlebar .rdCommands a span.rdMoreCommand {
  border-left: none !important;
}
/* workaround for Sitefinity layout editing bug in Chrome */
#ZoneEditor {
  overflow: visible !important;
}
/* prevent the following from displaying to admins for testing & consistency  */
.signed-in + .signed-out,
.my-account + .register,
.news-update-preferences + .news-sign-up,
.plan-update-preferences + .plan-sign-up {
  display: none;
}
