@import url("https://use.typekit.net/xlg4yzh.css");
/*
			Questa:


			font-family: questa-grande, serif;

			Light: 200
			Book : 300
			Regular: 400
			Medium: 500
			SemiBold: 600
			Bold: 700
			Black: 900

			---------------------------

			Halyard Display Book

			font-family: halyard-display, sans-serif;

			font-weight: 300;

			font-style: normal;


			Halyard Display Italic

			font-family: halyard-display, sans-serif;

			font-weight: 400;

			font-style: italic;


			Halyard Display Regular

			font-family: halyard-display, sans-serif;

			font-weight: 400;

			font-style: normal;


			Halyard Display Bold

			font-family: halyard-display, sans-serif;

			font-weight: 700;

			font-style: normal;


			Halyard Display Bold Italic

			font-family: halyard-display, sans-serif;

			font-weight: 700;

			font-style: italic;


			Halyard Micro Regular

			font-family: halyard-micro, sans-serif;

			font-weight: 400;

			font-style: normal;


			Halyard Micro Italic

			font-family: halyard-micro, sans-serif;

			font-weight: 400;

			font-style: italic;


			Halyard Micro Bold Italic

			font-family: halyard-micro, sans-serif;

			font-weight: 700;

			font-style: italic;


			Halyard Micro Bold

			font-family: halyard-micro, sans-serif;

			font-weight: 700;

			font-style: normal;


			Halyard Text Book

			font-family: halyard-text, sans-serif;

			font-weight: 300;

			font-style: normal;


			Halyard Text Regular

			font-family: halyard-text, sans-serif;

			font-weight: 400;

			font-style: normal;


			Halyard Text Italic

			font-family: halyard-text, sans-serif;

			font-weight: 400;

			font-style: italic;


			Halyard Text Bold

			font-family: halyard-text, sans-serif;

			font-weight: 700;

			font-style: normal;


			Halyard Text Bold Italic

			font-family: halyard-text, sans-serif;

			font-weight: 700;

			font-style: italic;

			*/

html {
  scroll-behavior: smooth;
}

body {
  background: #f6f7fc;
}

.pagecontent h1 {
  font-family: questa-grande, serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
  color: #2d2d2d;
}

.pagecontent p {
  /*font-family: questa-grande, serif;
    font-size: 20px;
    color: #757575;
    font-weight: 100;
    line-height: 25px;*/
  color: #2d2d2d;
  font-size: 16px;
  font-family: halyard-text, sans-serif;
  font-weight: 200;
}

h2 {
  font-family: questa-grande, serif;
  font-size: 52px;
  width: 100%;
  text-align: center;
  color: #425765;
  /*margin-top: 30px;*/
  margin-bottom: 30px;
}

h3.sponsoredtitle {
    font-family: questa-grande, serif;
    font-size: 32px;
    width: 100%;
    text-align: left;
    color: #425765;

}

a:hover {
  text-decoration: none;
}

.container {
  /*min-width: 1410px;*/
  max-width: 1410px;
  width: 100%;
}

.topmenu {
  list-style: none;
  text-align: right;
  float: right;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.topmenu li {
  float: left;
  color: #8d9095;
  font-size: 15px;
  font-family: halyard-text, sans-serif;
  font-weight: 100;
  padding: 0 15px;
  border-right: #cccccc 1px solid;
}
.topmenu li:last-child {
	border-right: none;
}

.topmenu li a,
.topmenu li a:hover {
  color: #8d9095;
  font-size: 15px;
  font-family: halyard-text, sans-serif;
  font-weight: 100;
}

.topmenu li img.threadsicon {
    width: 15px;
}

.mainmenurow {
  margin-top: -40px;
}

#mainmenu {
  padding-top: 60px;
}

#mainmenu ul {
  padding-left: 0px;
  float: right;
  padding-top: 33px;
  margin-bottom: 0;
}

#mainmenu ul li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

#mainmenu ul li a {
  color: #424242;
  text-decoration: none;
  font-family: halyard-text, sans-serif;
  font-weight: 100;
  font-size: 18px;
}

.mega-toggle-block {
  display: none;
}

#homeslider {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#footer {
  background: #363f53;
  min-height: 200px;
  color: #fff;
  padding-top: 40px;
  font-size: 14px;
}

#footer a {
  color: #fff;
}

#footer ul {
  padding-left: 0;
}

#footer ul li {
  list-style: none;
}

#footer ul li a {
  text-decoration: none;
}

#footer hr {
  border-top: 1px solid #cad6e0;
}

.postitem img {
  width: 100%;
  height: auto !important;
}

.postitem .middlecontenttitle {
  width: 100%;
  margin-top: -180px;
  min-height: 150px;
}

.postitem .middlecontenttitle a {
  color: #fff;
  text-decoration: none;
  font-family: halyard-text, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
}

.postitem .middlecontent {
  background: #fff;
  width: 100%;
  margin-top: -30px;
  height: 270px;
  max-height: 270px;
  font-family: questa-grande, serif;
  color: #425765;
  font-size: 17px;
  font-weight: 200;
  padding-top: 20px;
}

.blogsecondpost img {
  width: auto !important;
  height: auto !important;
}

.blogsecondpost .itemtitle {
  background: #fff;
  padding: 20px;
  min-height: 179px;
  width: 100%;
  float: left;
}

.blogsecondpost .itemtitle a {
  color: #425765;
  font-size: 20px;
  font-weight: 200;
  font-family: questa-grande, serif;
}

