@import url(../fonts/stylesheet.css);

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #545252;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

ul {
  padding-left: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  p {
    text-align: center;
  }
}

.team-member-avatar {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.staff-image-block > img {
  max-width: 100%;
}

.imgtext {
  text-align: center;
  margin-bottom: 0px;
}

.imgtext h1 {
  font-size: 20px;
  color: #293179;
}

/* #Basic Styles
================================================== */

@font-face {
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  font-color: #545252;
}

body {
  background: #fff;
  font: 14px/21px "Cabin";
  color: #545252;
  margin: 85px 0 0 0;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */

pre {
  font: inherit;
  margin-top: 20px;
  border: none;
  opacity: 0.6;
  font-style: italic;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #293179;
  font-weight: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #293179;
  text-decoration: none;
}

h5 {
  font-weight: bold;
}

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

b {
  font-weight: bold;
}

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

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: inherit;
}

small {
  font-size: 80%;
}

/*	Blockquotes  */

blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* Slider Override */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.item:nth-child(1) {
  background: #74c390;
}

.item:nth-child(2) {
  background: #51bce8;
}

.item:nth-child(3) {
  background: #e46653;
}

.carousel-caption {
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif;
  transition: 0.25s ease;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.15;
  bottom: 50%;
  transform: translate(0, 50%);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 325px;
  height: calc(61.8vh - 85px);
  min-height: 268px;
  background-color: #293179;
}

@media screen and (max-width: 991px) {
  .carousel-caption {
    font-size: 42px;
  }

  .carousel-inner {
    height: calc(43vh - 85px);
  }
}

@media screen and (max-width: 767px) {
  .carousel-caption {
    font-size: 29px;
  }

  .carousel-inner {
    height: calc(27vh - 85px);
  }
}

.carousel-inner .item {
  width: 100%;
  height: 100%;
}

#carousel-item-1 {
  background: url(../images/asi-optimism-2.jpg) no-repeat center;
  /* background-position: 50% 80%; */
  background-position: center center;
  /* background-position: center bottom 20%; */
  background-size: cover;
}

#carousel-item-2 {
  background: url(../images/3.jpg) no-repeat center;
  /* background-position: 50% 33%; */
  background-size: cover;
}

#carousel-item-3 {
  /* background: url(../images/7.jpg) no-repeat center; */
  /* background-position: 50% 66%; */
  background: url(../images/asi-quality.jpg) no-repeat center;
  background-size: cover;
}

#carousel-item-4 {
  /* background: url(../images/banner4.jpeg) no-repeat center; */
  background: url(../images/7.jpg) no-repeat center;
  background-size: cover;
  background-position: center top 20%;
}

#carousel-item-5 {
  /* background: url(../images/asi-quality.jpg) no-repeat center; */
  background: url(../images/asi-trust.jpg) no-repeat center;
  background-size: cover;
}

.image-shader {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 49, 121, 0.4);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#293179+0,315491+100&0.09+0,0.91+100 */
  background: -moz-linear-gradient(
    top,
    rgba(41, 49, 121, 0.09) 0%,
    rgba(49, 84, 145, 0.91) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(41, 49, 121, 0.09) 0%,
    rgba(49, 84, 145, 0.91) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(41, 49, 121, 0.09) 0%,
    rgba(49, 84, 145, 0.91) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17293179', endColorstr='#e8315491', GradientType=0);
  /* IE6-9 */
}

*/
/* #Border Radius
================================================== */

.border_all_3 {
  border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}

