body {
  font-family: 'Titillium Web', sans-serif;
  color: #656d6f;
  font-weight: 400;
  text-align: left;
}

h1 {
  margin-top: 8px;
  margin-bottom: 18px;
  color: #1d1d1d;
  font-size: 42px;
  line-height: 120%;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 6px;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

h3 {
  margin-top: 7px;
  margin-bottom: 6px;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}

h4 {
  margin-top: -4px;
  margin-bottom: 0px;
  color: #ff8828;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 140%;
}

p.large-p {
  font-size: 18px;

}



.button2 {
  padding: 8px 50px;
  border: 2px solid #ff8828;
  background-color:#fff;
  border-radius: 22px;
  color: #656d6f;
  line-height: 140%;
  text-decoration: none;
  text-transform: uppercase;
}

.button2:hover {
  background-color:#ff8828;;
  text-decoration: none !important;
  color: #fff;

}

.button3 {
  padding: 8px 50px;
  border: 1px solid #ff8828;
  background-color:#fff;
  border-radius: 22px;
  color: #656d6f;
  line-height: 140%;
  text-decoration: none;
  text-transform: uppercase;
}

.button3:hover {
  background-color:#ff8828;
  text-decoration: none !important;
  color: #fff;

}

.button4 {
  margin-top:10px;
  padding-top: 8px;
  padding-bottom: 8px;
  width:120px;
  border: 1px solid #ff8828;
  background-color:#fff;
  border-radius: 6px;
  color: #656d6f;
  line-height: 140%;
  text-decoration: none;
  text-transform: uppercase;
}

.button4:hover {
  background-color:#ff8828;
  text-decoration: none !important;
  color: #fff;

}

@media (min-width: 992px) {
  .w-container {
    max-width: 1066px;
  }
}

@media (min-width: 1130px) {
  .w-container {
    max-width: 1086px;
  }
}


@media (min-width: 992px) and (max-width: 1116px) {
  .w-container {
    max-width: 940px;
  }

  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }

}




.text-under-list {
  margin-top:40px;
}

@media (max-width: 440px) {
  h1 {
    font-size: 9.5vw;
    margin-bottom: 4vw;
  }
}
/*
* ===================== VIDEOWRAPPER IFAME ========================
*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
* ===================== HEADER-SECTION ========================
*/


.header {
  margin-top: 44px;
}




@media (max-width: 991px) {
  .header {
    margin-top: 19px;
  }

  .logo {
    margin-top: 5px;
    margin-bottom: 20px;
  }

}

/*
* —-------------- Top Menu —----------------
*/

.navbar {
  background-color: transparent;
}


.nav-link {
  padding: 22px 16px 44px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}

.nav-link:hover, .nav-link.active, .dropdown.active .dropdown-toggle {
  border-color:#ff8828;
}

.nav-link.lang {
  padding-top:20px;
  padding-bottom:46px;
}

.nav-link.search {
  font-family: Ionicons, sans-serif;
  font-size: 18px;
}


.dropdown-text {
  text-transform: uppercase;
}

.dropdown-toggle {
  padding: 22px 16px 44px;
  border-bottom: 2px solid transparent;
}

.dropdown-list.w--open {
  margin-top: -2px;
  background-color: #fff;
  border-top: 2px solid #ff8828;
}


.dropdown-link {
  padding-top: 7px;
  padding-bottom: 7px;
}

.dropdown-link:hover {
  background-color: #f5f5f5;
}