.blogsecondpost .blogitemtitle {
  min-height: 166px;
}

.blogsecondpost .itemimage {
  background: url(../../assets/images/Tint20.png) 100% repeat-x;
  background-size: contain;
  height: 250px;
  margin-bottom: -250px;
  position: relative;
}

.blogsecondpost .itemimageoverlaybig {
  background: url(../../assets/images/Tint-Big-Section.png) 100% repeat-x;
  background-size: contain;
  height: 250px;
  margin-bottom: -250px;
  position: relative;
}

.blogsecondpost .blueline {
  border-bottom: 5px #16325c solid;
}

.blogsecondpost .circleavatar {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  float: left;
}

.blogsecondpost .circleavatar img {
  border-radius: 50%;
  width: 100% !important;
}

/* Slider */
.slidertitle {
  margin-top: 10%;
  margin-left: 10%;
  margin-bottom: 5%;
  color: #fff;
  font-size: 44px;
  font-family: questa-grande, serif;
  font-weight: 900;
}

.keep-your-practice-safe {
	float:left;
	margin-right:30px;
}

.sliderbutton {
  margin-left: 10%;
}

.sliderbutton a,
.sliderbutton a:hover {
  color: #fff;
  font-family: halyard-text, sans-serif;
  font-weight: 400px;
  font-size: 20px;
  padding: 5px 20px 8px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-decoration: none;
}

.editorgenerictitle {
  color: #fff;
  font-family: halyard-text, sans-serif;
  font-weight: 400px;
  font-size: 42px;
  margin-top: 28%;
  margin-left: 10%;
}

.editorline {
  width: 20%;
  background: #fff;
  height: 7px;
  float: left;
  margin-left: 10%;
  margin-top: 15px;
}

.editorstitle a {
  font-family: halyard-text, sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 25px;
  width: 70%;
  margin-left: 10%;
  margin-top: 20px;
  float: left;
}

.postitem {
  margin-bottom: 30px;
}

.itemtitle {
  background: #fff;
  padding: 20px;
  min-height: 179px;
  width: 100%;
  float: left;
}

.itemtitle a {
  color: #425765;
  font-size: 20px;
  font-weight: 200;
  font-family: questa-grande, serif;
}

.itemimage {
  background: url(../../assets/images/Tint20.png) 100% no-repeat;
  background-size: contain;
  height: 350px;
  margin-bottom: -350px;
  position: relative;
}

.itemimageoverlaybig {
  background: url(../../assets/images/Tint-Big-Section.png) 0px 0px repeat-x;
  background-size: cover;
  height: 378px;
  margin-bottom: -378px;
  position: relative;
}

.blueline {
  border-bottom: 5px #16325c solid;
}

.orangeline {
  border-bottom: 5px #f05a22 solid;
}

.popular {
  border-bottom: 1px #707070 solid;
  padding-bottom: 21px;
}

.popular .populartitle,
.popular a,
.popular a:hover {
  color: #696d73;
  font-size: 13px;
  font-family: halyard-text, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.popular .popularimage {
  padding: 0;
}

.popular .populardate {
  font-size: 10px;
  color: #696d73;
  font-family: halyard-text, sans-serif;
  font-weight: 300;
}

.newsletterform {
  background: #16325c;
  padding: 20px 40px;
  text-align: left;
  border-bottom: 5px #f05a22 solid;
  min-height: 243px;
}

.newsletterform h2 {
  font-family: questa-grande, serif;
  font-size: 25px;
  font-weight: 200;
  color: #ffffff;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 30px;
}

.newsletterform p {
  font-family: halyard-text, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}

.magazineform {
  background: #425765;
  padding: 20px 40px;
  border-bottom: 5px #f05a22 solid;
  min-height: 243px;
}

.magazineform h2 {
  font-family: questa-grande, serif;
  font-size: 25px;
  font-weight: 200;
  color: #ffffff;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 30px;
}

.magazineform p {
  font-family: halyard-text, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}

.buttonbox,
.buttonbox:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #16325c;
  background: #fff;
  font-size: 15px;
  border-radius: 20px;
  float: left;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 300;
  margin-right: 20px;
  width: 100%;
  max-width: 170px;
  text-align: center;
}

.categorydesc {
  padding-left: 10%;
  padding-right: 10%;
}

.categorydesc p {
  color: #425765;
  font-size: 32px;
  text-align: center;
  font-family: halyard-text, sans-serif;
  font-weight: 100;
  margin-top: -10px;
}

.authorname {
  color: #425765;
  font-family: halyard-text, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 40px;
}

.circleavatar {
  height: 100px;
  width: 100px;
  /*background-color: #bbb;*/
  border-radius: 50%;
  display: inline-block;
  float: left;
}

.circleavatar img {
  border-radius: 50%;
}

.authornamesmall {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
}

.blogitemtitle {
  float: left;
  min-height: 200px;
  float: left;
  width: 100%;
}

.firstblogitem .editorline {
  margin-left: 0%;
  margin-top: 50%;
}