.border_all_4 {
  border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.border_all_5 {
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.border_all_6 {
  border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
}

.border_all_7 {
  border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
}

.border_top_3 {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.border_top_4 {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.border_top_5 {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.border_bottom_3 {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border_bottom_4 {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.border_bottom_5 {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.border_left_3 {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border_left_4 {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.border_left_5 {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.border_right_3 {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.border_right_4 {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.border_right_5 {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*input[type="text"],*/

/* #Misc
================================================== */

.asi-tech-inner {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.asi-tech-inner h3 {
  text-align: center;
}

.asi-tech-inner li {
  margin-bottom: 20px;
}

.asi-tech-inner li strong {
  display: inline-block;
  color: #293179;
  padding-bottom: 10px;
  font-family: serif;
  font-size: 18px;
  font-weight: 400;
}

.logo-image {
  max-height: 60px;
  padding: 4px;
  margin: auto;
  margin-bottom: 20px;
}

.logo-image-big {
  max-height: 80px;
  margin: auto;
  margin-bottom: 20px;
}

.logo-image-small {
  margin: auto;
  max-height: 40px;
  display: inline;
  padding: 5px;
  margin-bottom: 20px;
}

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

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

::selection {
  background: #333;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::-webkit-input-placeholder {
  font-style: normal;
  color: #d9d9d9;
}

:-moz-placeholder {
  font-style: normal;
  color: #d9d9d9;
}

.hidden {
  display: none;
}

.vspacer {
  height: 20px;
}

.align_right {
  text-align: right !important;
}

.margin_right {
  margin-right: 10px;
}

.j,
.justify {
  text-align: justify !important;
}

.zindex {
  position: relative;
  z-index: 1;
}

.lh {
  line-height: 1.9;
}

.margin_top {
  margin-top: 30px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.standard-list {
  list-style-type: circle;
  margin-left: 30px;
  margin-top: 10px;
  font-family: inherit;
  font-size: 115%;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

/*--------------------------------------------------
			BODY BACKGROUND START Mahendra Kathiriya
---------------------------------------------------*/

/*--------------------------------------------------
			BODY BACKGROUND END
---------------------------------------------------*/

/*--------------------------------------------------
			HEADER CSS START
---------------------------------------------------*/

.logo-wrapper a img {
  padding: 4px 10px;
  transition: 0.25s ease;
}

.logo-wrapper a:hover img {
  background: #f3f3f3;
}

@media (max-width: 767px) {
  .logo-wrapper {
    padding: 0;
  }
}

#menu-primary-menu {
  padding-left: 0;
}

.menu-wrapper {
  text-align: right;
}

.menu_right {
  margin: 0;
  right: 0;
  display: inline-block;
  text-align: center;
}

.menu_right li {
  float: left;
  display: block;
}

.menu_right li a {
  border-bottom: 5px solid #fff;
  font-size: 18px;
  color: #293179;
  padding: 30px 20px 28px;
  display: block;
  font-family: sans-serif;
  transition: 0.25s ease;
  font-weight: 500;
}

.sub-menu {
  padding-left: 0;
}

.sub-menu li a:before {
  content: "-";
  padding-right: 8px;
  display: inline-block;
}

.header {
  padding: 0;
  display: block;
  border-bottom: 1px rgba(0, 0, 0, 0.25) solid;
  z-index: 256;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.logged-in .header {
  top: 32px;
}

@media (max-width: 782px) {
  .logged-in .header {
    top: 46px;
  }
}

#wpadminbar {
  position: fixed;
}

.header.sticky {
}

.logo {
}

.menu_right li.current-menu-item a {
  border-bottom: 5px solid #293179;
}

.menu_right li:hover a {
  border-bottom: 5px solid #293179;
  text-decoration: none;
}

#menu-icon {
  display: none;
}

.sab_menu {
  position: absolute;
  padding-left: 0;
}

.menu_right li .sab_menu li {
  float: none;
  background: #fff;
  margin: 0;
}

.menu_right li .sab_menu li a {
  color: #3b3947;
  font-size: 16px;
  padding: 15px 35px 15px 15px;
  font-family: sans-serif;
  border: none;
  text-align: left;
}

@media (max-width: 767px) {
  .menu_right li .sab-menu li a,
  .sub-menu,
  .services_menu {
    text-align: center;
  }
}

.menu_right li .sab_menu {
  background: #fff;
  display: none;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.15);
}

.menu_right li .sab_menu li.list {
  margin: 0px;
}

.menu_right li .sab_menu li a:hover {
  color: #293179;
  background: #f3f3f3;
}

.menu_right li:hover a {
  background: #fff;
}

.menu_right li:hover .sab_menu {
  display: block;
}

/*--------------------------------------------------
			HEADER CSS END
---------------------------------------------------*/

/*--------------------------------------------------
			CONTAINER CSS START
---------------------------------------------------*/

p {
  font-family: inherit;
  font-size: 115%;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

/* BANNER CSS */

.banner {
  background: #293179 url(../images/ASI-header-3.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  /* height: 35.2vh; */

  height: 325px;
  height: calc(61.8vh - 85px);
  min-height: 268px;
}

/* @media (max-width: 767px) {
    .banner {
        height: 38.1vh;
    }
} */

@media screen and (max-width: 991px) {
  .banner {
    height: calc(43vh - 85px);
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: calc(27vh - 85px);
  }
}

#home-banner {
  /*background-image: url(../images/.jpg);*/
}

#services-banner {
  /* background-image: url(../images/new3.jpg); */
  background: url(../images/7.jpg) no-repeat center;
  background-position: 50% 37%;
  background-size: cover;
}

#team-banner {
  /* background-image: url(../images/new4.jpg); */
  /* background-image: url(../images/asi-team.jpg); */
  background-image: url(../images/asi-team-2.jpg);
  background-size: cover;
  background-position: center center;
}

#general-banner {
  background-image: url(../images/asi-about-2.jpg);
  background-size: cover;
  background-position: center center;
}

#why-asi-banner {
  /* background-image: url(../images/new8.jpg); */
  background-image: url(../images/map.jpg);
  background-size: cover;
  /* filter: brightness(.85); */
}

.banner img {
  width: 100%;
}

.banner h1 {
  margin: 0 auto;
  font-family: sans-serif;
  transition: 0.25s ease;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.15;
  color: white;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 991px) {
  .banner h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .banner h1 {
    font-size: 29px;
  }
}

#why-asi-banner h1 {
  padding: 0 20px;
  /* font-size: 35px; */
  /* top: 45%; */
}

@media (max-width: 991px) {
  #why-asi-banner h1 {
    /* font-size: 38px; */
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  .banner h1,
  #why-asi-banner h1 {
    /* font-size: 27px; */
    padding: 0 20px;
  }
}

/* home css */

.content-home-intro {
  padding-top: 54px;
  padding-bottom: 54px;
}

.content-home-intro h1 {
  margin: 0px;
  padding: 0 0 15px 0;
  color: #293179;
  font-size: 25px;
}

.content_services_home {
  background: #f9f9f9;
  text-align: center;
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #eee;
}

.content_services_home h1 {
  margin: 0px;
  padding: 0 0 15px 0;
  color: #293179;
  font-size: 25px;
}

.content_services_home p {
  color: #666;
}

.content_services_home_box_inner h1 {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #fff;
  margin: 0 -5px;
  padding: 0 5px;
  color: #293179;
  font-size: 20px;
}

@media (max-width: 767px) {
  .content_services_home_box_inner {
    height: unset !important;
  }
}

@media (min-width: 1200px) {
  .content_services_home_box_inner {
    height: 300px !important;
  }
}

.content_services_home_box_inner {
  padding: 30px 20px 40px 20px;
  position: relative;
  border: 1px #eee solid;
  margin: 0 0 70px 0;
  border-radius: 3px;
}

.content_services_home_box {
  padding: 25px 0 0 0;
  margin-top: 30px;
}

.content_services_home_box_inner a {
  font-size: 14px;
  color: #293179;
  position: absolute;
  bottom: -12px;
  left: 20px;
  background: #fff;
  font-family: sans-serif;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  padding: 7px 8px;
  box-shadow: 0px 1px 1px 0px rgba(223, 223, 223, 0.48);
}

.content_services_home_box_inner p {
  margin: 0px;
  color: #666;
  text-align: start !important;
}

.content_services_home_box_inner a:hover {
  text-decoration: none;
  color: #293179;
}

/* ASI and SIS CSS */

.content_asiandsis_home_box {
  /* background: #293179; */
  padding: 25px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4161a7+0,293179+78 */
  /* background: rgb(65,97,167); 
    background: -moz-linear-gradient(-45deg,  rgba(65,97,167,1) 0%, rgba(41,49,121,1) 78%); 
    background: -webkit-linear-gradient(-45deg,  rgba(65,97,167,1) 0%,rgba(41,49,121,1) 78%); 
    background: linear-gradient(135deg,  rgba(65,97,167,1) 0%,rgba(41,49,121,1) 78%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4161a7', endColorstr='#293179',GradientType=1 );
    text-shadow: 0 2px 3px rgba(0,0,0,0.3); */
  background-color: #f3f3f3;
}

.content_asiandsis_home_box strong {
  color: #fff;
}

.content_asiandsis_home_box h1 {
  text-align: center;
}

.content_asiandsis_home_box h1,
.content_asiandsis_home_box h2 {
  margin: 0px;
  font-size: 25px;
  padding: 0 0 25px 0;
  display: block;
  color: #293179;
  /* font-weight: 700; */
}

.content_asiandsis_home_box-image {
  display: flex;
  justify-content: center;
}

.content_asiandsis_home_box img {
  height: 100px;
  width: 100px;
}

@media (max-width: 767px) {
  .content_asiandsis_home_box h1,
  .content_asiandsis_home_box h2 {
    text-align: center;
    font-size: 18px;
  }

  .content_asiandsis_home_box img {
    height: 88px;
    width: 88px;
  }
}

@media (min-width: 1200px) {
  .content_asiandsis_home_box h1,
  .content_asiandsis_home_box h2 {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.content_asiandsis_home_box ul {
  margin: 0px;
}

.content_asiandsis_home_box li {
  font-size: 16px;
  color: #fff;
  margin: 0 0 15px 0;
  font-family: sans-serif;
  padding: 0 0 0 33px;
  background: url(../images/home_left_icon1.png) no-repeat left 6px;
  font-weight: 300;
  line-height: 25px;
}

.asi-tech {
  background: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.asi-tech h2 {
  text-align: center;
  color: #293179;
  margin-bottom: 30px;
}

.asi-tech li {
  margin-bottom: 20px;
}

.asi-tech li strong {
  display: inline-block;
  color: #293179;
  padding-bottom: 10px;
  font-family: serif;
  font-size: 18px;
  font-weight: 400;
}

.asi-tech br {
  height: 0;
}

.audit-process {
  background: #293179 url(../images/new7.jpg) no-repeat bottom;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.audit-process .row > div {
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgba(47, 56, 132, 0.95);
}

.audit-process img {
  width: 100%;
  max-width: 380px;
  margin: auto;
}

.audit-process h2 {
  position: relative;
  top: 15px;
  padding-bottom: 0;
}

/* services page css */

.page-id-36 #service-page-title {
  display: none;
}

.services_menu {
  padding-left: 0;
}

.content_services_page {
  overflow: hidden;
  margin-top: 20px;
}

.content_services_page img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 80vh;
  margin: 20px 0;
  cursor: unset;
}

.content_services-interline-billing-support_page img {
  max-width: 100%;
  width: auto;
  height: 250px !important;
  max-height: 80vh;
  margin: 20px 0;
  cursor: unset;
}

figure.wp-block-image a {
  display: contents;
}

.content_services_page h1 {
  padding: 15px 0;
  font-size: 30px;
  color: #293179;
  margin: 0px;
}

.content_services_page ul li {
  font-size: 115%;
}

.about-content {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
}

.about-content h1 {
  text-align: center;
}

@media (max-width: 480px) {
  .about-content img {
    width: 100%;
    height: auto;
  }
}

.wp-page-content ul {
  list-style-type: disc;
  margin-left: 2em;
  margin-top: 1em;
}

.wp-page-content ul li {
  border-bottom: none;
}

.wp-page-content ul > * + * {
  margin-top: 1em;
}

.content_services_page li {
  border-bottom: 1px solid #f4f4f4;
}

.content_services_page li a {
  display: block;
  padding: 10px 0 10px;
}

.content_services_page li a:hover {
  color: #293179;
  text-decoration: none;
}

.content_services_page li.active a {
  color: #333;
}

.content_services_page1 {
  margin-top: 20px;
}

.content_services_page h2 {
  padding: 10px 0 10px 30px;
  background: url(../images/home_left_icon2.png) no-repeat left center;
  font-size: 25px;
  color: #293179;
  margin: 0px;
}

.content_services_page .s1 {
  cursor: pointer;
}

.content_services_page .s1:hover {
  border-bottom: 5px solid #293179;
}

@media (max-width: 767px) {
  .content_services_page h2 {
    padding-left: 0;
    background: none;
  }
}

.content_services_page h3 {
  padding: 30px 0 20px;
  font-size: 30px;
  color: #293179;
  margin: 0px;
}

.content_services_page h3:first-child {
  padding: 0 0 20px;
}

.content_services_page2 p {
  padding: 20px 0 20px 30px;
}

.content_services_page1 p {
  color: #545252;
}

.service-responsive-graph {
  text-align: center;
  position: relative;
}

.service-icon:after {
  content: ">";
  font-size: 20px;
  font-weight: 700;
  color: #293179;
  position: absolute;
  top: 40px;
  right: 0;
}

.service-icon:nth-child(5):after {
  display: none;
}

@media (max-width: 767px) {
  .service-icon:after {
    top: 100%;
    transform: rotate(90deg);
    right: 48%;
  }
}

.service-responsive-graph img {
  margin-bottom: 0;
  width: 66.66%;
  min-width: 100px;
  max-width: 141px;
}

.service-responsive-graph h4 {
  color: #293179;
}

@media (max-width: 767px) {
  #services-menu {
    text-align: center;
  }

  #services-menu ul {
  }

  #services-menu h1 {
    display: none;
  }

  #services-menu li {
    width: 47%;
    white-space: nowrap;
    display: inline-block;
    border-bottom: 0;
    margin: 2px;
    border: 1px #f3f3f3 solid;
    padding: 8px;
  }

  #services-menu a {
    border-bottom: 0;
    padding: 0;
  }
}

/* profile css */

.content_profile_page h1 {
  padding: 0px 0 15px;
  font-size: 27px;
  color: #293179;
  margin: 0px;
}

.content_profile_page h2 {
  font-size: 18px;
  color: #293179;
}

.content_profile_page p {
}

.content_profile_page p span {
  width: 90px;
  display: inline-block;
  color: #293179;
  font-weight: 700;
  margin: 0px;
}

.profile-page-image-container {
  text-align: center;
}

.content_profile_page img {
  padding: 0 0 25px 0;
  width: 72%;
  height: auto;
}

@media (max-width: 767px) {
  .content_profile_page img {
    width: 61.8%;
  }

  .content_profile_page br {
    display: none;
  }

  .content_profile_page .row {
    margin-bottom: 50px;
  }
}

.content_profile_page {
  display: block;
  padding: 50px 0 0;
}

/* CTA !!!!!!!!! */

#cta {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 2;
  text-align: center;
  color: #293179;
  opacity: 0;
  transition: 0.3s ease;
}

.logged-in #cta {
  top: 132px;
}

@media (max-width: 782px) {
  .logged-in #cta {
    top: 146px;
  }
}

#cta a,
#cta a:hover,
#cta a:focus {
  color: inherit;
  text-decoration: none;
}

