/**Reusable color*/
/*magenta*/
.magenta .box {
  background: #6a1a7b;
}

.magenta .box a:before {
  background: rgba(106, 26, 123, 0.45);
}

.magenta .tile-box .title {
  background: rgba(106, 26, 123, 0.55);
}

.magenta .tile-box .hover-sec {
  background: rgba(71, 12, 83, 0.85);
}

.magenta .button:hover {
  color: #6a1a7b;
}

.magenta.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.magenta.asset-box:hover .overlap-box {
  background: rgba(106, 26, 123, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.magenta.featured-box .featured-img:after {
  background: rgba(106, 26, 123, 0.2);
}

.magenta.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #6a1a7b;
}

.magenta.featured-box .featured-content .content h3 a {
  color: #000;
}

.magenta.featured-box .featured-content .content h3 a:hover {
  color: #6a1a7b;
}

.magenta.course-list figure {
  background: #6a1a7b;
}

.magenta.related_block .date {
  background: rgba(106, 26, 123, 0.7);
}

.magenta.related_block h4:after {
  border-bottom-color: #6a1a7b;
}

.magenta.event-sec .event-date li .active a {
  background: #6a1a7b;
  border-left-color: #003854;
}

.magenta.event-sec .event-date li .active a:hover {
  background: #6a1a7b;
}

.magenta.news-list figure span {
  background: rgba(106, 26, 123, 0.7);
}

.magenta.news-list h4:after {
  border-bottom-color: #6a1a7b;
}

.magenta.featured_news_wrapper figure span {
  background: rgba(106, 26, 123, 0.7);
}

.magenta.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #6a1a7b;
}

.magenta.news_details h1:after {
  border-bottom-color: #6a1a7b;
}

.magenta.cat-filter {
  border-left: solid 10px #6a1a7b;
}

.magenta.result-list h3:after {
  border-top: solid 1px #6a1a7b;
}

.magenta.news-list h4 a:hover {
  color: #6a1a7b;
}

.magenta .featureed-news h2 a:hover {
  color: #6a1a7b;
}

/*Orange*/
.orange .box {
  background: #ff5f01;
}

.orange .box a:before {
  background: rgba(255, 95, 1, 0.45);
}

.orange .tile-box .title {
  background: rgba(255, 95, 1, 0.55);
}

.orange .tile-box .hover-sec {
  background: rgba(163, 62, 2, 0.85);
}

.orange .button:hover {
  color: #ff5f01;
}

.orange.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.orange.asset-box:hover .overlap-box {
  background: rgba(255, 95, 1, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.orange.featured-box .featured-img:after {
  background: rgba(255, 95, 1, 0.2);
}

.orange.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #ff5f01;
}

.orange.featured-box .featured-content .content h3 a {
  color: #000;
}

.orange.featured-box .featured-content .content h3 a:hover {
  color: #ff5f01;
}

.orange.course-list figure {
  background: #ff5f01;
}

.orange.related_block .date {
  background: rgba(255, 95, 1, 0.7);
}

.orange.related_block h4:after {
  border-bottom-color: #ff5f01;
}

.orange.event-sec .event-date li .active a {
  background: #ff5f01;
  border-left-color: #003854;
}

.orange.event-sec .event-date li .active a:hover {
  background: #ff5f01;
}

.orange.news-list figure span {
  background: rgba(255, 95, 1, 0.7);
}

.orange.news-list h4:after {
  border-bottom-color: #ff5f01;
}

.orange.featured_news_wrapper figure span {
  background: rgba(255, 95, 1, 0.7);
}

.orange.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #ff5f01;
}

.orange.news_details h1:after {
  border-bottom-color: #ff5f01;
}

.orange.cat-filter {
  border-left: solid 10px #ff5f01;
}

.orange.result-list h3:after {
  border-top: solid 1px #ff5f01;
}

.orange.news-list h4 a:hover {
  color: #ff5f01;
}

.orange .featureed-news h2 a:hover {
  color: #ff5f01;
}

/*PINK*/
.pink .box {
  background: #d7004d;
}

.pink .box a:before {
  background: rgba(215, 0, 77, 0.45);
}

.pink .tile-box .title {
  background: rgba(215, 0, 77, 0.55);
}

.pink .tile-box .hover-sec {
  background: rgba(161, 0, 58, 0.85);
}

.pink .button:hover {
  color: #d7004d;
}

