@font-face {
  font-family: 'NexaBold';
  src: url('../fonts/Nexa-Bold.eot');
  src: url('../fonts/Nexa-Bold.woff2') format('woff2'),
       url('../fonts/Nexa-Bold.woff') format('woff'),
       url('../fonts/Nexa-Bold.ttf') format('truetype'),
       url('../fonts/Nexa-Bold.svg#Nexa-Bold') format('svg'),
       url('../fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
       url("../fonts/Nexa-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NexaBook';
  src: url('../fonts/Nexa-Book.eot');
  src: url('../fonts/Nexa-Book.woff2') format('woff2'),
       url('../fonts/Nexa-Book.woff') format('woff'),
       url('../fonts/Nexa-Book.ttf') format('truetype'),
       url('../fonts/Nexa-Book.svg#Nexa-Book') format('svg'),
       url('../fonts/Nexa-Book.eot?#iefix') format('embedded-opentype'),
       url("../fonts/Nexa-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

html,
body
{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  
  font-family: NexaBook, serif;
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
}

/* Box model */
html
{
  box-sizing: border-box;
}

*, *:before, *:after
{
  box-sizing: inherit;
}
/**/

.header
{
  margin: 0 auto 25px;
  padding-top: 50px;
  overflow: hidden;
}

.header .logo-main-navigation-container
{
  overflow: hidden;
}

.header .logo-main-navigation-container a.logo
{
  text-decoration: none;
  margin-left: 15px;
  display: block;
}

.header .logo-main-navigation-container a.logo img
{
  width: 160px;
}

.home .slideshow
{
  margin: 0 auto 15px;
  overflow: hidden;
  height: 240px;
  width: 100%;
}

.home .slideshow .input-form-item
{
  position: relative;
  overflow: hidden;
  height: 240px;
  width: 100%;
}

.home .slideshow .input-form-item .input-form-title
{
  font-family: NexaBold, serif;
  padding: 45px 15px 20px;
  line-height: 32px;
  font-size: 26px;
  color: #fff;
}

.home .slideshow .input-form-item .input-form-text
{
  display: none;
}

.home .slideshow .input-form-item .input-form-read-more-url
{
  padding: 0 15px;
}

.home .slideshow .input-form-item .input-form-read-more-url a
{
  font-family: NexaBold, serif;
  text-decoration: none;
  line-height: 26px;
  font-size: 18px;
  color: #DA1D46;
}

.home .slideshow .input-form-item .input-form-image
{
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}

.home .slideshow .input-form-item .input-form-image img
{
  height: 240px;
}

.home .slideshow .slideshow-button-prev,
.home .slideshow .slideshow-button-next
{
  display: none;
}

.home h2
{
  font-family: NexaBold, serif;
  margin: 0 15px 15px;
  line-height: 26px;
  font-size: 20px;
  color: #DA1D46;
}

.home .our-core-focus
{
  margin-bottom: 5px;
  overflow: hidden;
}

.home .news
{
  background-color: #48A2AC;
  padding: 20px 0;
}

.home .news h2
{
  color: #fff;
}

.home .ten-things
{
  background-color: #243A7C;
  padding: 20px 0;
}

.home .ten-things .ten-things-slideshow
{
  overflow: hidden;
  margin: 0 15px;
}

.home .ten-things .ten-things-slideshow .input-form-item .input-form-title
{
  line-height: 64px;
  font-size: 58px;
  color: #fff;
}

.home .ten-things .ten-things-slideshow .input-form-item .input-form-text
{
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

.home .ten-things .ten-things-slideshow .input-form-item .input-form-image img
{
  margin: 0 auto;
  display: block;
  width: 195px;
}

.home .ten-things .ten-things-slideshow .slideshow-button-prev,
.home .ten-things .ten-things-slideshow .slideshow-button-next
{
  display: none;
}

.home .ten-things .ten-things-slideshow .slideshow-pagination
{
  margin: 40px auto 25px;
  text-align: center;
}

.home .ten-things .ten-things-slideshow .slideshow-pagination span.swiper-pagination-bullet
{
  border: 2px solid #243A7C;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  height: 17px;
  width: 17px;
}

.home .ten-things .ten-things-slideshow .slideshow-pagination span.swiper-pagination-bullet-active
{
  border-color: #fff;
  opacity: 1;
}

.home .downloads
{
  background-color: #DA1D46;
  padding: 20px 0;
}

.home .downloads h2
{
  color: #fff;
}

.footer-container
{
  background-color: #DEDEE0;
  padding: 35px 0;
}

.footer-container .icons
{
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 204px;
}

.footer-container .icons a
{
  display: inline-block;
  margin: 0 10px;
  height: 48px;
  width: 48px;
}

.footer-container .icons a.facebook
{
  background-image: url(../images/icon-facebook1x.png);
  background-image: -webkit-image-set(
    url(../images/icon-facebook1x.png) 1x,
    url(../images/icon-facebook2x.png) 2x
  );
  background-position: top left;
  background-repeat: no-repeat;
}

.footer-container .icons a.twitter
{
  background-image: url(../images/icon-twitter1x.png);
  background-image: -webkit-image-set(
    url(../images/icon-twitter1x.png) 1x,
    url(../images/icon-twitter2x.png) 2x
  );
  background-position: top left;
  background-repeat: no-repeat;
}

.footer-container .icons a.linkedin
{
  background-image: url(../images/icon-linkedin1x.png);
  background-image: -webkit-image-set(
    url(../images/icon-linkedin1x.png) 1x,
    url(../images/icon-linkedin2x.png) 2x
  );
  background-position: top left;
  background-repeat: no-repeat;
}

.footer-container p
{
  margin: 0 auto 10px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #717073;
  width: 290px;
}

.footer-container p a
{
  text-decoration: underline;
  color: #717073;
}

@media only screen and (min-width: 460px)
{
  .home .slideshow .input-form-item .input-form-image img
  {
    height: auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px)
{
  .header .logo-main-navigation-container a.logo
  {
    margin-left: 30px;
  }
  
  .header .logo-main-navigation-container a.logo img
  {
    width: 210px;
  }

  .home .slideshow
  {
    margin-bottom: 25px;
  }
  
  .home .slideshow,
  .home .slideshow .input-form-item
  {
    height: 430px;
  }
  
  .home .slideshow .input-form-item .input-form-title
  {
    padding: 30px 85px 20px 30px;
    line-height: 56px;
    font-size: 46px;
  }
  
  .home .slideshow .input-form-item .input-form-text
  {
    margin: 0 30px 20px;
    line-height: 26px;
    font-size: 20px;
    display: block;
    color: #fff;
  }
  
  .home .slideshow .input-form-item .input-form-read-more-url
  {
    margin: 0 30px 20px;
    padding: 0;
  }
  
  .home .slideshow .input-form-item .input-form-read-more-url a
  {
    line-height: 26px;
    font-size: 20px;
  }
  
  .home .slideshow .input-form-item .input-form-image img
  {
    height: 430px;
    width: auto;
  }
  
  .home h2
  {
    margin: 0 0 20px 30px;
    line-height: 34px;
    font-size: 30px;
  }
  
  .home .our-core-focus
  {
    margin-bottom: 30px;
  }
  
  .home .news
  {
    padding-bottom: 30px;
  }
  
  .home .ten-things
  {
    padding: 40px 0;
  }
  
  .home .ten-things h2
  {
    margin: 0 100px 40px;
  }
  
  .home .ten-things .ten-things-slideshow
  {
    position: relative;
    /*margin: 0 100px;*/
    margin: 0;
  }
  
  .home .ten-things .ten-things-slideshow .input-form-item .input-form-title
  {
    line-height: 96px;
    font-size: 88px;
    margin: 0 100px;
  }
  
  .home .ten-things .ten-things-slideshow .input-form-item .input-form-text
  {
    margin: 0 100px 30px 100px;
    line-height: 30px;
    max-width: 500px;
    font-size: 20px;
  }
  
  .home .ten-things .ten-things-slideshow .input-form-item .input-form-image img
  {
    height: 250px;
    width: auto;
  }
  
  .home .ten-things .ten-things-slideshow .slideshow-pagination
  {
    margin: 80px auto 10px;
  }
  
  .home .ten-things .ten-things-slideshow .slideshow-pagination span.swiper-pagination-bullet
  {
    border-width: 3px;
    height: 24px;
    width: 24px;
  }
  
  .home .ten-things .ten-things-slideshow .slideshow-button-prev,
  .home .ten-things .ten-things-slideshow .slideshow-button-next,
  .home .slideshow .slideshow-button-prev,
  .home .slideshow .slideshow-button-next
  {
    position: absolute;
    cursor: pointer;
    display: block;
    height: 43px;
    height: 43px;
    width: 43px;
    z-index: 2;
    top: 220px;
  }
  
  .home .slideshow .slideshow-button-prev,
  .home .slideshow .slideshow-button-next
  {
    display: none;
  }
  
  .home .ten-things .ten-things-slideshow .slideshow-button-prev,
  .home .slideshow .slideshow-button-prev
  {
    background-image: url(../images/arrow-slide-left-1x.png);
    background-image: -webkit-image-set(
      url(../images/arrow-slide-left-1x.png) 1x,
      url(../images/arrow-slide-left-2x.png) 2x
    );
    background-position: left center;
    background-repeat: no-repeat;
    left: 30px;
  }
  
  .home .ten-things .ten-things-slideshow .slideshow-button-next,
  .home .slideshow .slideshow-button-next
  {
    background-image: url(../images/arrow-slide-right-1x.png);
    background-image: -webkit-image-set(
      url(../images/arrow-slide-right-1x.png) 1x,
      url(../images/arrow-slide-right-2x.png) 2x
    );
    background-position: left center;
    background-repeat: no-repeat;
    right: 30px;
  }
  
  .home .ten-things .ten-things-slideshow .swiper-button-disabled
  {
    display: none;
  }
  
  .home .downloads
  {
    padding: 25px 0 10px 0;
    overflow: hidden;
  }
}

@media only screen and (min-width: 800px)
{ 
  .home .slideshow .input-form-item .input-form-image img
  {
    height: auto;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px)
{
  .header
  {
    width: 100%;
  }
  
  .header .member-login
  {
    padding-right: 20px;
    margin: 10px 0 0 0;
  }
  
  .header .logo-main-navigation-container
  {
    margin: 0 auto;
    width: 1200px;
  }
  
  .header .logo-main-navigation-container a.logo img
  {
    width: auto;
  }
  
  .header .logo-main-navigation-container a.logo
  {
    margin-left: 30px;
  }
  
  .home .slideshow
  {
    margin: 0 0 45px 0;
    position: relative;
    width: 100%;
  }
  
  .home .slideshow .slideshow-button-prev,
  .home .slideshow .slideshow-button-next
  {
    display: block;
    top: 290px;
  }
  
  .home .slideshow .swiper-button-disabled
  {
    display: none;
  }
  
  .home .slideshow,
  .home .slideshow .input-form-item
  {
    height: 625px;
  }
  
  .home .slideshow .input-form-item .input-form-title
  {
    padding: 90px 180px 0 0;
    margin: 0 auto 10px;
    line-height: 70px;
    font-size: 60px;
    width: 780px;
  }
  
  .home .slideshow .input-form-item .input-form-text
  {
    padding: 0 360px 0 0;
    margin: 0 auto 20px;
    line-height: 28px;
    font-size: 20px;
    width: 600px;
  }
  
  .home .slideshow .input-form-item .input-form-read-more-url
  {
    line-height: 28px;
    font-size: 20px;
    margin: 0 auto;
    width: 960px;
  }
  
  .home .slideshow .input-form-item .input-form-image
  {
    width: 100%;
  }
  
  .home h2
  {
    line-height: 40px;
    font-size: 36px;
  }
  
  .home .our-core-focus
  {
    margin: 0 auto 20px;
    width: 980px;
  }
  
  .home .our-core-focus h2
  {
    margin: 0 0 35px 10px;
  }
  
  .home .news
  {
    padding: 60px 0 80px;
  }
  
  .home .news h2
  {
    margin: 0 auto 35px;
    width: 960px;
  }
  
  .home .ten-things
  {
    padding: 60px 0 50px;
  }
  
  .home .ten-things h2
  {
    padding-right: 630px;
    margin: 0 auto 30px;
    width: 960px;
  }
  
  .home .ten-things .ten-things-slideshow .input-form-item
  {
    padding-top: 20px;
  }
  
  .home .ten-things .ten-things-slideshow .input-form-item .input-form-title
  {
    margin: 0 auto;
    width: 960px;
  }
  
  .home .ten-things .ten-things-slideshow .input-form-item .input-form-text
  {
    padding-right: 560px;
    min-height: 280px;
    font-size: 24px;
    margin: 0 auto;
    width: 400px;
  }
  
  .home .ten-things .ten-things-slideshow .input-form-item .input-form-image
  {
    position: absolute;
    margin: 0 auto;
    height: 100%;
    width: 800px;
    right: 0;
    left: 0;
    top: 0;
  }
  
  .home .ten-things .ten-things-slideshow .input-form-item .input-form-image img
  {
    height: auto;
    float: right;
    margin: 0;
  }
  
  .home .ten-things .ten-things-slideshow .slideshow-pagination
  {
    margin-top: 60px;
  }
  
  .home .downloads
  {
    padding: 60px 0;
  }
  
  .home .downloads h2
  {
    margin: 0 auto 60px;
    width: 960px;
  }
  
  .footer-container p
  {
    width: 1200px;
  }
}

.margin-bottom-0px
{
  margin-bottom: 0px !important;
}

sup
{
  vertical-align: super;
  font-size: 16px;
}

sub
{
  vertical-align: sub;
  font-size: 16px;
}

.cookie-warning
{
	background-color: #48A2AC;
	padding: 20px;
}

.cookie-warning h2
{
	margin: 0 0 10px 0;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.cookie-warning p
{
	line-height: 17px;
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.cookie-warning p a
{
	text-decoration: underline;
	color: #fff;
}

.main-container table
{
	margin: 0 auto 70px;
	width: 960px;
}

.main-container table th,
.main-container table td
{
	font-family: NexaBold, serif;
	vertical-align: top;
	padding: 15px 10px;
	line-height: 20px;
	text-align: left;
	font-size: 16px;
}

.main-container table th
{
	background-color: rgba(222, 222, 224, 0.6);
	color: #243A7C;
}

.main-container table td
{
	border-bottom: 1px solid rgba(113, 112, 115, 0.3);
	vertical-align: middle;
	padding: 15px 10px;
	color: #717073;
	height: 65px;
}

.main-container table td a.download
{
	background-image: url(modules/members-area/images/download-icon-1x.png);
	background-image: -webkit-image-set(
	  url(modules/members-area/images/download-icon-1x.png) 1x,
	  url(modules/members-area/images/download-icon-2x.png) 2x
	);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 20px;
	color: #717073;
}