#cta.in {
  opacity: 1;
}

@media (max-width: 767px) {
  #cta.in {
    opacity: 0;
  }
}

#cta:hover {
  transform: scale(1.05);
}

#cta:active {
  transform: scale(1.02);
}

.cta-wrapper {
  display: inline-block;
  background-color: #dda00a;
  border-radius: 50%;
  position: relative;
  width: 1px;
  height: 1px;
  text-align: center;
  overflow: hidden;
  padding: 0;
  transition: 0.6s ease;
  margin-bottom: 10px;
}

#cta.in .cta-wrapper {
  background-color: #424a8f;
  width: 45px;
  height: 45px;
}

.cta-wrapper img {
  position: absolute;
  top: -80px;
  left: 50%;
  transition-delay: 0.3s;
  transition: 0.6s ease;
  transform: translate(-50%, 0);
}

#cta.in img {
  top: 0px;
}

#cta strong {
  display: block;
  font-family: serif;
  font-weight: 500;
  font-size: 16px;
}

.cta-text {
  display: block;
  transition: 0.3s ease;
}

#cta a p {
  font-size: 13px;
}

#cta.shy {
  right: -10px;
}

#cta.shy:hover {
  right: 10px;
}

#cta.shy .cta-wrapper {
  margin-bottom: 5px;
}