.pink.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pink.asset-box:hover .overlap-box {
  background: rgba(161, 0, 58, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pink.featured-box .featured-img:after {
  background: rgba(161, 0, 58, 0.2);
}

.pink.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #d7004d;
}

.pink.featured-box .featured-content .content h3 a {
  color: #000;
}

.pink.featured-box .featured-content .content h3 a:hover {
  color: #d7004d;
}

.pink.course-list figure {
  background: #d7004d;
}

.pink.related_block .date {
  background: rgba(161, 0, 58, 0.7);
}

.pink.related_block h4:after {
  border-bottom-color: #d7004d;
}

.pink.event-sec .event-date li .active a {
  background: #d7004d;
  border-left-color: #003854;
}

.pink.event-sec .event-date li .active a:hover {
  background: #d7004d;
}

.pink.news-list figure span {
  background: rgba(161, 0, 58, 0.7);
}

.pink.news-list h4:after {
  border-bottom-color: #d7004d;
}

.pink.featured_news_wrapper figure span {
  background: rgba(161, 0, 58, 0.7);
}

.pink.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #d7004d;
}

.pink.news_details h1:after {
  border-bottom-color: #d7004d;
}

.pink.cat-filter {
  border-left: solid 10px #d7004d;
}

.pink.result-list h3:after {
  border-top: solid 1px #d7004d;
}

.pink.news-list h4 a:hover {
  color: #d7004d;
}

.pink .featureed-news h2 a:hover {
  color: #d7004d;
}

/*Bronze Yellow*/
.bronze-yellow .box {
  background: #959200;
}

.bronze-yellow .box a:before {
  background: rgba(149, 146, 0, 0.45);
}

.bronze-yellow .tile-box .title {
  background: rgba(149, 146, 0, 0.55);
}

.bronze-yellow .tile-box .hover-sec {
  background: rgba(112, 109, 0, 0.85);
}

.bronze-yellow .button:hover {
  color: #959200;
}

.bronze-yellow.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bronze-yellow.asset-box:hover .overlap-box {
  background: rgba(112, 109, 0, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bronze-yellow.featured-box .featured-img:after {
  background: rgba(112, 109, 0, 0.2);
}

.bronze-yellow.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #959200;
}

.bronze-yellow.featured-box .featured-content .content h3 a {
  color: #000;
}

.bronze-yellow.featured-box .featured-content .content h3 a:hover {
  color: #959200;
}

.bronze-yellow.course-list figure {
  background: #959200;
}

.bronze-yellow.related_block .date {
  background: rgba(112, 109, 0, 0.7);
}

.bronze-yellow.related_block h4:after {
  border-bottom-color: #959200;
}

.bronze-yellow.news-list figure span {
  background: rgba(112, 109, 0, 0.7);
}

.bronze-yellow.news-list h4:after {
  border-bottom-color: #959200;
}

.bronze-yellow.featured_news_wrapper figure span {
  background: rgba(112, 109, 0, 0.7);
}

.bronze-yellow.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #959200;
}

.bronze-yellow.news_details h1:after {
  border-bottom-color: #959200;
}

.bronze-yellow.cat-filter {
  border-left: solid 10px #959200;
}

.bronze-yellow.result-list h3:after {
  border-top: solid 1px #959200;
}

.bronze-yellow.news-list h4 a:hover {
  color: #959200;
}

.bronze-yellow .featureed-news h2 a:hover {
  color: #959200;
}

/*Blue*/
.blue .box {
  background: #00496e;
}

.blue .box a:before {
  background: rgba(0, 73, 110, 0.45);
}

.blue.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
}

.blue.asset-box:hover .overlap-box {
  background: rgba(0, 73, 110, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blue.featured-box .featured-img:after {
  background: rgba(0, 73, 110, 0.2);
}

.blue.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #00496e;
}

.blue.featured-box .featured-content .content h3 a {
  color: #000;
}

.blue.featured-box .featured-content .content h3 a:hover {
  color: #00496e;
}

.blue.course-list figure {
  background: #00496e;
}

.blue.related_block .date {
  background: rgba(0, 73, 110, 0.7);
}

.blue.related_block h4:after {
  border-bottom-color: #00496e;
}

.blue .tile-box .title {
  background: rgba(0, 73, 110, 0.55);
}

.blue .tile-box .hover-sec {
  background: rgba(0, 57, 86, 0.85);
}

.blue.event-sec .event-date li a:hover {
  background-color: #78adc8;
  border-left-color: #4685a5;
}

.blue.event-sec .event-date li.active a {
  background: #00496e;
  border-left-color: #003854;
}

.blue.event-sec .event-date li.active a:hover {
  background: #00496e;
}

.blue.news-list figure span {
  background: rgba(0, 73, 110, 0.7);
}

.blue.news-list h4:after {
  border-bottom-color: #00496e;
}

.blue.featured_news_wrapper figure span {
  background: rgba(0, 73, 110, 0.7);
}

.blue.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #00496e;
}