.articleleft {
  color: #f05a22;
  font-size: 14px;
  font-family: halyard-text, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.articleleft .circleavatar {
  background: none;
  border-radius: 50%;
  display: inline-block;
  float: left;
  width: 100%;
  float: left;
  clear: both;
  padding-left: 30px;
  margin-bottom: 20px;
}

.articleleft .circleavatar img {
  border-radius: 50%;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  max-width: 100px;
}

.sidebar h3 {
  font-family: halyard-text, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #696d73;
}

.sidebar a,
.sidebar a:hover {
  color: #696d73;
  font-size: 15px;
  font-family: halyard-text, sans-serif;
  font-weight: 400;
}

.sidebar .mostread {
  border-bottom: 2px #707070 solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar .row {
  margin-left: 0px;
  margin-right: 0px;
}

.sidebar .number:nth-child(1):before {
  content: "1";
  font-family: questa-grande, serif;
  font-size: 60px;
  font-weight: 900;
  color: #425765;
  margin-top: -25px;
  float: left;
}

.sidebar .number:nth-child(5):before {
  content: "3";
  font-family: questa-grande, serif;
  font-size: 60px;
  font-weight: 900;
  color: #425765;
  margin-top: -25px;
  float: left;
}

.sidebar .number:nth-child(3):before {
  content: "2";
  font-family: questa-grande, serif;
  font-size: 60px;
  font-weight: 900;
  color: #425765;
  margin-top: -25px;
  float: left;
}

.sidebar .number:nth-child(7):before {
  content: "4";
  font-family: questa-grande, serif;
  font-size: 60px;
  font-weight: 900;
  color: #425765;
  margin-top: -25px;
  float: left;
}

.sidebar .number:nth-child(9):before {
  content: "5";
  font-family: questa-grande, serif;
  font-size: 60px;
  font-weight: 900;
  color: #425765;
  margin-top: -25px;
  float: left;
}

.sidebar .articledate {
  color: #696d73;
  font-size: 11px;
  font-family: halyard-text, sans-serif;
  font-weight: 400;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.askanexpert {
  background: #dfe6ed;
  padding: 10px;
}

.askanexpert h2 {
  font-family: questa-grande, serif;
  font-size: 40px;
  font-weight: 900;
  color: #425765;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 30px;
  margin-top: 60px;
}

.askanexpert a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #f05a22;
  font-size: 15px;
  border-radius: 20px;
  float: left;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 300;
  margin-right: 20px;
  width: 100%;
  max-width: 170px;
  text-align: center;
  margin-top: 120px;
}

.askanexpert ul {
  padding-left: 0;
  list-style: none;
}

.askanexpert ul li {
  color: #425765;
  font-family: halyard-text, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 100;
}

.askanexpert ul li::before {
  color: #f05a22;
  content: "";
  background: url(../../assets/images/Ellipse.png) 100% 20px no-repeat;
  width: 30px;
  height: 30px;
  font-size: 26px;
  padding-right: 10px;
  position: relative;
  top: 0em;
  padding-left: 0px;
  margin-right: 20px;
}

#myCarousel .col-7,
#myCarousel .col-5 {
  padding: 0;
}

.list-group {
  padding-top: 38px;
}

.sectionguide.featured .advice_link {
  background: transparent;
  width: 100%;
  float: left;
  border-radius: 0;
  height: 106px;
}

.sectionguide.featured .advice_link:hover {
  cursor: pointer;
}

.advice_link {
  border-left: 5px solid #373f54;
  min-height: 75px;
  padding: 10px;
  background: #373f54;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  padding-top: 0px;
}

.advice_link a {
  font-family: questa-grande, serif;
  font-size: 20px;
  color: #fff;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  float: left;
  width: 100%;
}

.advice_link:hover {
  background: #373f54;
  border-left: 5px solid #f05a22;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
}

.advice_link.active {
  background: #373f54;
  border-left: 5px solid #f05a22;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
}

.list-group {
  background: #373f54;
}

.list-group-item a,
.list-group-item a:hover {
  color: #fff;
}

#myCarousel ul.list-group {
  padding-top: 28px;
}

.advice_link a {
  font-size: 18px;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .advice_link a {
    font-size: 18px;
    padding-right: 0;
    padding-left: 30px;
  }
}

.clearfix {
  float: left;
  height: 30px;
  width: 100%;
}

.frontpracticeone .orangeline {
  background: #16325c;
  color: #fff;
  min-height: 109px;
  border: 0;
}

.frontpracticeone .orangeline a,
.frontpracticeone .orangeline a:hover {
  color: #fff;
}

.frontpracticetwo .orangeline {
  border-bottom: 5px #16325c solid;
}

/*ul.topmenu li {
  margin-right: 0px !important;
}

ul.topmenu li:nth-child(1),
ul.topmenu li:nth-child(2),
ul.topmenu li:nth-child(3),
ul.topmenu li:nth-child(4),
ul.topmenu li:nth-child(5),
ul.topmenu li:nth-child(6){
  padding-left: 0;
  padding-right: 10px !important;
}

ul.topmenu li:nth-child(5) {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

ul.topmenu li:nth-child(6),
ul.topmenu li:nth-child(7) {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

ul.topmenu li:nth-child(1) {
  border-right: #cccccc 1px solid !important;
  padding-left: 10px;
}

ul.topmenu li:nth-child(2) {
  border-right: #cccccc 1px solid !important;
  padding-left: 10px;
}

ul.topmenu li:nth-child(3) {
  border-right: #cccccc 1px solid !important;
  padding-left: 10px;
}

ul.topmenu li:nth-child(4) {
  border-right: #cccccc 1px solid !important;
  padding-left: 10px;
}

ul.topmenu li:nth-child(5) {
  border-right: #cccccc 1px solid !important;
  padding-left: 10px;
}
*/