#cta.shy .cta-text {
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  border-radius: 7px;
}

#cta.shy .cta-text span {
  font-size: 0.1px;
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0;
  line-height: 1;
}

#cta.shy:hover .cta-text {
  opacity: 1;
  pointer-events: initial;
  width: 100%;
}

/* Team Css */

.content_team_page h1 {
  padding: 30px 0 15px;
  font-size: 32px;
  color: #293179;
  margin: 0px;
}

.content_team_page h2 {
  font-size: 24px;
  color: #293179;
}

.content_team_page p {
  font-size: 18px;
  color: #545252;
}

.content_team_page {
  padding: 25px 0;
}

.content_team_page a {
  display: inline-block;
  color: #333;
  margin: 0 0 30px 0;
  padding: 10px 18px;
  transition: 0.25s ease;
}

@media (max-width: 767px) {
  .locations-div {
    text-align: center;
  }

  .content_team_page a {
    padding: 6px 10px;
  }
}

.content_team_page a:hover {
  text-decoration: none;
  background: #fafafa;
  color: #293179;
}

.content_team_page_img img {
  padding: 0;
  width: 100%;
  height: auto;
}

/*About & WHy ASI Page*/

.content_general_page h1,
.content_whyASI_page h2 {
  color: #293179;
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.content_whyASI_page h2 {
  font-family: sans-serif;
  font-size: 44px;
}

.content_whyASI_page .technology--content {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.technology--content p {
  text-align: start;
}

.technology--content ul {
  font-size: 115%;
  list-style: unset;
  margin: unset;
  padding: unset;
  text-align: start;
  margin-top: 1em;
}

.content_general_page,
.content_whyASI_page {
  margin-bottom: 56px;
  padding-bottom: 56px;
  /* border-bottom: #ddd 1px solid; */
}

.content_whyASI_page {
  text-align: center;
}

.content_general_page h2 {
  color: #293179;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content_general_page span {
  width: 90px;
  display: inline-block;
  color: #293179;
  font-weight: 700;
  margin: 0px;
}

.process-img {
  mix-blend-mode: lighten;
}

#why-asi-banner {
  position: relative;
  /* height: 255px; */
}

.why-asi-nav {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  width: 100%;
  z-index: 1;
  /*transition: 0.6s;*/
  /*transition-timing-function: cubic-bezier(.09,.87,.67,1);*/
  text-align: center;
}

.why-asi-nav.affix {
  position: fixed;
  top: 85px;
  transform: translate(-50%, 0);
  bottom: auto;
  width: 100%;
}

body,
#why-asi-banner,
#ASI-Client-Benefits,
#technology,
#audit-process {
  position: relative;
}