.blue.news_details h1:after {
  border-bottom-color: #00496e;
}

.blue.cat-filter {
  border-left: solid 10px #00496e;
}

.blue.result-list h3:after {
  border-top: solid 1px #00496e;
}

.blue.news-list h4 a:hover {
  color: #00496e;
}

.blue .featureed-news h2 a:hover {
  color: #00496e;
}

/*Green*/
.green .box {
  background: #00a19c;
}

.green .box a:before {
  background: rgba(0, 161, 156, 0.45);
}

.green .tile-box .title {
  background: rgba(0, 161, 156, 0.55);
}

.green .tile-box .hover-sec {
  background: rgba(0, 121, 117, 0.85);
}

.green .button:hover {
  color: #00a19c;
}

.green.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
}

.green.asset-box:hover .overlap-box {
  background: rgba(0, 161, 156, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.green.featured-box .featured-img:after {
  background: rgba(0, 161, 156, 0.2);
}

.green.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #00a19c;
}

.green.featured-box .featured-content .content h3 a {
  color: #000;
}

.green.featured-box .featured-content .content h3 a:hover {
  color: #00a19c;
}

.green.course-list figure {
  background: #00a19c;
}

.green.related_block .date {
  background: rgba(0, 161, 156, 0.7);
}

.green.related_block h4:after {
  border-bottom-color: #00a19c;
}

.green.event-sec .event-date li a:hover {
  background-color: #9ac8c7;
  border-left-color: #5e9f9e;
}

.green.event-sec .event-date li.active a {
  background: #00a19c;
  border-left-color: #007a76;
}

.green.event-sec .event-date li.active a:hover {
  background: #00a19c;
}

.green.news-list figure span {
  background: rgba(0, 161, 156, 0.7);
}

.green.news-list h4:after {
  border-bottom-color: #00a19c;
}

.green.featured_news_wrapper figure span {
  background: rgba(0, 161, 156, 0.7);
}

.green.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #00a19c;
}

.green.news_details h1:after {
  border-bottom-color: #00a19c;
}

.green.cat-filter {
  border-left: solid 10px #00a19c;
}

.green.result-list h3:after {
  border-top: solid 1px #00a19c;
}

.green.news-list h4 a:hover {
  color: #00a19c;
}

.green .featureed-news h2 a:hover {
  color: #00a19c;
}

/*yellow*/
.yellow .box {
  background: #ff9f00;
}

.yellow .box a:before {
  background: rgba(191, 119, 0, 0.45);
}

.yellow .tile-box .title {
  background: rgba(255, 159, 0, 0.55);
}

.yellow .tile-box .hover-sec {
  background: rgba(191, 119, 0, 0.85);
}

.yellow .button:hover {
  color: #ff9f00;
}

.yellow.featured-box .featured-img:after {
  background: rgba(191, 119, 0, 0.2);
}

.yellow.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #ff9f00;
}

.yellow.featured-box .featured-content .content h3 a {
  color: #000;
}

.yellow.featured-box .featured-content .content h3 a:hover {
  color: #ff9f00;
}

.yellow.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
}

.yellow.asset-box:hover .overlap-box {
  background: rgba(255, 159, 0, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.yellow.course-list figure {
  background: #ff9f00;
}

.yellow.related_block .date {
  background: rgba(255, 159, 0, 0.7);
}

.yellow.related_block h4:after {
  border-bottom-color: #ff9f00;
}

.yellow.news-list figure span {
  background: rgba(255, 159, 0, 0.7);
}

.yellow.news-list h4:after {
  border-bottom-color: #ff9f00;
}

.yellow.featured_news_wrapper figure span {
  background: rgba(255, 159, 0, 0.7);
}

.yellow.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #ff9f00;
}

.yellow.news_details h1:after {
  border-bottom-color: #ff9f00;
}

.yellow.cat-filter {
  border-left: solid 10px #ff9f00;
}

.yellow.result-list h3:after {
  border-top: solid 1px #ff9f00;
}

.yellow.news-list h4 a:hover {
  color: #ff9f00;
}

.yellow .featureed-news h2 a:hover {
  color: #ff9f00;
}

/*purple*/
.purple .box {
  background: #a0338e;
}

.purple .box a:before {
  background: rgba(120, 38, 106, 0.45);
}

.purple .tile-box .title {
  background: rgba(160, 51, 142, 0.55);
}

.purple .tile-box .hover-sec {
  background: rgba(120, 38, 106, 0.85);
}

.purple .button:hover {
  color: #a0338e;
}

.purple.featured-box .featured-img:after {
  background: rgba(120, 38, 106, 0.2);
}

.purple.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #a0338e;
}