ul#mega-menu-main_menu li:nth-child(1),
ul#mega-menu-main_menu li:nth-child(2),
ul#mega-menu-main_menu li:nth-child(3),
ul#mega-menu-main_menu li:nth-child(4),
ul#mega-menu-main_menu li:nth-child(5),
ul#mega-menu-main_menu li:nth-child(6),
ul#mega-menu-main_menu li:nth-child(7),
ul#mega-menu-main_menu li:nth-child(8) {
  border-right: #cccccc 1px solid !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

ul#mega-menu-main_menu li {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu {
  text-align: right !important;
}

#mega-menu-wrap-main_menu
#mega-menu-main_menu
> li.mega-menu-item
> a.mega-menu-link {
  font-family: halyard-text, sans-serif !important;
  font-weight: 100 !important;
  height: 30px !important;
  line-height: 20px !important;
  border-radius: 0 !important;
}

.postone .title {
  width: 100%;
  float: left;
  margin-top: -170px;
  min-height: 200px;
  padding: 0px 50px;
  z-index: 100;
  position: relative;
}

.postone .title a,
.postone .title a:hover {
  color: #ffffff;
  font-family: questa-grande, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.headp {
  font-family: halyard-text, sans-serif;
  color: #8d9095;
  font-size: 15px;
  font-weight: 100;
}

.nomargin {
  margin-left: 0;
  margin-right: 0;
}

/* START BLOGS CATEGORY */
.blogs .postone {
  background: #fff;
  border-bottom: 5px #f05a22 solid;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.blogs .postone .authordetails {
  float: left;
}

.blogs .postone .authordetails .circleavatar {
  width: 70px;
  height: 70px;
  margin-left: 20px;
}

.blogs .postone .authordetails .circleavatar img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.blogs .postone .authordetails .authortitle {
  padding-top: 20px;
  float: left;
  padding-left: 20px;
  font-size: 14px;
  font-family: halyard-display, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #425765;
}

.blogs .postone .date {
  font-size: 14px;
  color: #425765;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 20px;
}

.blogs .postone .title {
  margin-top: 0px;
  padding-left: 0px;
  padding-left: 20px;
  padding-top: 20px;
  min-height: 259px;
}

.blogs .postone .title a {
  color: #425765;
  font-size: 34px;
  font-family: questa-grande, serif;
  font-weight: 200;
}

.blogs .postwo {
  background: #fff;
  border-bottom: 5px #f05a22 solid;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.blogs .postwo .authordetails {
  float: left;
}

.blogs .postwo .authordetails .circleavatar {
  width: 70px;
  height: 70px;
  margin-left: 20px;
}

.blogs .postwo .authordetails .circleavatar img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.blogs .postwo .authordetails .authortitle {
  padding-top: 20px;
  float: left;
  padding-left: 20px;
  font-size: 14px;
  font-family: halyard-display, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #425765;
}

.blogs .postwo .date {
  font-size: 14px;
  color: #425765;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 20px;
}

.blogs .postwo .title {
  margin-top: 0px;
  padding-left: 0px;
  padding-left: 20px;
  padding-top: 20px;
  min-height: 259px;
}

.blogs .postwo .title a {
  color: #425765;
  font-size: 25px;
  font-family: questa-grande, serif;
  font-weight: 200;
}

.blogs .postitem .postinterior {
  min-height: 300px;
}

.blogs h3 {
  color: #425765;
  font-size: 35px;
  font-family: questa-grande, serif;
  font-weight: 900;
  border-bottom: 1px #425765 solid;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/* END BLOGS CATEGORY */
/* START YOUR PRACTICE SECTION */
.child-cat-title {
    border-bottom: 1px #425765 solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.yourpracticeline a,
.yourpracticeline a:hover {
  background: url(../images/yourpracticechildline.png) 0px 0px no-repeat;
  font-size: 30px !important;
  line-height: 35px !important;
  padding-top: 20px;
}

.yourpracticesection h3 {
  color: #425765;
  font-size: 35px;
  font-family: questa-grande, serif;
  font-weight: 900;
}

.yourpracticesection h3 a,
.yourpracticesection h3 a:hover {
  color: #425765;
  text-decoration: none;
}

/* END YOUR PRACTICE SECTION */
/*Start Views Section*/
.viewssection .blueline {
  border-bottom: 5px #f05a22 solid;
}

.viewssection h3 {
  color: #425765;
  font-size: 35px;
  font-family: questa-grande, serif;
  font-weight: 900;
  border-bottom: 1px #425765 solid;
  width: 100%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/*End Views Section*/
/* START INTEVIEWS SECTION */
.interviews .blueline {
  border-bottom: 5px #f05a22 solid;
}

.interviews h3 {
  color: #425765;
  font-size: 35px;
  font-family: questa-grande, serif;
  font-weight: 900;
  border-bottom: 1px #425765 solid;
  width: 100%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 30px;
}



.interviews .whiteback {
  background: #fff;
  float: left;
  max-height: 378px;
}

@media only screen and (max-width: 991px){
	
.interviews .whiteback {

  max-height:inherit;
}
} 

.interviews .postone a,
.interviews .postone a:hover {
  background: url(../images/Interview-One-Line.png) 30px 0px no-repeat;
  font-size: 25px;
  line-height: 35px;
  font-family: questa-grande, serif;
  padding-top: 20px;
  font-weight: 300;
  color: #16325c;
  text-decoration: none;
  /* bottom: 0; */
  float: left;
  width: 100%;
  /* left: 0; */
  margin-top: 45%;
  padding-right: 10%;
  padding-left: 30px;
}

.interviews .postone strong {
  font-weight: bold !important;
}

/* END OF INTERVIEWS SECTION */
/* START ASK AN EXPERT */
.askanexpertcontainer h2 {
  background: url(../images/Ask-An-Expert-Category.png) 18% -40px no-repeat;
  height: 170px;
  padding-top: 60px;
  margin-top: 0;
}

.askanexpertcontainer .blueline {
  border-bottom: none;
}

.askanexpertcontainer .itemtitle {
  padding-top: 50px;
}

.askanexpertcontainer .itemtitle a,
.askanexpertcontainer .itemtitle a:hover {
  min-height: 130px;
  float: left;
  text-decoration: none;
}

.askanexpertcontainer .itemtitle:hover {
  background: #f0f0f0;
}

/* END ASK AN EXPERT */
/* START SINGLE ARTICLE */
.singletop {
  margin-bottom: 40px;
  margin-top: 20px;
}

.singletop .singletitle {
  background: #373f54;
  color: #fff;
  font-family: questa-grande, serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  padding: 40px;
  padding-top: 50px;
  padding-right: 50px;
}

.singletop .singletitle h1 {
  color: #fff;
  font-size: 36px;
  font-family: questa-grande, serif;
  font-weight: 900;
}

.singlecontent h2 {
  font-family: questa-grande, serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
  /*color: #696D73;*/
  color: #2d2d2d;
}

.singlecontent p,
.singlecontent ul,
.singlecontent li {
  /*font-family: questa-grande, serif;
		
		font-size: 20px;
		
		color:#757575;
		
		font-weight: 100;
		
		line-height: 25px;
		
		*/
  /* color: #8D9095;*/
  color: #2d2d2d;
  font-size: 16px;
  font-family: halyard-text, sans-serif;
  font-weight: 200;
}

.simpletitle h2 {
  font-family: questa-grande, serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
  color: #696d73;
  text-align: left;
}

/* END SINGLE ARTICLE */
.mega-current-menu-item a.mega-menu-link:first-child {
  border-bottom: 2px #f05a22 solid !important;
  padding-bottom: 10px !important;
}

#mega-menu-wrap-main_menu
#mega-menu-main_menu
> li.mega-menu-flyout
ul.mega-sub-menu
li.mega-menu-item
a.mega-menu-link {
  border-bottom: none !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu input {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}

.searchandfilter ul {
  width: 100% !important;
  padding-top: 0px !important;
}

.searchandfilter ul li {
  width: 100%;
}

.searchandfilter ul li label {
  width: 100%;
  text-align: center;
}

#mega-menu-item-69130 .mega-indicator {
  display: none;
}

.searchcontainer a {
  color: #425765;
  font-size: 18px;
  font-weight: 200;
  font-family: questa-grande, serif;
}

.searchcontainer a:hover {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  font-family: questa-grande, serif;
  background-color: #f05a22;
}

.searchcontainer .pages {
  background-color: #363f53;
  border-radius: 3px;
  border-color: #363f53;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  color: #fff;
  text-decoration: none;
}

.searchcontainer .extend,
.searchcontainer .nextpostslink,
.searchcontainer .last {
  background-color: #363f53;
  border-radius: 3px;
  border-color: #363f53;
  cursor: pointer;
  padding: 3px 10px 3px 10px;
  color: #fff;
  text-decoration: none;
}

.searchcontainer .current {
  background-color: #f05a22;
  border-radius: 3px;
  border-color: #f05a22;
  cursor: pointer;
  padding: 7px 10px 6px 10px;
  color: #fff;
  text-decoration: none;
}

.searchcontainer .page,
.searchcontainer .first,
.searchcontainer .previouspostslink {
  background-color: #363f53;
  border-radius: 3px;
  border-color: #363f53 !important;
  cursor: pointer;
  padding: 3px 10px 3px 10px;
  color: #fff;
  text-decoration: none;
}

.searchcontainer .extend,
.searchcontainer .larger .page,
.searchcontainer .last,
.searchcontainer .pages {
  display: none;
}

.searchcontainer .wp-pagenavi {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}

.float-left {
  padding: 0 !important;
}

/* START NAVIGATION */
.navigation ul {
  padding-left: 0;
  text-align: center;
  padding-bottom: 20px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #363f53;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #f05a22;
}

.next a {
  background-color: #6e298d !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 5px 10px 5px 10px !important;
  min-width: 115px !important;
  text-align: center !important;
}

.previous a {
  background-color: #bfbfbf !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 5px 10px 5px 10px !important;
  min-width: 115px !important;
  text-align: center !important;
}

/* END NAVIGATION */
/* START OF MAIN MENU */
ul#mega-menu-main_menu ul.mega-sub-menu li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ul#mega-menu-main_menu ul.mega-sub-menu li a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

ul#mega-menu-main_menu ul.mega-sub-menu li:nth-child(3),
ul#mega-menu-main_menu ul.mega-sub-menu li:nth-child(4),
ul#mega-menu-main_menu ul.mega-sub-menu li:nth-child(5),
ul#mega-menu-main_menu ul.mega-sub-menu li:nth-child(6) {
  border-right: 0 !important;
}

.hidedesktop {
  display: none;
}

/* END OF MAIN MENU */
.articleline {
  background: url(../../assets/images/Article-Line.png) repeat-y;
  width: 109px;
  height: 2px;
}

.sfsi_wicons {
  max-width: 20px !important;
  height: auto !important;
  margin-top: -20px;
}

.sfsi_wicons img {
  max-width: 20px !important;
  height: auto !important;
}

@media screen and (max-width: 1719px) {
  .skinright1,
  .skinleft1 {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .itemtitle a {
    font-size: 24px;
    line-height: 29px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-inner {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-9 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-3 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .postone {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .posttwo {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .list-group {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .container {
    max-width: 720px !important;
  }
  .postone .title a,
  .postone .title a:hover {
    font-size: 24px;
    line-height: 29px;
  }
  .postone .title {
    padding: 0px 30px;
  }
  .itemtitle a {
    font-size: 20px;
    line-height: 25px;
  }
  h2 {
    font-size: 38px !important;
  }
  .carousel-item {
    min-height: 200px !important;
  }
  .hidedesktop {
    display: block;
  }
  #mainmenu {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  .hidemobile {
    display: none !important;
  }
  .mainmenurow {
    margin-top: 10px !important;
  }
  .float-left {
    padding: 0;
  }
  .itemimage {
    display: none;
  }
  .mobilepaddingzero {
    padding: 0 !important;
  }
  .singleimage {
    min-height: 200px !important;
  }
  .singletitle {
    font-size: 32px !important;
    line-height: 40px !important;
    padding: 30px !important;
    padding-top: 30px !important;
    padding-right: 30px !important;
  }
}

/* New section*/
#articleBulletinPromo a {
  color: black;
}

#articleBulletinPromo .newsletter a {
  font-size: 1.3rem;
  color: #425765;
}

/*#articleBulletinPromo .newsletter a:after {
  content: ">";
  margin-left: 10px;
}*/

#articleBulletinPromo i {
  color: #425765;
  padding-left: 8px;
  font-weight: bold;
  font-size: 18px;
}

#articleBulletinPromo h4 {
  font-size: 24px;
  color: black;
}

.article_menu a {
  background: #1f2c54;
  padding: 8px 20px;
  color: #fff;
  float: left;
  margin: 0 10px 10px 0;
}

.article_menu ul {
  padding: 20px 6px;
}

.article_menu ul li {
  display: inline;
}

.social_icons {
  margin-top: 260px;
}

.new-sec .itemtitle a {
  min-height: 200px;
}

/* START NEW PI CATEGORY */
.catedescription {
  color: #425765;
  font-size: 20px;
  font-weight: 200;
  font-family: questa-grande, serif;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}

.pifront .piarticle {
  background: #445866;
  padding-top: 11px;
  padding-bottom: 11px;
}

.pifront .itemtitle {
  background: #445866;
}

.pifront .itemtitle a {
  color: #ffffff;
}

/* END NEW PI CATEGORY */
/* START SPONSORED PAGE, ARTICLES, PLACEHOLDERS */
img {
  max-width: 100%;
  height: auto;
}

/*
	This mixin can be used to set the object-fit:
	Background image via js for IE
  */
.card-mip__img.compat-object-fit {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.card-mip__img.compat-object-fit .attachment-post-thumbnail {
  opacity: 0;
}

.sponsored-page h4,
.sponsored-page h4 a {
  color: #425765;
  font-size: 20px;
  font-weight: 200;
  font-family: questa-grande, serif;
}

.sponsored-content ul > li {
  padding-bottom: 0.25em;
}

.references h2 {
  font-size: 1.2em;
  line-height: initial;
  width: auto;
  text-align: left;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 768px) {
  .references > h2 {
    font-size: 1.5em !important;
  }
}

.disclaimer,
.adverse {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  float: left;
}

.disclaimer p {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

.job-code {
  font-size: 0.9em;
}

.card-mip {
  position: relative;
  border-bottom: 5px #425765 solid;
  background-color: #fff;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sponsored-page .card-mip .card-body {
  min-height: 179px;
}

.card-mip__img {
  position: relative;
  padding-bottom: 62%;
}

.card-mip__img img {
 
  top: 0;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;	
}

.card-mip__img span {
	position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 0.82em;
    background-color: #d9d9d9;
    padding-top: 2px;
    padding-bottom: 2px;
  /*font-size: 0.82em;
  background-color: #d9d9d9;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;*/

}

.postitem .sponsoredarticle span {
  position: absolute;
  bottom: 8px;
  left: 15px;
  font-size: 0.82em;
  background-color: #d9d9d9;
  padding-top: 2px;
  padding-bottom: 2px;
}

.main-link::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-link:hover::before,
.main-link:focus::before {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-mip a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #16325c;
  font-size: 20px;
  font-weight: 200;
  font-family: questa-grande, serif;
}

.card-mip a:hover,
.card-mip a:focus {
  color: black;
  outline: none;
}

.card-mip:hover {
  border-bottom: 5px black solid;
}

/*  styles for children navigation sponsored page */
.main_content a {
  overflow-wrap: break-word;
}

.navbar-sponsored {
  margin-bottom: 1em;
}

.navbar-sponsored .current_page_item a {
  background: #f1f1f1;
}

.navbar-sponsored ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navbar-sponsored > ul > li {
  margin-bottom: 1em;
}

.navbar-sponsored > ul > li:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0.2);
}

.navbar-sponsored > ul > li > a {
  text-align: center;
}

.navbar-sponsored > ul > li > a::before {
  content: "\f345";
  font-family: dashicons;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(2);
          transform: rotate(2);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

.navbar-sponsored a {
  padding: 0.3em 0.5em;
  font-weight: 500;
}

@media (min-width: 768px) {
  .navbar-sponsored > ul > li {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
  }
  .navbar-sponsored > ul > li > a::before {
    content: "";
  }
}

@media (min-width: 992px) {
  .navbar-sponsored > ul > li {
    padding: 0.25em 0;
  }
  .navbar-sponsored a {
    padding: 0.5em 1.25em;
    font-weight: 500;
  }
}
.mob-banner .cog-mb-sticky{top:0;}
.navbar-sponsored a,
.navbar-sponsored a:active,
.navbar-sponsored a:hover {
  text-decoration: none;
}

.page-id-69766 .singletop .singletitle {
  font-family: arial, sans-serif;
  font-size: 2.25rem;
}

/* page title from h2 to h1 */
h1.txthdr-1{
    font-family: questa-grande, serif;
    font-size: 52px;
    width: 100%;
    text-align: center;
    color: #425765;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* END SPONSORED PAGE, ARTICLES, PLACEHOLDERS */
ul#menu-main-menu-nav>li>a {
    padding: 0.2rem 0.7rem;
}
ul#menu-main-menu-nav>li:not(:last-child) {
    border-right: 1px solid #ccc;
}
ul#menu-main-menu-nav>li {
    margin: 0;
}
.mainMenu .search-container {
    padding: 4px 9px;
}
.mainmenurow .mainmenunav {
    width: 100%;
    justify-content: end;
}
nav.menu-search {
    display: inline-flex;
}
i.fa-search,i.fa-bars {
    color: #8d9095;
}
ul#menu-main-menu-nav {
    padding-top: 0;
}
.search-container .form-wrapper {
    position: absolute;
    background: #f1f1f1;
    margin: 20px auto;
    z-index: 99;
    padding: 20px;
	text-align: center;
}
.search-container input.search-field {
    width: 100%;
    border: none;
}
.search-container label {
    width: 80%;
    margin: 0;
}
.search-container input.search-submit {
    display: none;
}
@media only screen and (max-width: 1285px){
ul#menu-main-menu-nav>li>a {
    padding: 0.2rem 0.4rem;
    font-size: 14px;
}
}
@media only screen and (min-width: 992px){
.hidden-md-up {
    display: none!important;
}
.search-container .form-wrapper {
    left: 130px;
    right: 30px;
	}
	
}
@media only screen and (max-width: 991px){
	
	
.hidden-md-down {
    display: none!important;
}
	.search-container .form-wrapper {
    left: 0px;
    right: 0px;
	}
	.menu-item-has-children>span {
    right: 0;
    position: absolute;
    top: -3px;
    color: #6e2a8c;
}
	#bs-mobile-main-menu a {
    color: #6e2a8c;
    font-size: 14px!important;
}
#bs-mobile-main-menu>ul {
    width: 100%;
    padding: 10px 20px;
}
#bs-mobile-main-menu ul.dropdown-menu.show {
    background: #f1f1f1;
    border: none;
    border-radius: 0;
    position: relative!important;
    transform: none!important;
    float: none!important;
	padding-top:0;
}
#bs-mobile-main-menu ul.dropdown-menu.show li{float:none;}
#bs-mobile-main-menu .dropdown-toggle:after {
    position: absolute;
    right: 0;
    top: 16px;
	color: #707070;
    width: 10px;
    height: 10px;
}
#bs-mobile-main-menu .dropdown-item.active, #bs-mobile-main-menu .dropdown-item:active, #bs-mobile-main-menu .dropdown-item:focus, #bs-mobile-main-menu .dropdown-item:hover {
    background: transparent!important;
}
	}