#ASI-Client-Benefits,
#technology,
#audit-process {
  position: relative;
  border-top: 145px solid transparent;
  margin-top: -145px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#ASI-Client-Benefits h2 {
  color: white;
}

.why-asi-nav li {
  display: inline-block;
  float: none;
}

.why-asi-nav li a {
  display: inline-block;
  padding: 18px 15px;
  border-right: #f3f3f3 1px solid;
  color: #293179;
  font-family: sans-serif;
  font-size: 18px;
  transition: 0.25s ease;
}

@media (max-width: 767px) {
  .why-asi-nav {
    width: 100%;
  }

  .why-asi-nav li a {
    font-size: 14px;
    padding: 6.5px;
  }
}

.why-asi-nav li a:hover,
.why-asi-nav li a:focus {
  background: white;
  text-decoration: none;
}

.why-asi-nav li:last-child a {
  border-right: 0;
}

.why-asi-features {
  padding-top: 105px;
  padding-bottom: 40px;
  background: #f3f3f3;
}

.why-asi-features h3 {
  color: #293179;
  font-size: 23px;
}

.why-asi-features img {
  width: 100px;
  height: 100px;
}

.content_whyASI_page hr {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .content_whyASI_page hr {
    display: none;
  }

  .why-asi-features h3 {
    margin-top: 7px;
  }

  .why-asi-features img {
    width: 88px;
    height: 88px;
  }
}