.purple.featured-box .featured-content .content h3 a {
  color: #000;
}

.purple.featured-box .featured-content .content h3 a:hover {
  color: #a0338e;
}

.purple.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.purple.asset-box:hover .overlap-box {
  background: rgba(160, 51, 142, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.purple.course-list figure {
  background: #a0338e;
}

.purple.related_block .date {
  background: rgba(160, 51, 142, 0.7);
}

.purple.related_block h4:after {
  border-bottom-color: #a0338e;
}

.purple.news-list figure span {
  background: rgba(120, 38, 106, 0.7);
}

.purple.news-list h4:after {
  border-bottom-color: #a0338e;
}

.purple.featured_news_wrapper figure span {
  background: rgba(120, 38, 106, 0.7);
}

.purple.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #a0338e;
}

.purple.news_details h1:after {
  border-bottom-color: #a0338e;
}

.purple.cat-filter {
  border-left: solid 10px #a0338e;
}

.purple.result-list h3:after {
  border-top: solid 1px #a0338e;
}

.purple.news-list h4 a:hover {
  color: #a0338e;
}

.purple .featureed-news h2 a:hover {
  color: #a0338e;
}

/*Sky Blue*/
.sky-blue .box {
  background: #248ec0;
}

.sky-blue .box a:before {
  background: rgba(36, 142, 192, 0.45);
}

.sky-blue .tile-box .title {
  background: rgba(77, 176, 222, 0.55);
}

.sky-blue .tile-box .hover-sec {
  background: rgba(36, 142, 192, 0.85);
}

.sky-blue .button:hover {
  color: #248ec0;
}

.sky-blue.featured-box .featured-img:after {
  background: rgba(36, 142, 192, 0.2);
}

.sky-blue.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #248ec0;
}

.sky-blue.featured-box .featured-content .content h3 a {
  color: #000;
}

.sky-blue.featured-box .featured-content .content h3 a:hover {
  color: #248ec0;
}

.sky-blue.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sky-blue.asset-box:hover .overlap-box {
  background: rgba(77, 176, 222, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sky-blue.course-list figure {
  background: #248ec0;
}

.sky-blue.related_block .date {
  background: rgba(77, 176, 222, 0.7);
}

.sky-blue.related_block h4:after {
  border-bottom-color: #248ec0;
}

.sky-blue.news-list figure span {
  background: rgba(36, 142, 192, 0.7);
}

.sky-blue.news-list h4:after {
  border-bottom-color: #248ec0;
}

.sky-blue.featured_news_wrapper figure span {
  background: rgba(36, 142, 192, 0.7);
}

.sky-blue.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #248ec0;
}

.sky-blue.news_details h1:after {
  border-bottom-color: #248ec0;
}

.sky-blue.cat-filter {
  border-left: solid 10px #248ec0;
}

.sky-blue.result-list h3:after {
  border-top: solid 1px #248ec0;
}

.sky-blue.news-list h4 a:hover {
  color: #248ec0;
}

.sky-blue .featureed-news h2 a:hover {
  color: #e23726;
}

.sky-blue .featureed-news h2 a:hover {
  color: #248ec0;
}

/*Black*/
.black .box {
  background: #000;
}

.black .box a:before {
  background: rgba(0, 0, 0, 0.45);
}

.black .tile-box .title {
  background: rgba(45, 45, 45, 0.55);
}

.black .tile-box .hover-sec {
  background: rgba(0, 0, 0, 0.85);
}

.black .button:hover {
  color: #000;
}

.black.featured-box .featured-img:after {
  background: rgba(0, 0, 0, 0.2);
}

.black.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #000;
}

.black.featured-box .featured-content .content h3 a {
  color: #000;
}