/*# sourceMappingURL=main.css.map */

.caturl {
	
	margin-bottom: 0.3rem;
	
}
.caturl a{
	
	font-family: questa-grande, serif;
	font-size: 20px;
	color: #425765;
	font-weight: 200;
}
.caturl img {
    margin-top: -2px;
    margin-left: 15px;
	
	}
hr {
	
	border-top: 1px #425765 solid;
}
.newsletter-right-col h3 {
	/*font-family: questa-grande, serif;*/
    font-size: 25px;
    width: 100%;
    text-align: left;
    color: #425765;
    /* margin-top: 30px; */
    margin-bottom: 30px;
}
.newsletter-right-col p { font-size:13px;}

/* START OF NEWSLETTER POPUP */

#newsletterpopupcontent {
	border: #16325C 10px solid;
}
#newsletterpopup .modal-header {
	border: 0;
}
#newsletterpopup .modal-header .close {
	margin: -30px -15px -15px auto;
}
#newsletterpopup .close {
	color: #977a7a;
	float: right;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	color: #977a7a;
}
#newsletterpopup .modal-footer {
	border: 0;
	justify-content: center;
}
#newsletterpopup .btn-primary, #newsletterform .btn-primary:hover {
	background: #F05A22;
	border: 0;
	width: 200px;
	border-radius: 60px /50px;
}
#newsletterpopup .modal-body h5 {
	font-size: 25px;
	font-weight: 600;
	color: #16325C;
}
#newsletterpopup .modal-body p {
	font-size: 16px;
	color: #16325C;
}
#newsletterpopup .modal-dialog {
	max-width: 640px;
	margin-top: 15%;
}
/* END OF NEWSLETTER POPUP */