.benefits {
  position: relative;
  background: url("../images/new5.jpg") no-repeat center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.benefits h1 {
  font-size: 30px;
  text-align: left;
}

.benefits .row > div {
  background: rgba(47, 56, 132, 0.95);
  padding: 50px 30px;
}

.benefits img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .audit-process,
  .benefits {
    background: #293179;
  }
}

.columned {
  text-align: center;
}

@media (min-width: 767px) {
  .columned {
    text-align: left;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 2%;
    -webkit-column-gap: 2%;
  }

  .columned li {
    display: inline-block;
  }
}

/* Contact Page */

.locations-div {
  margin-bottom: 40px;
}

.locations-div a {
  background-color: #f3f3f5;
  margin-bottom: 5px;
}

.locations-div a.active {
  background-color: #293179;
  color: white;
}

.staff-image-block {
  display: block;
}

/* staff page */
.staff-ireland,
.staff-poland,
.staff-usa {
  display: none;
}

.content_team_page {
  padding: 0px 0;
}

div.description {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  opacity: 1;
  color: #293179;
  filter: alpha(opacity=60);
  display: block;
}

.staff-permalink {
  border: 1px solid white;
  transition: 0.25s ease;
}

.staff-permalink:hover {
  border-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transform: translate(0, -3px);
  box-shadow: 0 3px 39px -10px rgba(0, 0, 0, 0.2);
}

.staff-permalink:active {
  transform: translate(0, -1px) scale(0.99);
}

.description hr {
  margin: 10px 0;
}

p.description_content {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  padding-left: 15px;
  font-weight: 700;
}

h3.staff_name {
  font-size: 20px;
  color: inherit;
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 0px;
  padding-left: 15px;
}

.staff-image-block > img {
  padding: 0;
  width: 66%;
  padding-top: 27px;
  height: auto;
  position: relative;
}

.flag {
  position: absolute;
  bottom: 50%;
  right: 10px;
  max-width: 30px;
  padding: 10px;
}

.fake-link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.fake-link:before {
  content: "–––––>";
  letter-spacing: -4px;
  font-size: 0.1px;
  line-height: 1;
  position: relative;
  top: -1.7px;
  font-stretch: 200;
  opacity: 0;
  margin-right: 0;
  transition: 0.25s ease;
  vertical-align: middle;
}

.staff-permalink:hover .fake-link:before {
  font-size: 14px;
  opacity: 1;
  margin-right: 10px;
}

/*--------------------------------------------------
			CONTAINER CSS END
---------------------------------------------------*/