@media (min-width: 992px) and (max-width: 1116px) {
  .nav-link {
    padding-left: 10px;
    padding-right: 10px;

  }

  .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {

  .nav-link.lang {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align:right;
    font-weight:600;

  }
  .nav-link:hover {
    background-color: transparent;
  }
  .nav-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ff8828;
  }
  .dropdown-text {
    color: #fff;
    text-align:right;
    font-weight:600;
  }
  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-toggle.w--open {
    padding-bottom: 4px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-style: none;
    background-color: transparent;
  }
  .dropdown-link {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top:16px;
    margin-bottom:16px;
    text-align:right;
    padding-right:16px;
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link:hover {
    background-color: transparent;
  }

  .menu-button.w--open {
     background-color: white;
     color:#ff8828;
  }
}


/*
* ===================== IMAGE-SECTION ========================
*/


.image-section {
  height: 286px;
  background-position: 50% 100%, 50% 50%;
  background-size: auto, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

@media (max-width: 1116px) {

  .dimage-section .w-container {
    height: 286px;
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

@media (max-width: 991px) {


  .image-section {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .image-section {
    background-position: -230px 100%, 50% 50%;
  }
}

/*
* ===================== MAIN-SECTION ========================
*/

.main-section {
  padding-bottom: 120px;
}

.main-section  a {
  color:#ff8828;
  text-decoration:none;
}

.main-section a:hover {
  text-decoration:underline;
}

.main-section .paginate-wrapper a {
  color: #656d6f;
}

.main-section .paginate-wrapper a:hover {
  text-decoration:none;
}

.main-section .paginate-wrapper a span {
  color: #ff8828 !important;
}


.top-header {
  margin-top: 46px;
  margin-bottom: 0px;
  color: #f47b2a;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}


.text-for-contact-us-button {
  margin-top: 80px;
  margin-bottom: 30px;
}



.narrow {
  max-width:668px;
}

.main-section hr  {
  border-top: 1px solid #ff8828;
  margin:15px 0 15px 0;

}


.main-section ul {
  padding-left: 1.8em;
}


.main-section .input {
  margin-bottom: 13px;
  padding-top: 22px;
  padding-bottom: 22px;
  border: 1px solid #ff8828;
}

@-moz-document url-prefix() {
  .input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.main-section .input2 {
  margin-bottom: 13px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid #ff8828;
  width:97%;
  height: 39px;
}

@-moz-document url-prefix() {
  .input2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.main-section select.default-style {
   background: white;
   width: 120px;
   font-size: 16px;
   border: 1px solid #ff8828;
   border-radius: 6;
}

.main-section select.default-style2 {
   background: white;
   width: 120px;
   font-size: 14px;
   border: 1px solid #ff8828;
   border-radius: 6;
}



@media (max-width: 767px) {
  .main-section .input2 {
    width:100%;
  }

  .narrow {
    max-width:630px;
    padding-left:10px;
    padding-right:10px;

  }
}

.main-section .textarea {
  padding-top: 12px;
  border-width: 1px;
  border-color: #ff8828;
}


@media (max-width: 991px) {
  .top-header {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .top-header {
    margin-top: 28px;
  }

  .main-section {
    padding-bottom: 90px;
  }

  .main-container > p, .main-container > h1, .main-container > h2, .main-container > h3, .main-container > img, .main-container > .w-inline-block, .main-container > table, .main-container > hr {
    margin-left:10px;
    margin-right:10px;
  }

}




/*
* —-------------- Grid1 —----------------
*/

.grid1-row .grid1-col1 h2:first-child {
  margin-top:49px;
}

.grid1-col1 {
  padding-right: 59px;
}

.grid1-col2 {
  padding-top: 80px;
  padding-left: 10px;
}

.grid1-col2 img {
  margin-bottom: 6px;
}

.grid1-col2 h3 {
  background-color:#ff8828;
}

.grid1-col2 hr  {
  margin:15px 0 15px 0;
}

/* special when starting with h2 */

.entry-29 .grid1-col2 {
  padding-top: 50px;
}




/* special when standard template should hide contact */

.entry-360 .grid1-col1 .text-for-contact-us-button, .entry-360 .grid1-col1 .button2 {
  display:none;
}

@media (max-width: 991px) {

  .grid1-col2 {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .grid1-col1 {
    padding-right:10px;
    max-width:630px;

  }

  .grid1-col2 {
    padding-top: 30px;
    max-width:630px;

  }

  .grid1-col2 img {
    display: inline-block;
    width: 100%;
    max-width: 350px;
  }
}


/*
* —-------------- Grid2 —----------------
*/

.grid2-row {
  margin-top:80px;
}

.main-container > div.grid2-row:first-of-type  {
  margin-top:55px;
}

.grid2-col1 {
  margin-top:4px;
  padding-right: 59px;
}

.grid2-col2 {
  padding-left: 10px;
}

.grid2-col2 h2 {
  margin-top:0px;
}

@media (max-width: 1116px) {

  .grid2-row {
    margin-top:40px;
  }

  .grid2-col1 {
    width:100%;
    padding-left:10px;
    padding-right:10px;
    max-width:630px !important;

  }

  .grid2-col2 {
    margin-top:30px;
    width:100%;
    padding-left:10px;
    padding-right:10px;
    max-width:630px !important;

  }

}





/*
* —-------------- Grid3 —----------------
*/



.grid3-row > div.grid3-col:nth-of-type(odd) {
  padding-right:30px;
}

.grid3-row > div.grid3-col:nth-of-type(even) {
  padding-left:30px;
}

.grid3-row .smaller-br br {
  display: block; /* makes it have a width */
  content: ""; /* clears default height */
  margin-top: 5px; /* change this to whatever height you want it */
}

.grid3-col h2 {
  margin-top:32px;
}

.grid3-col img {
  margin-top:34px;
}

.grid3-col p {
  margin-bottom:34px;
}



@media (max-width: 991px) {
  .grid3-col h2 {
    margin-top:22px;
  }
  .grid3-row > div.grid3-col {
    padding-left:10px !important;
    padding-right:10px !important;
  }
}

@media (max-width: 767px) {
  .grid3-col p {
    margin-bottom:24px;
  }

  .grid3-row > div.grid3-col {
    max-width:630px;
  }
}


/*
* —-------------- Grid4 —----------------
*/


.grid4-col img {
  margin-top:24px;
}

.grid4-col p {
  margin-top:26px;
  margin-bottom:44px;
  color:#1d1d1d;
}



.grid4-row > div.grid4-col:nth-child(1) {
  padding-right:38px;
  padding-left:10px;
}
.grid4-row > div.grid4-col:nth-child(2) {
  padding-right:24px;
  padding-left:24px;
}
.grid4-row > div.grid4-col:nth-child(3) {
  padding-right:10px;
  padding-left:38px;
}

@media (min-width: 480px) and  (max-width: 767px)  {
  .grid4-col p {
    font-size:3vw;
    margin-top:2vw;
    margin-top:3vw;
  }

  .grid4-col img {
    margin-top:3vw;
  }

}

@media (max-width: 479px) {


  .grid4-row > div.grid4-col {
    padding-left:10px !important;
    padding-right:10px !important;
  }
}


/*
* —-------------- Grid5 —----------------
*/

.grid5-col1 {
  width:54%;
}

.grid5-col2 {
  margin-top:22px;
  width:46%;
}

@media  (max-width: 767px)  {
  .grid5-col1 {
    width:100%;
    max-width:630px;
  }

  .grid5-col2 {
    margin-top:0px;
    width:100%;
    max-width:630px;

  }

}


/*
* —-------------- Grid6 —----------------
*/

.sections-section .grey-link-arrows {
  font-style: italic;
  margin-top:25px;
  margin-bottom:-13px;
}

.sections-section .grey-link-arrows a {
  margin-right:48px;
}
.sections-section .grey-link-arrows a span {
  color:#656d6f;
}


.sections-section .intro {
  margin-top:36px;
  margin-bottom:24px;

}
.sections-section .intro p {
  max-width:768px;
}
.main-container > div.grid6-row:first-of-type  {
  margin-top:30px;
}

.sections-section .w-container>hr {
  margin-top:49px;
  margin-bottom:36px;
}

.grid6-row > div.grid6-col1 {
  padding-right:50px;
}

.grid6-row > div.grid6-col2 {
  padding-left:50px;
}


.dgrid6-col h2 {
  margin-top:32px;
}


.dgrid6-col p {
  margin-bottom:44px;
}



@media (max-width: 1116px) {

  .grid6-row > .w-col {
    padding-left:10px !important;
    padding-right:10px !important;
  }
}

@media (max-width: 767px) {
  .grid6-row > .w-col {
    max-width:630px;
  }
  .sections-section .w-container>hr {
    max-width:630px;
    margin-top:29px;
    margin-bottom:26px;
  }
}


/*
* —-------------- Grid7 —----------------
*/

.grid7-row {
  margin-top:44px;
}



.grid7-col2 {
  padding-left: 48px;

}







@media (max-width: 991px) {

  .grid7-col2 {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {


}


/*
* —-------------- Grid8 —----------------
*/



@media (min-width: 1117px) {

  .grid8-col .image-wrapper {
    margin-top:34px;
  }
  
  .grid8-row > div.grid8-col:nth-child(odd) {
    padding-right:20px;
    clear:both;
  }

  .grid8-row > div.grid8-col:nth-child(even) {
    padding-left:20px;
  }

}

@media (min-width: 768px) and  (max-width: 1116px) {

  .grid8-col .image-wrapper {
    margin-top:54px;

  }

  .grid8-row > div.grid8-col:nth-child(1) {
    padding-right:18px;
    padding-left:0px;
  }
  .grid8-row > div.grid8-col:nth-child(2),
  .grid8-row > div.grid8-col:nth-child(3) {
    padding-right:14px;
    padding-left:14px;
  }
  .grid8-row > div.grid8-col:nth-child(4) {
    padding-right:0px;
    padding-left:18px;
  }

}


@media (min-width: 480px) and (max-width: 767px) {

  .grid8-col .image-wrapper {
    margin-top:54px;
  }
  
  .grid8-row > div.grid8-col:nth-child(odd) {
    padding-right:10px;
    padding-left:0px;

    clear:both;
  }

  .grid8-row > div.grid8-col:nth-child(even) {
    padding-left:10px;
    padding-right:0px;

  }

}

@media (min-width: 480px) {

  .grid8-col .image-wrapper {
    height:70px;
    position: relative;
  }
  
  .grid8-col img {
    display:block;
    position:absolute;
    bottom:0px;
  }
}

@media (max-width: 479px) {
  .grid8-col .image-wrapper {
    margin-top:34px;
  }
}
.grid8-col hr {
  margin-top:10px !important;
  margin-bottom:10px !important;

}

.grid8-col p {
  margin-top:0px;
  margin-bottom:3px;
  color:#1d1d1d;
}




@media (max-width: 479px) {

  .grid8-row > div.grid8-col {
    padding-left:0px !important;
    padding-right:0px !important;
  }

}

/*
* —-------------- Grid9 —----------------
*/

.grid9-row .grid9-col1 h2:first-child {
  margin-top:49px;
}

.grid9-col1 {
  padding-right: 59px;
}



.grid9-col2 {
  padding-left: 10px;

}

.grid9-col2 img {
  margin-bottom: 6px;
}

.grid9-col2 h3 {
  background-color:#ff8828;
}

.grid9-col2 hr  {
  margin:15px 0 15px 0;
}

@media (max-width: 1116px) {
  .grid9-col1 {
    padding-right: 10px;
  }
}

/*
* —-------------- Grid10 —----------------
*/


.grid10-col {
  margin-top:40px;
  margin-bottom:20px;
}

.grid10-col a.image-wrapper {
  display:block;
  margin-bottom:19px;

  padding-left:10px;
  padding-right:10px;

}

.grid10-col img {
  padding:0;
  display:block;
}






@media (min-width: 768px) {

  .grid10-col {
    text-align:center;
  }

  .grid10-col a.image-wrapper {
    height:246px;
  
  }

  .grid10-col img {
    margin:0 auto;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: calc(50%);
    max-height:246px;
  }

  .grid10-col p {
    margin-left:auto;
    margin-right:auto;
  }
}


@media (max-width: 991px) {

  .grid10-col a.image-wrapper {
    height:171px;
    padding-left:0px;
    padding-right:0px;

  }

  .grid10-col img {
    max-height:171px;
  }
}

@media (max-width: 767px) {
  .grid10-col a.image-wrapper {
    height:auto;
    max-width:400px;

  }

  .grid10-col img {
    max-height:none;
    width:auto;
  }

  .grid10-col p {
    max-width:500px;
  }
}



/*
* —-------------- List1 —----------------
*/


.list-press-container form {
  float:left;
  display:inline-block;
}



.list1-regulatory-info {
  margin-top:9px;
  margin-left:25px;
  margin-bottom:0px;
  color:#555;
  float:left;
  display:inline-block;
}


.list1-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #fdeadd;
}

.list-press-container .list1-entry.first {
  border-top: 1px solid #ff8828;
  margin-top:0px;
}



.list-press-container .list1-entry.last {
  border-bottom: 1px solid #ff8828;
}

.list1-entry a:hover {
  color:#1d1d1d;
}

.list1-date {
  line-height:20px;
  margin:0px;
  font-size: 18px;
  width:114px;
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ff8828;
}

.list1-content {
  text-decoration: none;

}

h3.list1-heading {
  margin:0px;
  line-height:20px;
  margin-bottom: 0px;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 600;
}


@media (max-width: 1116px) {
  .list-press-container .list1-entry.first {
    margin-top:20px;
  }
}

@media (max-width: 500px) {
  .list-press-container form {
    display:block;
    float:none;

  }
  .list1-regulatory-info {
    margin-top:20px;
    margin-left:0px;
    display:block;
    float:none;
  }
}

@media (max-width: 479px) {
  .list1-date {
    margin-right: 10px;
  }



}

/*
* —-------------- List2 —----------------
*/




.list2-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #fdeadd;
  max-width:668px;
}

.main-container > div.list2-entry:first-of-type  {
  margin-top:70px;
  border-top: 1px solid #ff8828;
}

.main-container > div.list2-entry:last-of-type  {
  border-bottom: 1px solid #ff8828;
}

.list2-date {
  line-height:20px;
  margin:0px;
  font-size: 18px;
  width:144px;
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ff8828;
}


h3.list2-heading {
  margin:0px;
  line-height:20px;
  margin-bottom: 0px;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 600;
}


@media (max-width: 767px) {
  .list2-entry {
    margin-left:10px;
    margin-right:10px;
    max-width:630px;
  }
}


@media (max-width: 479px) {
  .list2-date {
    margin-right: 10px;
  }
}


/*
* —-------------- List3 —----------------
*/


.list3-entry {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #fdeadd;
  max-width:668px;
}



.list3-date {
  display: inline-block;
  margin-right: 20px;
  padding: 4px 12px;
  border-radius: 5px;
  background-color: #ff8828;
  color: #fff;
}


h3.list3-heading {
  margin-top:14px;
  margin-bottom:10px;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 600;
}



/*
* —-------------- List4 —----------------
*/


.list4-entry {
  
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #fdeadd;
}

.list4-entry a:hover {
  text-decoration: none;
}

.list4-entry a:hover h3 {
  text-decoration: underline;
}

.list4-entry a p {
  color:#777;
}

.list4-entry p {
  margin-bottom:0;
}

.list-press-container .list4-entry.first {
  border-top: 1px solid #ff8828;
  margin-top:0px;
}

.list-press-container .list4-entry.last {
  border-bottom: 1px solid #ff8828;
}

.list4-entry a:hover {
  color:#1d1d1d;
}


.list1-content {
  text-decoration: none;

}

h3.list4-heading {
  margin:0px;
  line-height:20px;
  margin-bottom: 0px;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 600;
}




@media (max-width: 1116px) {
  .list-press-container .list4-entry.first {
    margin-top:20px;
  }
}

/*
* —-------------- People2 —----------------
*/

.main-section.people2 .narrow {
  margin-bottom:40px;
}

.main-section.people2 {
  padding-bottom:28px;
}

.main-section.people2 .list-heading {
  margin-top: 59px;
  margin-bottom: 0;
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

/*
* —-------------- four_cols —----------------
*/



.main-section.four_cols {
  padding-top:0px;
  padding-bottom:88px;

}

.main-section.four_cols  .intro {
  margin-top:6px;
  margin-bottom:24px;
  max-width:810px;

}
.main-section.four_cols  .intro p {
}

/*
* —-------------- List-press —----------------
*/

.list-press-container h1.top-header {
  margin-bottom:36px;
}

.list-press-container .paginate-wrapper {
  margin-top:40px;
}

@media (min-width: 1117px) {
  .list-press-container .fixed-height {
    height:110px;
  }
}



@media (min-width: 1200px) {
  .list-press-container .col1 {
    padding-right:50px;
  }
}

@media (max-width: 1116px) {
  .list-press-container .col2 h1 {
    margin-top:70px;
  }
}

/*
* —-------------- List-financial-calendar —----------------
*/

.list-financial-calendar-container h1.top-header {
  margin-bottom:30px;
}


/*
* —-------------- List-company-calendar —----------------
*/

.list-company-calendar-container h1.top-header {
  margin-bottom:24px;
}

.list-company-calendar-container .add-to-calendar {
  margin-top:20px;
}

.list-company-calendar-container .paginate-wrapper {
  margin-top: 40px;
}
/*
* —-------------- People-footer-section —----------------
*/

.people-footer-section {
  background:#6e7a7e;
  padding-top:54px;
  padding-bottom:164px;
}

@media (max-width: 767px) {
  .people-footer-section {
    padding-top:44px;
    padding-bottom:84px;
  }

}

/*
* —-------------- Wide-section —----------------
*/

.wide-section p {
  max-width:668px;
}

.wide-section table th {
  color:#ff8828;
  font-size:18px;
  font-weight:400;
  border-bottom:1px solid #ff8828;
  padding:6px 0;
  text-align:left;

}

.wide-section table {
  max-width:900px;
  margin-top:20px;
}
.wide-section table td {
  padding:22px 0 22px 0;
  vertical-align: top;
  padding-right:40px;
  line-height:140%;
  border-bottom:1px solid #ff8828;
}



.wide-section table td:last-child {
  padding-right:0px;
}



@media (max-width: 767px) {
  .wide-section table td {
    padding-right:5px;
    font-size:14px;
  }

  .wide-section table th {
    font-size:16px;
  }
}


@media (max-width: 500px) {
  .wide-section table td {
    font-size:2.8vw;
  }

  .wide-section table th {
    font-size:3.5vw;
  }

}

/*
* —-------------- entry-1078 (cookies) —----------------
*/
body.entry-1078 .wide-section table td:nth-child(2),
body.entry-1133 .wide-section table td:nth-child(2) {
  width:25%;
}

/*
* —-------------- patent —----------------
*/

.patent-section table th {
  color:#ff8828;
  font-size:18px;
  font-weight:400;
  border-bottom:1px solid #ff8828;
  padding:6px 0;
  text-align:left;

}

.patent-section table {
  max-width:900px;
  margin-top:50px;
}
.patent-section table td {
  padding:22px 0 22px 0;
  vertical-align: top;
  padding-right:40px;
  line-height:140%;
  border-bottom:1px solid #ff8828;
}

.patent-section table td.col1 {
  width:23%;
}

.patent-section table td.col2 {
  width:33%;
}

.patent-section table td.col3 {
  width:33%;
}

.patent-section table td.col4 {
  width:10%;
  padding-right:0px;
}

@media (max-width: 991px) {
  .patent-section table {
    margin-top:20px;
  }
}

@media (max-width: 767px) {
  .patent-section table td {
    padding-right:5px;
    font-size:14px;
  }

  .patent-section table th {
    font-size:16px;
  }
}


@media (max-width: 500px) {
  .patent-section table td {
    font-size:2.8vw;
  }

  .patent-section table th {
    font-size:3.5vw;
  }

}


/*
* —-------------- Calendar —----------------
*/



.calendar-container .date {
  color: #ff8828;
  margin-top: 33px;
  line-height: 100%;
}

.calendar-container h1.calendar-main-heading {
  margin-top:0px;
}

.calendar-container .button2 {
  margin-top:20px;
}

/*
* —-------------- Owners —----------------
*/
.owners-section .top-header {
  margin-bottom:50px !important;
}

.owners-section  .grid1-col2 {
    padding-top: 2px;
}


.owners-section table th {
  color:#ff8828;
  font-size:18px;
  font-weight:400;
  border-bottom:1px solid #ff8828;
  padding:6px 0;
  text-align:left;
}

.owners-section table {
  width:100%;
  margin-top:32px;
}
.owners-section table td {
  padding:14px 0 14px 0;
  line-height:140%;
  vertical-align: top;
  padding-right:40px;
  border-bottom:1px solid #fdeadc;
}

.owners-section table td.last {
  border-bottom:1px solid #ff8828;
}

.owners-section table td.col1 {
  width:57%;
  font-weight:600;
}

.owners-section table td.col2 {
  width:25%;
}

.owners-section table td.col3 {
  width:17%;
  padding-right:0px;
}

@media (max-width: 991px) {
  .owners-section table th {
   font-size:16px;
  }
}

@media (max-width: 767px) {
  .owners-section  .grid1-col2 {
      padding-top: 33px;
  }

  .owners-section table td {
    padding-right:5px;
  }

}

@media (max-width: 500px) {
  .owners-section table td {
    font-size:3.4vw;
  }

  .owners-section table th {
    font-size:4vw;
  }

}


/*
* —-------------- Stock information —----------------
*/
.stock-information-section .top-header {
  margin-bottom:0px !important;
}

.stock-information-section .below-table {
  margin-top:30px;
}

.stock-information-section  .grid1-col2 {
    padding-top: 50px;
}


.stock-information-section table th {
  color:#ff8828;
  font-size:14px;
  font-weight:400;
  border-bottom:1px solid #ff8828;
  padding:6px 0;
  text-align:left;
}

.stock-information-section table {
  width:100%;
  margin-top:10px;
}
.stock-information-section table td {
  padding:14px 0 14px 0;
  line-height:140%;
  vertical-align: top;
  padding-right:40px;
  border-bottom:1px solid #fdeadc;
}

.stock-information-section table td.last {
  border-bottom:1px solid #ff8828;
}

.stock-information-section table td.col1 {
  width:57%;
  font-weight:600;
}

.stock-information-section table td.col2 {
  width:25%;
}

.stock-information-section table td.col3 {
  width:17%;
  padding-right:0px;
}

@media (max-width: 991px) {
  .stock-information-section table th {
   font-size:16px;
  }
}

@media (max-width: 767px) {
  .stock-information-section  .grid1-col2 {
      padding-top: 63px;
  }

  .stock-information-section table td {
    padding-right:5px;
  }

}

@media (max-width: 500px) {
  .stock-information-section table td {
    font-size:3.4vw;
  }

  .stock-information-section table th {
    font-size:4vw;
  }

}


/*
* —-------------- Contact —----------------
*/



.contact-us-thumb {
  margin-top:15px;
   margin-bottom:30px;
}
.contact-section .input.form-contact-name {
  width: 98%;
}

.contact-section .textarea.form-contact-body {
  height: 209px;
  margin-bottom: 16px;
}

.contact-section .form-contact-wrapper {
  margin-top: 35px;
}

.contact-section .consent-wrapper {
  margin-top:14px;
  margin-bottom:20px;
  vertical-align: middle;
  line-height:21px !important;
}

.contact-section .consent-wrapper input {
  vertical-align: middle;
}

.contact-section .consent-wrapper label {
  display:inline;
  margin-bottom: 0px;
  font-weight: 400;
  vertical-align: middle;
}



.contact-section .contact-row a {
  color:#505050;
  text-decoration:none;
}

.contact-section .contact-row a:hover {
  text-decoration:underline;
}

.contact-section .w-button {
  padding: 10px 73px;
  border-radius: 20px;
  background-color: #ff8828;
  color: #fff !important;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  text-transform: uppercase;
}


.contact-section .w-button:hover {
  background-color: #fe9541;
  text-decoration:none !important;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
  .contact-section .input.form-contact-name {
    width: 100%;
  }
}

@media (max-width: 479px) {
}

/*
* —-------------- Subscribe-page —----------------
*/
.subscribe-section .top-header {
  margin-bottom:15px;
}

.subscribe-section form {
  margin-top:60px;
}



.subscribe-section .consent-wrapper {
  margin-top:5px;
  vertical-align: middle;
  line-height:21px !important;
}

.subscribe-section .consent-wrapper input {
  vertical-align: middle;
}

.subscribe-section .consent-wrapper label {
  display:inline;
  margin-bottom: 0px;
  font-weight: 400;
  vertical-align: middle;
}

.subscribe-section .subscribe-checkbox-title {
  margin-left:10px;
  line-height:18px;
  vertical-align: middle;

}

.subscribe-section  {
  margin-right: 50px;
}


.subscribe-section  {
  margin-right: 0px;
}


.subscribe-section {
  line-height:14px !important;
}


.subscribe-section .subscribe-text-field {
  display: inline-block;
  width: 290px;
  margin-right: 30px;
  border: 1px solid #ff8828;
  border-radius: 22px;
  text-align: center;
}

.subscribe-section .subscribe-text-field.last {
  margin-right: 0px;
}

.subscribe-section {
  margin-left: 30px;
}

.subscribe-section .subscribe-text-fields-wrapper {
  margin-top: 32px;
}

.subscribe-section .subscribe-submit {
  margin-top: 19px;
  padding-right: 50px;
  padding-left: 50px;
  color:#656d6f;
  border: 1px solid #ff8828;
  border-radius: 21px;
  background-color: transparent;
  text-transform: uppercase;
}

.subscribe-section .subscribe-submit:hover {
  background-color: #ff8828;
  color:#fff;

}

.subscribe-section ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #656d6f !important;
}
.subscribe-section ::-moz-placeholder { /* Firefox 19+ */
  color: #656d6f !important;
}
.subscribe-section :-ms-input-placeholder { /* IE 10+ */
  color: #656d6f !important;
}
.subscribe-section :-moz-placeholder { /* Firefox 18- */
  color: #656d6f !important;
}

@media (max-width: 767px) {



  .subscribe-section  {
    margin-left: 10px;
  }

}
/*
* —-------------- Protected-section —----------------
*/

.protected-section .date {
  color:#ff8828;
  margin-top:33px;
  line-height:100%;
}

.protected-section .entry h1 {
  margin-top:0px;
}

.protected-section .files {
  margin-top:20px;
}

.protected-section label {
  display:inline-block;
  margin-right:10px;
}

@media (max-width: 767px) {

  .date {
    margin-left:10px;
  }
}

/*
* —-------------- Cision —----------------
*/

.cision-section .date {
  color:#ff8828;
  margin-top:33px;
  line-height:100%;
}

.cision-section .entry h1 {
  margin-top:0px;
}
.cision-icon {
  height:30px;
}

.cision-section h4 {
  color:#1d1d1d;
  margin-bottom:8px;
}

a.cision-link {
  line-height:100% !important;
}

a.cision-link img {
  line-height:100% !important;
  vertical-align: -9px !important;
}


@media (max-width: 767px) {

  .date {
    margin-left:10px;
  }
}

/*
* —-------------- Cookieinfo —----------------
*/

.cookieinfo {
  z-index:9999 !important;
}

.cookieinfo .cookieinfo-close {
  margin-right:5px;
}
.cookieinfo .cookieinfo-close:hover, .cookieinfo .cookieinfo-close:focus  {
  background-color:#333a3d !important;
}

.cookieinfo a  {
  text-decoration:underline !important;
}

@media print {
  .cookieinfo {
    display:none !important;
  }
}


/*
* ===================== FOOTER-SECTION ========================
*/

.footer-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #ff8828;
}

.footer-section p a {
  color:#fff;
  text-decoration:none;

}

.footer-section p a:hover {
  text-decoration:underline;
}


.footer-section .consent-wrapper {
  margin-top:3px;
  color:#fff;

  vertical-align: middle;
  line-height:21px !important;
}

.footer-section .consent-wrapper input {
  vertical-align: middle;
}

.footer-section .consent-wrapper label {
  display:inline;
  margin-bottom: 0px;
  font-weight: 400;
  vertical-align: middle;
}


.footer-section .consent-wrapper a {
  color:#fff;

}
.footer-col1 {
  padding-left: 69px;
}

.footer-col2 {
  padding-left: 40px;
}

.footer-logo {
  margin-bottom: 42px;
}

.footer-col1 p {
  color: #fff;
}

.footer-col2-heading {
  margin-top: 9px;
  margin-bottom: 27px;
  color: #fff;
  font-size: 24px;
}










.footer-text-field {
  display: inline-block;
  width: 290px;
  margin-right: 30px;
  border: 1px solid #fff;
  border-radius: 22px;
  text-align: center;

}

.footer-text-field.last {
  margin-right: 0px;
}



.footer-text-fields-wrapper {
  margin-top: 32px;
}

.footer-submit {
  margin-top: 19px;
  padding-right: 50px;
  padding-left: 50px;
  border: 2px solid #fff;
  border-radius: 21px;
  background-color: transparent;
  text-transform: uppercase;
}

.footer-submit:hover {
  background-color:rgba(255, 255, 255, 0.05);
}

.copyright-text {
  margin-top: 90px;
  padding-top: 7px;
  padding-right: 76px;
  border-top: 1px solid #fff;
  color: #fff;
  text-align: right;
}


@media (min-width: 992px) and (max-width: 1116px) {
  .footer-col1 {
    padding-left: 10px;
  }

  .footer-col2 {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {

  .footer-col1 {
    padding-left: 10px;
    text-align: center;
  }

  .footer-col2 {
    margin-top: 28px;
    padding-left: 10px;
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-col2-heading {
    margin-bottom: 10px;
  }

  .footer-text-field {
    width: 220px;
  }


  .footer-text-fields-wrapper {
    margin-top: 11px;
  }

  .footer-submit {
    margin-top: 8px;
  }

  .copyright-text {
    margin-top: 70px;
    padding-right: 0px;
    text-align: center;
  }

}

@media (max-width: 767px) {


  .footer-col2-heading {
    font-size: 18px;
  }

  .footer-form {
    text-align: center;
  }

  .footer-text-fields-wrapper {
    margin-top: 14px;
  }

}

@media (max-width: 500px) {
  .footer-text-field {
    width: 100%;
    margin-right:0;
    max-width:400px;
  }
}



/*
* ===================== FONTS ========================
*/


@font-face {
  font-family: 'Ionicons';
  src: url('/fonts/ionicons.eot') format('embedded-opentype'), url('/fonts/ionicons.woff') format('woff'), url('/fonts/ionicons.ttf') format('truetype'), url('/fonts/ionicons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