/* START SEARCH PAGE */

.notfoundpage .archive-slice .slice-title { font-size: 2.5rem; font-weight:900; text-transform: none; }

.notfoundpage hr {
    margin-bottom: 10px;
    border-color: #425765;
    border-top: 1px solid;
    color: #425765;
}


.notfoundpage .relatedtitle h2 { 
	
	font-size: 2.125rem;
	font-weight: 800;
	color:#425765;
	text-align: left;
}

.notfoundpage .relatedarticles a, .notfoundpage .relatedarticles a:hover {
	
	color: #425765;
    font-size: 1.625rem;
    font-weight: 200;
    font-family: questa-grande, serif;

} 
.notfoundpage .relatedarticles .articledate {
	
	font-size:0.875;	
	font-weight: 500;
	color:#023B7E;
	
	}


.search-header {
	background: #373F54;
	color:white;
}
.search-header span {
	
	font-size: 1.25rem;
	
}

.search-header h1 {
	
	font-size: 2.125rem;
	font-weight: 600;
	color:white;
}

.search-header p {
	
	font-size: 2.125rem;
	font-weight: 500;
	color:white;
	line-height: 2.25rem;
}

.search-header a {
	
	display: inline-block !important;
    width: auto !important;
    min-width: 180px !important;
	background:white; 
    font-size: 1.25rem;
    font-weight: 500 !important;
	color: #023B7E;
	text-align: center;
	padding: 5px 10px 10px 10px !important;

	
}