/*--------------------------------------------------
			FOOTER CSS START
---------------------------------------------------*/

/* button back top css  */

.button_back_top {
  text-align: center;
  padding: 35px 0;
}

a#button_back_top {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 60px 0 0 0;
  background: url(../images/button_back_top.png) no-repeat center top / 50px
    50px;
  color: #293179;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  transition: 0.25s ease;
  opacity: 0.75;
  border-bottom: #ddd 1px solid;
}

a#button_back_top:hover {
  color: #293179;
  opacity: 1;
  text-decoration: none;
}

.footer {
  background: #fff;
  border-top: #ddd 1px solid;
}

.footer h1 {
  font-family: sans-serif;
}

.footer__logos--list p {
  display: contents;
}

.footer img {
  /* padding: 1em 1em 1em 0; */
  height: 2.5em;
  width: auto;
  font-size: 2em;
}
.footer img:last-child {
  margin-right: 0;
}

.footer img:hover {
  filter: brightness(1.1);
}

@media (max-width: 1024px) {
  .footer img {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .footer img {
    font-size: 1.2em;
  }
}
.footer_top {
  display: flex;
}

@media (max-width: 780px) {
  .footer_top {
    flex-direction: column;
    padding: 0 2.5em;
  }
}

.footer_top--office-address {
  flex: 1 1 66.66%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__container {
  display: flex;
  /* justify-content: space-between; */
  padding: 0;
  /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1em; */
  /* text-align: center; */
}

@media (max-width: 780px) {
  .footer__container li:first-child {
    margin-bottom: 2em;
  }
}
@media (max-width: 480px) {
  .footer__container li:first-child {
    margin-bottom: 0;
  }
}

@media (max-width: 780px) {
  .footer__container {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.footer--list-container li {
  margin-bottom: 0 !important;
}

.footer--list-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 780) {
  .footer--list-container {
    margin-top: 2em;
  }
}

@media (max-width: 480px) {
  .footer--list-container {
    flex-direction: column;
  }
}

.footer_top--contact-us {
  padding: 0;
}

@media (min-width: 780px) {
  .footer_top--contact-us {
    margin-left: 3.5em;
  }
}

@media (min-width: 991px) {
  .footer--list {
    /* flex: 1 1 100 / 6 * 1% !important; */
    margin-left: 2.5em;
  }
}

@media (max-width: 480px) {
  .footer--list {
    /* flex: 1 1 100 / 6 * 1% !important; */
    margin-top: 1em;
  }
}

@media (max-width: 480px) {
  .footer--list:first-child {
    /* flex: 1 1 100 / 6 * 1% !important; */
    margin-top: 2em;
  }
}

@media (max-width: 780px) {
  .contact-us__details {
    display: flex;
  }
}
@media (max-width: 480px) {
  .contact-us__details {
    flex-direction: column;
  }
}
.contact-us__details a {
  text-decoration: underline;
  color: #293179;
  white-space: nowrap;
}
.footer__logos--list {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .footer__logos--list {
    flex-wrap: nowrap;
  }
}

.footer__logos--list p {
  margin: 0;
}

.footer__logos--list li {
  flex: 1 1 50%;
  align-items: flex-end;
  padding-right: 2em;
  padding-bottom: 1em;
}
.footer__logos--list li:last-child {
  padding-right: 0;
}

@media (min-width: 1024px) {
  .footer__logos--list li {
    flex-basis: 16.66%;
  }
}

@media (max-width: 780px) {
  .footer__logos--list li {
    flex-basis: 33.33%;
    padding-right: 2em;
    padding-bottom: 1em;
  }
}

@media (max-width: 480px) {
  .footer__logos--list li {
    flex-basis: 50%;
    padding-right: 2em;
    padding-bottom: 1em;
  }
}

.footer__logos--list li:first-child {
  padding-left: 0;
}

.footer__logos--list li:last-child {
  padding-right: 0;
}

.logo-image,
.logo-image-big {
  mix-blend-mode: multiply;
}

.footer .container {
  /* margin-top: 35px; */
  /* padding: 0; */
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 780px) {
  .footer .container {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .footer .container p {
    text-align: unset;
  }
}

@media (max-width: 767px) {
  .footer .container h2 {
    text-align: unset;
  }
}

/* @media (max-width: 767px) {
    .footer .container {
        display: none;
    }

    .footer_bottom {}

} */

.footer_widget1 li {
  margin-bottom: 0.5rem;
}

.footer_widget1 li ul li {
  margin-bottom: 0.3rem;
}

.footer_widget1 li > a {
  font-family: sans-serif;
  display: block;
  font-size: 17px;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 0.85rem;
}

.footer_widget1 li ul li a {
  color: #666;
  font-weight: 300;
  margin-bottom: 0.85rem;
  font-family: sans-serif;
  font-size: 14px;
}

.footer_widget1 {
  padding: 20px 0 0;
  display: block;
}

.footer_widget1 li a:hover {
  color: #293179;
  text-decoration: none;
}

.footer h2 {
  font-size: 1.4rem;
  color: #293179;
  margin: 0px;
  padding: 0 0 5px 0;
  text-transform: capitalize;
  font-family: sans-serif;
}

.footer_widget2 {
  padding: 20px 0;
  display: block;
}

.footer_widget2 p {
  color: #333;
  margin-bottom: 25px;
  font-size: 16px;
}

.footer_widget4 {
  padding: 20px 0;
  display: block;
}

.footer_bottom p {
  font-size: 16px;
  color: #666;
}

.footer_bottom {
  background: #f3f3f3;
  display: block;
  border-top: #ddd 1px solid;
  /* padding: 20px 0; */
  text-align: center;
}

.footer_bottom img {
  margin: 5px;
}

/*--------------------------------------------------
			FOOTER CSS END
---------------------------------------------------*/

/*--------------------------------------------------
            RESPONSIVE CSS START
---------------------------------------------------*/

@media (max-width: 991px) {
  #menu-icon {
    top: -50px;
    display: block;
    height: 15px;
    width: 15px;
    background: url(../images/close1.png) no-repeat center center / cover;
    position: absolute;
    right: 28px;
  }

  #menu-icon.active {
    background: url(../images/close.png) no-repeat center center / cover;
  }

  .menu_right {
    z-index: 9;
    display: none;
    top: 12px;
    background: #fff;
    bottom: auto;
    width: 100%;
  }

  .menu_right li {
    display: block;
    float: none;
  }

  .menu_right li a {
    padding: 15px;
  }

  .menu_right li a,
  .menu_right li a:hover,
  .menu_right li a:active {
    border-bottom: 0;
  }

  .sab_menu {
    position: relative;
  }

  .menu_right li .sab_menu {
    display: none;
    height: 1px !important;
    z-index: -1 !importnat;
  }
}

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

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

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

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

/*--------------------------------------------------
            RESPONSIVE CSS END
---------------------------------------------------*/

/*--------------------------------------------------
            ACCESSIBILITY CSS START
---------------------------------------------------*/

/*

One Click Accessibility Plugin (Ally)

Extras Fixes for (modes):

- General
- High Contrast
- Grayscale

*/

/* Start - General */
#pojo-a11y-skip-content {
  display: none;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right,
#pojo-a11y-toolbar .pojo-a11y-toolbar-right .pojo-a11y-toolbar-open {
  z-index: 10005;
  font-family: sans-serif, arial;
}

.pojo-a11y-toolbar-text,
.pojo-a11y-toolbar-title {
  font-size: 0.9rem;
  font-weight: 500;
}

html body.pojo-a11y-high-contrast a {
  background-color: transparent !important;
}

html body.pojo-a11y-high-contrast a.button,
html body.pojo-a11y-high-contrast a:hover svg {
  background-color: #400000 !important;
}

html body.pojo-a11y-grayscale {
  margin-top: 0 !important;
}

html
  body.pojo-a11y-grayscale
  li.pojo-a11y-toolbar-item
  a.active
  .pojo-a11y-toolbar-icon,
html
  body.pojo-a11y-grayscale
  li.pojo-a11y-toolbar-item
  a.active
  .pojo-a11y-toolbar-text {
  color: #ffffff !important;
}

/* End - General */

html body.pojo-a11y-high-contrast .content_general_page,
html body.pojo-a11y-high-contrast .content_whyASI_page {
  margin-bottom: 0 !important;
}

html body.pojo-a11y-high-contrast #ASI-Client-Benefits,
html body.pojo-a11y-high-contrast #technology,
html body.pojo-a11y-high-contrast #audit-process {
  margin-top: 0 !important;
}

html body.pojo-a11y-high-contrast .carousel-indicators li {
  background-color: yellow !important;
  opacity: 0.8 !important;
}

html body.pojo-a11y-high-contrast .carousel-indicators .active {
  background-color: yellow !important;
  opacity: 1 !important;
}

/*--------------------------------------------------
            ACCESSIBILITY CSS END
---------------------------------------------------*/

/*
     FILE ARCHIVED ON 06:34:51 Aug 09, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:01:02 Jan 12, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/

/* Manually added */
.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}