.black.featured-box .featured-content .content h3 a:hover {
  color: #000;
}

.black.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.black.asset-box:hover .overlap-box {
  background: rgba(45, 45, 45, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.black.course-list figure {
  background: #000;
}

.black.related_block .date {
  background: rgba(45, 45, 45, 0.7);
}

.black.related_block h4:after {
  border-bottom-color: #000;
}

.black.news-list figure span {
  background: rgba(0, 0, 0, 0.7);
}

.black.news-list h4:after {
  border-bottom-color: #000;
}

.black.featured_news_wrapper figure span {
  background: rgba(0, 0, 0, 0.7);
}

.black.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #000;
}

.black.news_details h1:after {
  border-bottom-color: #000;
}

.black.cat-filter {
  border-left: solid 10px #000;
}

.black.result-list h3:after {
  border-top: solid 1px #000;
}

.black.news-list h4 a:hover {
  color: #000;
}

.black .featureed-news h2 a:hover {
  color: #000;
}

/*Red*/
.red .box {
  background: #e23726;
}

.red .box a:before {
  background: rgba(226, 55, 38, 0.45);
}

.red .tile-box .title {
  background: rgba(237, 79, 63, 0.55);
}

.red .tile-box .hover-sec {
  background: rgba(226, 55, 38, 0.85);
}

.red .button:hover {
  color: #e23726;
}

.red.featured-box .featured-img:after {
  background: rgba(226, 55, 38, 0.2);
}

.red.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #000;
}

.red.featured-box .featured-content .content h3 a {
  color: #000;
}

.red.featured-box .featured-content .content h3 a:hover {
  color: #e23726;
}

.red.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.red.asset-box:hover .overlap-box {
  background: rgba(237, 79, 63, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.red.course-list figure {
  background: #e23726;
}

.red.related_block .date {
  background: rgba(237, 79, 63, 0.7);
}

.red.related_block h4:after {
  border-bottom-color: #e23726;
}

.red.news-list figure span {
  background: rgba(226, 55, 38, 0.7);
}

.red.news-list h4:after {
  border-bottom-color: #e23726;
}

.red.featured_news_wrapper figure span {
  background: rgba(226, 55, 38, 0.7);
}

.red.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #e23726;
}

.red.news_details h1:after {
  border-bottom-color: #e23726;
}

.red.cat-filter {
  border-left: solid 10px #e23726;
}

.red.result-list h3:after {
  border-top: solid 1px #e23726;
}

.red.news-list h4 a:hover {
  color: #e23726;
}

.red .featureed-news h2 a:hover {
  color: #e23726;
}

/**New Color*/
.clrfx {
  clear: both;
}

.domain-fam-extranet .footer-sec {
  background: #222222;
}

.domain-fam-extranet .footer-sec .h3 {
  font-size: 16px;
}

.domain-fam-extranet .footer-sec ul li {
  font-size: 12px;
  padding: 3px 0px;
}

.domain-fam-extranet .footer-sec ul li a {
  font-size: 12px;
  text-decoration: underline;
}

.domain-fam-extranet .footer-sec ul li a:hover {
  text-decoration: none;
}

.domain-fam-extranet .footer-sec .logo a {
  width: 138px;
  height: 59px;
  display: block;
  background: url("../images/logo-white.png") no-repeat;
  background-size: cover;
}

.domain-fam-extranet .footer-bottom {
  background: #222222;
  padding: 0px 0px 40px;
}

.domain-fam-extranet .footer-bottom ul li {
  font-size: 12px;
  font-family: HelveticaNeueETW01-75Bd;
}

@media (max-width: 767px) {
  .domain-fam-extranet .footer-sec ul {
    background: #222222;
  }
  .domain-fam-extranet .footer-sec .h3 {
    font-size: 15px;
    border-bottom: solid 1px #333;
    padding: 8px 0px 12px;
  }
  .domain-fam-extranet .footer-sec .h3:before {
    font-size: 20px;
  }
  .domain-fam-extranet .footer-sec .logo {
    padding: 20px 20px;
  }
  .domain-fam-extranet .footer-sec .logo a {
    width: 80px;
    height: 34px;
  }
  .domain-fam-extranet .footer-bottom {
    padding: 30px 0 20px;
  }
  .domain-fam-extranet .footer-bottom ul li {
    font-size: 11px;
  }
}
/*# sourceMappingURL=footer.css.map */