.search-header a span { font-size: 1.625rem;}

.search-header a:after {
    content: '';
    width: 11px;
    height: 11px;
    border-right: 2px solid #023B7E;
    border-bottom: 2px solid #023B7E;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 6px;
}

.searchbar h2 { 
	font-family: halyard-text, sans-serif;
	font-weight: 800;
	font-size: 2.125rem;
	color:#373F54;
	text-align: left;
	margin-bottom: 20px;
}

.searchbar form.search-form {
	
	position: relative;
    padding: 0;
	background:none;
	margin-bottom: 20px;
}

.searchbar .search-form [type="search"] {
    width: 100%;
	background: #DFE6ED;
	border:0;
	padding: 5px 10px;
}

.searchbar form.search-form label {
	
	width: 50%;
	min-width: 250px;
	margin: 0;
	
}

.searchbar .search-form input.search-submit {
    background: #373F54;
    color: #fff;
    border: 0;
	font-size: 1.125rem;
    padding: 4px 15px;;
	font-weight: 800;
}

.brokenlinks p {
	
	font-size: 1rem;
	
}

.brokenlinks h3 {
	
	font-size: 1.188rem;
	font-weight: 800;
	
}

/* END SEARCH PAGE */

#onesignal-slidedown-container.slide-down #onesignal-slidedown-dialog { height:130px;}

/* START REPORTS PAGE */

.reports-navigation .reports-navigation-title { font-size: 1rem; font-weight: bold; text-transform: uppercase; color:#373F54; margin-bottom: 10px;}

.reports-navigation a, .reports-navigation a:hover {width: 100%; float: left; border-top:1px #373F54 solid; color:#373F54; text-decoration: none; padding-top: 5px; padding-bottom: 5px;  font-weight: bold;}

.reports-navigation a:last-child {border-bottom:1px #373F54 solid;}

.reports-navigation a:after {
	content: url("../images/reports-navigation-arrow.png");
	width:18px;
	height: 17px;
	float: right;
	margin-top: 2px;
}
.reports-navigation a span, .reports-navigation a:hover span { color:#22B8F0;}

.reports-content h2 { border-top:3px #373F54 solid; padding-top: 10px; font-size: 1.2rem; font-family: halyard-text, sans-serif; font-weight: 700; font-style: normal; margin-bottom: 10px; color:#373F54;}

.reports-content h2 span {color:#22B8F0;}

.reports-content p img { text-align:center;margin-left: auto;
    margin-right: auto;
    display: block;}

.reports-content .expertview, .reports-content .expertview p { background: #E0E5EC; padding: 10px; 	font-family: halyard-display, sans-serif; font-weight: 400;}

.back-to-top {
	display: none;
    position: fixed;
    bottom: 75px;
    right: 250px;
	z-index: 9999;
}


.articleleft .reports-navigation a, .articleleft .reports-navigation a:hover { font-size:1rem;}

.articleleft .reports-navigation a img { margin-top:-5px;}
.articleleft .reports-navigation a:after { display: none;}

.articleleft .reports-navigation p small {color:#373F54; font-size: 13px; font-weight: 500;}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
	z-index:10000;

}

.back-to-top:hover { background:none; border:0;}

/* END REPORTS PAGE */

.searchdate {
	color: #425765;
    font-size: 17px;
    font-weight: 200;
    font-family: questa-grande, serif;
}

.modal-dialog-centered {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	min-height: calc(100% - (1.75rem * 2));
}

@media only screen and (max-width: 480px){
	.newsletterform { padding-bottom:80px;}
}

@media only screen and (max-width: 400px){
	.newsletterform { padding-bottom:100px;}
}

@media only screen and (max-width: 360px){
	.newsletterform { padding-bottom:120px;}
}

/* START FOOTER CHANGES */

.container-footer { color:white;}

.container-footer hr { border-top: 1px solid #fff!important;} 

.container-footer ul.footer-menu-links { padding-left: 0px; list-style: none;}

.container-footer ul li a, .container-footer ul li a:hover { color: white; font-weight: 300; }

.social-wrapper div.circle-border {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 11px;
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
	
 .container-footer { text-align:center;}
	
 .container-footer ul.footer-menu-links { text-align:left;}
	
 .container-footer .social-wrapper {
	 
        padding: 1rem 0 1.3rem !important;
    }
	
}

/* END FOOTER CHANGES */
