/*
*   Title:          fonts.scss
*   Description:    This file is created to contain all font-face definitions for global.scss.
*    
*   Fonts available by font family: 
*   GothamLight, GothamMedium, GothamBold, GothamRndBold, GothamRndMedium, GothamRndLight.
*    
*   Nunito, NunitoLight, NunitoSemiBold, NunitoBold.
*    
*   RubikLight, RubikLight-Italic, RubikRegular, RubikMedium, RubikMediumItalic, RubikItalic, 
*   RubikBoldItalic, RubikBold, RubikSemiBold, RubikMedium.
*    
*   OpenSans-Light, OpenSans-LightItalic, OpenSans-Regular, OpenSans-Italic, OpenSans-Bold,
*   OpenSans-SemiBold, OpenSans-BoldItalic.
*    
*   PermanentMarker, Roboto-Medium.
*/
@font-face {
  font-family: PermanentMarker;
  src: url("/css/fonts/PermanentMarker.ttf");
}
@font-face {
  font-family: GothamLight;
  src: url("/css/fonts/Gotham/Gotham-Light.otf") format("opentype");
}
@font-face {
  font-family: GothamMedium;
  src: url("/css/fonts/Gotham/Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: GothamBold;
  src: url("/css/fonts/Gotham/Gotham-Bold.otf") format("opentype");
}
@font-face {
  font-family: GothamRndBold;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Bold.otf") format("opentype");
}
@font-face {
  font-family: GothamRndMedium;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Medium.otf") format("opentype");
}
@font-face {
  font-family: GothamRndLight;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Light.otf") format("opentype");
}
@font-face {
  font-family: Nunito;
  src: url("/css/fonts/Nunito/Nunito-Regular.ttf");
}
@font-face {
  font-family: NunitoLight;
  src: url("/css/fonts/Nunito/Nunito-Light.ttf");
}
@font-face {
  font-family: NunitoSemiBold;
  src: url("/css/fonts/Nunito/Nunito-SemiBold.ttf");
}
@font-face {
  font-family: NunitoBold;
  src: url("/css/fonts/Nunito/Nunito-Bold.ttf");
}
@font-face {
  font-family: RubikLight;
  src: url("/css/fonts/Rubik/Rubik-Light.ttf");
}
@font-face {
  font-family: RubikLight-Italic;
  src: url("/css/fonts/Rubik/Rubik-LightItalic.ttf");
}
@font-face {
  font-family: RubikRegular;
  src: url("/css/fonts/Rubik/Rubik-Regular.ttf");
}
@font-face {
  font-family: RubikMedium;
  src: url("/css/fonts/Rubik/Rubik-Medium.ttf");
}
@font-face {
  font-family: RubikMediumItalic;
  src: url("/css/fonts/Rubik/Rubik-MediumItalic.ttf");
}
@font-face {
  font-family: RubikItalic;
  src: url("/css/fonts/Rubik/Rubik-Italic.ttf");
}
@font-face {
  font-family: RubikBoldItalic;
  src: url("/css/fonts/Rubik/Rubik-BoldItalic.ttf");
}
@font-face {
  font-family: RubikBold;
  src: url("/css/fonts/Rubik/Rubik-Bold.ttf");
}
@font-face {
  font-family: RubikSemiBold;
  src: url("/css/fonts/Rubik/Rubik-SemiBold.ttf");
}
@font-face {
  font-family: RubikMedium;
  src: url("/css/fonts/Rubik/Rubik-Medium.ttf");
}
@font-face {
  font-family: OpenSans-Light;
  src: url("/css/fonts/OpenSans/OpenSans-Light.ttf");
}
@font-face {
  font-family: OpenSans-LightItalic;
  src: url("/css/fonts/OpenSans/OpenSans-LightItalic.ttf");
}
@font-face {
  font-family: OpenSans-Regular;
  src: url("/css/fonts/OpenSans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSans-Italic;
  src: url("/css/fonts/OpenSans/OpenSans-Italic.ttf");
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url("/css/fonts/OpenSans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: OpenSans-SemiBoldItalic;
  src: url("/css/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf");
}
@font-face {
  font-family: OpenSans-Bold;
  src: url("/css/fonts/OpenSans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url("/css/fonts/OpenSans/OpenSans-BoldItalic.ttf");
}
@font-face {
  font-family: Roboto-Medium;
  src: url("/css/fonts/Roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: SeaweedScript-Regular;
  src: url("/css/fonts/SeaweedScript-Regular.ttf");
}
/*
*   Title:          fonts.scss
*   Description:    This file is created to contain all font-face definitions for global.scss.
*    
*   Fonts available by font family: 
*   GothamLight, GothamMedium, GothamBold, GothamRndBold, GothamRndMedium, GothamRndLight.
*    
*   Nunito, NunitoLight, NunitoSemiBold, NunitoBold.
*    
*   RubikLight, RubikLight-Italic, RubikRegular, RubikMedium, RubikMediumItalic, RubikItalic, 
*   RubikBoldItalic, RubikBold, RubikSemiBold, RubikMedium.
*    
*   OpenSans-Light, OpenSans-LightItalic, OpenSans-Regular, OpenSans-Italic, OpenSans-Bold,
*   OpenSans-SemiBold, OpenSans-BoldItalic.
*    
*   PermanentMarker, Roboto-Medium.
*/
@font-face {
  font-family: PermanentMarker;
  src: url("/css/fonts/PermanentMarker.ttf");
}
@font-face {
  font-family: GothamLight;
  src: url("/css/fonts/Gotham/Gotham-Light.otf") format("opentype");
}
@font-face {
  font-family: GothamMedium;
  src: url("/css/fonts/Gotham/Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: GothamBold;
  src: url("/css/fonts/Gotham/Gotham-Bold.otf") format("opentype");
}
@font-face {
  font-family: GothamRndBold;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Bold.otf") format("opentype");
}
@font-face {
  font-family: GothamRndMedium;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Medium.otf") format("opentype");
}
@font-face {
  font-family: GothamRndLight;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Light.otf") format("opentype");
}
@font-face {
  font-family: Nunito;
  src: url("/css/fonts/Nunito/Nunito-Regular.ttf");
}
@font-face {
  font-family: NunitoLight;
  src: url("/css/fonts/Nunito/Nunito-Light.ttf");
}
@font-face {
  font-family: NunitoSemiBold;
  src: url("/css/fonts/Nunito/Nunito-SemiBold.ttf");
}
@font-face {
  font-family: NunitoBold;
  src: url("/css/fonts/Nunito/Nunito-Bold.ttf");
}
@font-face {
  font-family: RubikLight;
  src: url("/css/fonts/Rubik/Rubik-Light.ttf");
}
@font-face {
  font-family: RubikLight-Italic;
  src: url("/css/fonts/Rubik/Rubik-LightItalic.ttf");
}
@font-face {
  font-family: RubikRegular;
  src: url("/css/fonts/Rubik/Rubik-Regular.ttf");
}
@font-face {
  font-family: RubikMedium;
  src: url("/css/fonts/Rubik/Rubik-Medium.ttf");
}
@font-face {
  font-family: RubikMediumItalic;
  src: url("/css/fonts/Rubik/Rubik-MediumItalic.ttf");
}
@font-face {
  font-family: RubikItalic;
  src: url("/css/fonts/Rubik/Rubik-Italic.ttf");
}
@font-face {
  font-family: RubikBoldItalic;
  src: url("/css/fonts/Rubik/Rubik-BoldItalic.ttf");
}
@font-face {
  font-family: RubikBold;
  src: url("/css/fonts/Rubik/Rubik-Bold.ttf");
}
@font-face {
  font-family: RubikSemiBold;
  src: url("/css/fonts/Rubik/Rubik-SemiBold.ttf");
}
@font-face {
  font-family: RubikMedium;
  src: url("/css/fonts/Rubik/Rubik-Medium.ttf");
}
@font-face {
  font-family: OpenSans-Light;
  src: url("/css/fonts/OpenSans/OpenSans-Light.ttf");
}
@font-face {
  font-family: OpenSans-LightItalic;
  src: url("/css/fonts/OpenSans/OpenSans-LightItalic.ttf");
}
@font-face {
  font-family: OpenSans-Regular;
  src: url("/css/fonts/OpenSans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSans-Italic;
  src: url("/css/fonts/OpenSans/OpenSans-Italic.ttf");
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url("/css/fonts/OpenSans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: OpenSans-SemiBoldItalic;
  src: url("/css/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf");
}
@font-face {
  font-family: OpenSans-Bold;
  src: url("/css/fonts/OpenSans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url("/css/fonts/OpenSans/OpenSans-BoldItalic.ttf");
}
@font-face {
  font-family: Roboto-Medium;
  src: url("/css/fonts/Roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: SeaweedScript-Regular;
  src: url("/css/fonts/SeaweedScript-Regular.ttf");
}
#unlock-all-document {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
#unlock-all-document + .row {
  margin-top: 20px;
}
#unlock-all-document .uad-container {
  background: #FFFFFF;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 24px 32px;
  font-size: 18px;
  color: #000080;
  text-align: left;
  line-height: 24px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  #unlock-all-document .uad-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
}
#unlock-all-document .uad-container .text-container, #unlock-all-document .uad-container span {
  font-family: RubikRegular, sans-serif;
}
#unlock-all-document .uad-container .text-container.bold-font, #unlock-all-document .uad-container span.bold-font {
  font-family: RubikMedium;
  font-weight: normal;
}
#unlock-all-document .uad-container .btn-uad {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0 2px 0 0 MediumVioletRed;
  -moz-box-shadow: 0 2px 0 0 MediumVioletRed;
  box-shadow: 0 2px 0 0 MediumVioletRed;
  width: fit-content;
  height: 48px;
  min-width: 200px;
  max-width: 256px;
  line-height: normal;
  font-family: RubikMedium, sans-serif;
  background-image: linear-gradient(180deg, HotPink 0%, DeepPink 100%);
  border: 1px solid MediumVioletRed;
  border-radius: 100px;
  font-weight: normal;
  font-style: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2.4px;
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 576px) {
  #unlock-all-document .uad-container .btn-uad {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 325px) {
  #unlock-all-document .uad-container .btn-uad {
    font-size: 12px;
  }
}
#unlock-all-document .uad-container .btn-uad:hover {
  background-color: white;
  border: 1px solid white;
  color: deepPink;
  background-image: none;
  box-shadow: none;
  text-decoration: none;
}
#unlock-all-document .uad-container .btn-uad i.material-icons {
  color: white;
}

/*
*   Title:          fonts.scss
*   Description:    This file is created to contain all font-face definitions for global.scss.
*    
*   Fonts available by font family: 
*   GothamLight, GothamMedium, GothamBold, GothamRndBold, GothamRndMedium, GothamRndLight.
*    
*   Nunito, NunitoLight, NunitoSemiBold, NunitoBold.
*    
*   RubikLight, RubikLight-Italic, RubikRegular, RubikMedium, RubikMediumItalic, RubikItalic, 
*   RubikBoldItalic, RubikBold, RubikSemiBold, RubikMedium.
*    
*   OpenSans-Light, OpenSans-LightItalic, OpenSans-Regular, OpenSans-Italic, OpenSans-Bold,
*   OpenSans-SemiBold, OpenSans-BoldItalic.
*    
*   PermanentMarker, Roboto-Medium.
*/
@font-face {
  font-family: PermanentMarker;
  src: url("/css/fonts/PermanentMarker.ttf");
}
@font-face {
  font-family: GothamLight;
  src: url("/css/fonts/Gotham/Gotham-Light.otf") format("opentype");
}
@font-face {
  font-family: GothamMedium;
  src: url("/css/fonts/Gotham/Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: GothamBold;
  src: url("/css/fonts/Gotham/Gotham-Bold.otf") format("opentype");
}
@font-face {
  font-family: GothamRndBold;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Bold.otf") format("opentype");
}
@font-face {
  font-family: GothamRndMedium;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Medium.otf") format("opentype");
}
@font-face {
  font-family: GothamRndLight;
  src: url("/css/fonts/Gotham Rounded/GothamRnd-Light.otf") format("opentype");
}
@font-face {
  font-family: Nunito;
  src: url("/css/fonts/Nunito/Nunito-Regular.ttf");
}
@font-face {
  font-family: NunitoLight;
  src: url("/css/fonts/Nunito/Nunito-Light.ttf");
}
@font-face {
  font-family: NunitoSemiBold;
  src: url("/css/fonts/Nunito/Nunito-SemiBold.ttf");
}
@font-face {
  font-family: NunitoBold;
  src: url("/css/fonts/Nunito/Nunito-Bold.ttf");
}
@font-face {
  font-family: RubikLight;
  src: url("/css/fonts/Rubik/Rubik-Light.ttf");
}
@font-face {
  font-family: RubikLight-Italic;
  src: url("/css/fonts/Rubik/Rubik-LightItalic.ttf");
}
@font-face {
  font-family: RubikRegular;
  src: url("/css/fonts/Rubik/Rubik-Regular.ttf");
}
@font-face {
  font-family: RubikMedium;
  src: url("/css/fonts/Rubik/Rubik-Medium.ttf");
}
@font-face {
  font-family: RubikMediumItalic;
  src: url("/css/fonts/Rubik/Rubik-MediumItalic.ttf");
}
@font-face {
  font-family: RubikItalic;
  src: url("/css/fonts/Rubik/Rubik-Italic.ttf");
}
@font-face {
  font-family: RubikBoldItalic;
  src: url("/css/fonts/Rubik/Rubik-BoldItalic.ttf");
}
@font-face {
  font-family: RubikBold;
  src: url("/css/fonts/Rubik/Rubik-Bold.ttf");
}
@font-face {
  font-family: RubikSemiBold;
  src: url("/css/fonts/Rubik/Rubik-SemiBold.ttf");
}
@font-face {
  font-family: RubikMedium;
  src: url("/css/fonts/Rubik/Rubik-Medium.ttf");
}
@font-face {
  font-family: OpenSans-Light;
  src: url("/css/fonts/OpenSans/OpenSans-Light.ttf");
}
@font-face {
  font-family: OpenSans-LightItalic;
  src: url("/css/fonts/OpenSans/OpenSans-LightItalic.ttf");
}
@font-face {
  font-family: OpenSans-Regular;
  src: url("/css/fonts/OpenSans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSans-Italic;
  src: url("/css/fonts/OpenSans/OpenSans-Italic.ttf");
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url("/css/fonts/OpenSans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: OpenSans-SemiBoldItalic;
  src: url("/css/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf");
}
@font-face {
  font-family: OpenSans-Bold;
  src: url("/css/fonts/OpenSans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url("/css/fonts/OpenSans/OpenSans-BoldItalic.ttf");
}
@font-face {
  font-family: Roboto-Medium;
  src: url("/css/fonts/Roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: SeaweedScript-Regular;
  src: url("/css/fonts/SeaweedScript-Regular.ttf");
}
#services {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*
  Adding these position related ones to make sure the services part are kept at the bottom
  Also adding a background color matching the preview entry to cover up the scaled content
   */
  position: relative;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 472px) {
  #services {
    bottom: 5px;
  }
}
#services .payment-left {
  display: inherit;
}
#services .payment-left #norton-logo {
  width: 90px;
  height: 45px;
}
#services .payment-left #epass-logo {
  width: 100px;
  height: 45px;
}
#services .payment-left #bbblink {
  margin: 0;
  padding: 0;
  height: 45px;
  line-height: 45px;
}
#services .payment-left #bbblink #bbblinkimg {
  position: relative;
}
#services .payment-right {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 768px) {
  #services .payment-right {
    height: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

body {
  overflow-x: hidden;
  background-color: #ffffff !important;
}

/*******
* Footer override
*******/
.clearfix,
.container {
  display: block;
}

#document-section {
  background-color: #F0F2F4;
  width: 100%;
  padding-bottom: 20px;
  margin-top: 58px;
}
#document-section .popular-content-mobile-padding-top {
  padding-top: 30px;
}
#document-section .document-banner {
  background-image: url("/img/backgrounds/bg-resale-high-res.jpg");
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 20px 30px 14px;
  font-family: RubikMedium, sans-serif;
  font-weight: 500;
  color: #000080;
  margin-top: 110px;
}
@media (max-width: 494px) {
  #document-section .document-banner {
    padding: 78px 0px 22px 0px;
  }
}
#document-section .document-banner span, #document-section .document-banner h1 {
  padding-top: 48px;
  font-family: "RubikLight";
  font-size: 3.5rem;
  font-weight: normal;
  color: #026EAA;
  margin: 0;
  display: initial;
  line-height: inherit;
}
@media screen and (max-width: 991px) {
  #document-section .document-banner span, #document-section .document-banner h1 {
    padding-top: 0px;
  }
  #document-section .document-banner span .break-heading-text, #document-section .document-banner h1 .break-heading-text {
    display: table;
  }
}
#document-section .document-banner span .lg-text, #document-section .document-banner h1 .lg-text {
  font-size: 4rem;
  font-family: "RubikMedium";
  display: inline-block;
}
#document-section .document-information-wrapper {
  background-color: #FFFFFF;
}
#document-section .document-information-wrapper .document-information {
  font-family: RubikRegular, sans-serif;
  margin-top: 14px;
  margin-bottom: 24px;
}
#document-section .document-information-wrapper .document-information .category-title {
  font-family: Rubik-BoldItalic, sans-serif;
  font-style: italic;
  font-size: 18px;
  color: blue;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 16px;
}
#document-section .document-information-wrapper .document-information .document-title h1 {
  font-size: 32px;
  line-height: 32px;
  font-family: RubikMedium, sans-serif;
  font-weight: 500;
  color: #000080;
  margin-top: 8px;
  word-break: break-all;
  -ms-word-break: break-all;
}
@media screen and (max-width: 767px) {
  #document-section .document-information-wrapper .document-information .document-title h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
#document-section .document-information-wrapper .document-information .document-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
#document-section .document-information-wrapper .document-information .document-time .timestamp {
  margin-left: 5px;
  font-weight: 600;
}
#document-section .document-information-wrapper .document-information .document-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  #document-section .document-information-wrapper .document-information .document-details {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #document-section .document-information-wrapper .document-information .document-details {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#document-section .document-information-wrapper .document-information .document-details .attributes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding-left: 0px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #document-section .document-information-wrapper .document-information .document-details .attributes {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#document-section .document-information-wrapper .document-information .document-details .attributes .doc-info {
  margin-right: 30px;
}
@media screen and (max-width: 412px) {
  #document-section .document-information-wrapper .document-information .document-details .attributes .doc-info {
    margin-right: 25px;
  }
}
#document-section .document-information-wrapper .document-information .document-details .attributes .doc-info .doc-info-title {
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 10px;
  color: #2C2C2C;
  font-weight: unset;
  letter-spacing: unset;
  line-height: 29px;
}
#document-section .document-information-wrapper .document-information .document-details .attributes .doc-info span {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 12px;
  color: #2C2C2C;
  line-height: 20px;
}
#document-section .document-information-wrapper .document-information .document-details .attributes .doc-info.is-user-generated {
  min-width: 105px;
}
@media screen and (max-width: 412px) {
  #document-section .document-information-wrapper .document-information .document-details .attributes .doc-info.is-user-generated {
    min-width: 27vw;
  }
}
#document-section .document-information-wrapper .document-information .document-details .attributes .doc-info.is-user-generated span {
  font-family: OpenSans-SemiBold;
  width: 105px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #5FB968;
  text-align: center;
  background-color: #e3fce5;
  color: #278d31;
  padding: 0 4px;
}
#document-section .document-information-wrapper .document-information .document-details .attributes .rating {
  white-space: nowrap;
}
#document-section .document-information-wrapper .document-information .document-details .attributes .rating .fa-star,
#document-section .document-information-wrapper .document-information .document-details .attributes .rating .fa-star-half,
#document-section .document-information-wrapper .document-information .document-details .attributes .rating .fa-star-half-o {
  width: initial;
  font-size: 14px;
  color: #1AB9F4;
}
#document-section .document-information-wrapper .document-information .document-details .cta {
  padding-left: 0px;
  padding-right: 0px;
}
#document-section .document-information-wrapper .document-information .document-details .cta .unlock-document {
  border-radius: 4px;
  font-family: RubikMedium, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #document-section .document-information-wrapper .document-information .document-details .cta .unlock-document a {
    margin-left: 32px;
  }
}
@media screen and (min-width: 1200px) {
  #document-section .document-information-wrapper .document-information .document-details .cta .unlock-document {
    min-width: 263px;
    float: right;
  }
}
@media screen and (max-width: 1200px) {
  #document-section .document-information-wrapper .document-information .document-details .cta .unlock-document {
    min-width: 213px;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  #document-section .document-information-wrapper .document-information .document-details .cta .unlock-document {
    float: none;
  }
}
#document-section .document-information-wrapper .document-information .document-details .cta .unlock-document.owner {
  float: right;
  width: 100%;
  max-width: 267px;
}
@media screen and (max-width: 768px) {
  #document-section .document-information-wrapper .document-information .document-details .cta .unlock-document.owner {
    max-width: 170px;
  }
}
#document-section .document-information-wrapper .document-information .document-details .cta .unlock-document .btn-fab-primary {
  padding: 0;
  font-family: RubikMedium, sans-serif;
}
#document-section .document-information-wrapper .document-information .document-details .cta .unlock-document .share-btn-wrapper .share-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: linear-gradient(135deg, #9600FF 0%, #FF00C1 100%);
  box-shadow: 0 2px 8px 0 rgba(255, 0, 255, 0.3);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  font-family: OpenSans-Regular, sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  width: 100%;
  height: 40px;
  text-transform: none;
}
#document-section .document-information-wrapper .document-information .document-details .cta .unlock-document .share-btn-wrapper .share-btn:hover {
  box-shadow: none;
  cursor: pointer;
}
#document-section .document-information-wrapper .document-information .document-details .cta .unlock-document .share-btn-wrapper .share-btn.inactive {
  cursor: not-allowed;
  opacity: 0.65;
}
#document-section .document-information-wrapper .document-information .document-details .cta .unlock-document .share-btn-wrapper .share-btn i {
  font-size: 16px;
  padding-right: 4px;
  color: #FFFFFF;
}
#document-section .document-information-wrapper .document-information .facebook-like-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}
#document-section .document-main #info #documentInfo #resell-withdrawals-list span.ls-student {
  padding: 0px 5px;
  background-color: yellow;
  font-weight: bold;
}
#document-section .document-main #info #documentInfo .document-description h3 {
  font-family: GothamRndBold;
  text-transform: none;
  margin-bottom: 0px;
}
#document-section .document-main #info #documentInfo .document-description p {
  font-weight: 600;
}
#document-section .document-main #info #documentInfo .preview-container {
  margin: 15px 0px;
  background-color: #fafafa;
  border-radius: 8px;
}
#document-section .document-main #info #documentInfo .preview-container .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFFFFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}
#document-section .document-main #info #documentInfo .preview-container .header .price-container .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Microsoft Internet Explorer or Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  float: left;
  height: 100%;
  padding: 7px;
  position: relative;
  background: #5FB968;
  border-radius: 4px;
  font-family: Rubik;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
#document-section .document-main #info #documentInfo .preview-container .header .price-container .price .price-text {
  margin-top: 3px;
}
#document-section .document-main #info #documentInfo .preview-container .header .price-container .price .material-icons {
  font-family: "Material Icons";
  font-size: 24px;
  color: #FFFFFF;
  text-align: left;
}
#document-section .document-main #info #documentInfo .preview-container .header.showing-count {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#document-section .document-main #info #documentInfo .preview-container .header .unlocks-container {
  height: 35px;
  background-color: #ffffff;
  border: 1px solid #d6d6d2;
  width: 220px;
  white-space: nowrap;
}
#document-section .document-main #info #documentInfo .preview-container .header .unlocks-container .unlock-icon {
  float: left;
  background-color: #40a947;
  color: #ffffff;
  height: 100%;
  padding: 7px;
  width: 20%;
  position: relative;
  cursor: pointer;
}
#document-section .document-main #info #documentInfo .preview-container .header .unlocks-container .unlock-icon i {
  font-size: 20px;
}
#document-section .document-main #info #documentInfo .preview-container .header .preview-switches {
  height: 35px;
  line-height: 35px;
}
#document-section .document-main #info #documentInfo .preview-container .header .preview-switches i {
  cursor: pointer;
  font-size: 20px;
}
#document-section .document-main #info #documentInfo .preview-container .header .page-number-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#document-section .document-main #info #documentInfo .preview-container .header .page-number-container .page-number-showing {
  padding: 7px;
}
#document-section .document-main #info #documentInfo .preview-container .header .page-number-container .page-number {
  background: navy;
  font-family: Rubik;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 7px 10px;
  border-radius: 4px;
}
#document-section .document-main #info #documentInfo .preview-container .preview-area {
  background-color: #F0F2F4;
  border-radius: 8px;
}
#document-section .document-main #info #documentInfo .preview-container .preview-area .preview-images-container {
  position: relative;
  background-color: #FFFFFF;
  height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#document-section .document-main #info #documentInfo .preview-container .preview-area .preview-images-container:last-child {
  margin-bottom: 0;
}
#document-section .document-main #info #documentInfo .preview-container .preview-area .preview-images-container.html-preview {
  overflow-y: hidden;
}
#document-section .document-main #info #documentInfo .preview-container .preview-area .preview-images-container .blurred-img-container {
  min-height: 190px;
}
#document-section .document-main #info #documentInfo .preview-container .preview-area .preview-images-container .blurred-img-container .blurred-preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
#document-section .document-main #info #documentInfo .preview-container .preview-area .preview-text-container {
  border: 1px solid #d6d6d2;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  background-color: #ffffff;
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  display: none;
}
#document-section .document-main #info #documentInfo .preview-container .preview-area .price-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 472px) {
  #document-section .document-main #info #documentInfo .preview-container .preview-area .price-container {
    height: 190px;
    padding: 0px;
  }
  #document-section .document-main #info #documentInfo .preview-container .preview-area .price-container .money {
    margin: 5px 0px;
    font-size: 18px;
  }
  #document-section .document-main #info #documentInfo .preview-container .preview-area .price-container p {
    margin: 5px 0px;
  }
}
#document-section .document-main #info #documentInfo .preview-container .footer {
  background-color: #fdfde1;
}
#document-section .document-main #info #documentInfo #unlock-all-document {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#document-section .document-main #info #documentInfo #unlock-all-document .uad-container {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 24px 32px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #000080;
  text-align: left;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 614px) {
  #document-section .document-main #info #documentInfo #unlock-all-document .uad-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
}
#document-section .document-main #info #documentInfo #unlock-all-document .uad-container .text-container {
  font-family: RubikRegular, sans-serif;
}
#document-section .document-main #info #documentInfo #unlock-all-document .uad-container span {
  font-family: RubikMedium, sans-serif;
}
#document-section .document-main #info #documentInfo #unlock-all-document .uad-container .btn-uad {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: fit-content;
  height: 48px;
  min-width: 200px;
  max-width: 256px;
  line-height: normal;
  font-family: RubikMedium, sans-serif;
  background-image: linear-gradient(180deg, HotPink 0%, DeepPink 100%);
  border: 1px solid MediumVioletRed;
  -webkit-box-shadow: 0 2px 0 0 MediumVioletRed;
  -moz-box-shadow: 0 2px 0 0 MediumVioletRed;
  box-shadow: 0 2px 0 0 MediumVioletRed;
  border-radius: 100px;
  font-weight: normal;
  font-style: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2.4px;
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 325px) {
  #document-section .document-main #info #documentInfo #unlock-all-document .uad-container .btn-uad {
    font-size: 12px;
  }
}
#document-section .document-main #info #documentInfo #unlock-all-document .uad-container .btn-uad:hover {
  background-color: white;
  border: 1px solid white;
  color: deepPink;
  background-image: none;
  box-shadow: none;
  text-decoration: none;
}
#document-section .document-main #info #documentInfo #unlock-all-document .uad-container .btn-uad i.material-icons {
  color: white;
}
#document-section .document-main #info #documentInfo .tip-and-review {
  background: #FBFBFB;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
#document-section .document-main #info #documentInfo .tip-and-review p {
  font-family: RubikMedium, "sans-serif";
  font-size: 18px;
  color: #000080;
  margin-top: 5px;
  margin-bottom: 0;
}
#document-section .document-main #info #documentInfo .tip-and-review #star-rating {
  float: right;
}
#document-section .document-main #info #documentInfo .tip-and-review .star-rating {
  height: 31px;
  width: 33px;
}
#document-section .document-main #info #documentInfo .tip-and-review .star-rating a {
  background: transparent url("/img/sprites/star_sprite.png") no-repeat 0 0px;
  width: 32px;
}
#document-section .document-main #info #documentInfo .tip-and-review .star-rating-hover a {
  background-position: 0 -32px !important;
}
#document-section .document-main #info #documentInfo .tip-and-review .star-rating-on a {
  background-position: 0 -32px !important;
}
#document-section .document-main #info #documentInfo .tip-and-review .btn-tip-and-review {
  margin-left: auto;
  margin-top: 30px;
  display: block;
  width: fit-content;
  background: #1AB9F4;
}
#document-section .document-main #info #documentInfo .tip-and-review .btn-tip-and-review:hover {
  background: #026EAA;
}
#document-section .document-main #info #documentInfo .unformatted-text-preview {
  padding-left: 0px;
}
#document-section .document-main #info #documentInfo .unformatted-text-preview .unformatted-text-title {
  font-family: Rubik;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  color: navy;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 29px;
  letter-spacing: 0.8px;
}
#document-section .document-main #info #documentInfo .unformatted-text-preview .unformatted-text-box {
  padding: 8px;
  height: 128px;
  background-image: linear-gradient(180deg, #ffffff 50%, #f5f5f5 100%);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-family: monospace;
  font-size: 12px;
  color: #2C2C2C;
  overflow: auto;
}
#document-section .document-main #info #documentInfo .additional-information-wrapper {
  font-family: "Open Sans", "Helvetica Neue", "sans-serif";
  font-weight: 500;
  font-size: 12px;
  color: #747474;
  margin-top: 20px;
}
#document-section .document-main #info #documentInfo .additional-information-wrapper .additional-information {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#document-section .document-main #info #documentInfo .additional-information-wrapper .additional-information .course-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#document-section .document-main #info #documentInfo .additional-information-wrapper .additional-information .course-details .doc-info {
  margin-right: 30px;
}
#document-section .document-main #info #documentInfo .additional-information-wrapper .additional-information .course-details .doc-info h2 {
  text-transform: uppercase;
  margin-top: 0px;
  font-family: "RubikMedium", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  font-size: 10px;
  color: #747474;
}
#document-section .document-main #info #documentInfo .additional-information-wrapper .additional-information .course-details .doc-info span {
  font-family: "Open Sans", "Helvetica Neue", "sans-serif";
  font-size: 14px;
  font-weight: 600;
  color: #2C2C2C;
}
#document-section .document-main #info #documentInfo .additional-information-wrapper .additional-information .course-details .doc-info .doc-tags {
  width: 75px;
  height: 30px;
  border: 1px blue solid;
  display: inline;
  margin-right: 10px;
  border-radius: 20px;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  color: blue;
}
#document-section .document-main #info #documentInfo .additional-information-wrapper .additional-information .course-details .doc-info .doc-tags:hover {
  text-decoration: none;
  background: blue;
  color: #FFFFFF;
}
#document-section .document-main img.filler-avatar {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 5px solid white;
  background-color: pink;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}
#document-section .document-main .fb-like {
  top: 5px;
}
#document-section .document-main .question-box-advertisement {
  background-image: linear-gradient(180deg, #42A3F0 0%, #5C5ED8 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  cursor: pointer;
}
#document-section .document-main .question-box-advertisement .question-box-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#document-section .document-main .question-box-advertisement .question-box-image img {
  width: 24px;
}
#document-section .document-main .question-box-advertisement .question-box-header .header-text {
  margin-left: 8px;
}
#document-section .document-main .question-box-advertisement .question-box-header .header-text span {
  font-family: RubikMedium, sans-serif;
}
#document-section .document-main .question-box-advertisement .header-top {
  font-family: Rubik, sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
#document-section .document-main .question-box-advertisement .header-bottom {
  font-family: RubikBold, sans-serif;
  font-style: italic;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
#document-section .document-main .question-box-advertisement .question-box-body-text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
  line-height: 16px;
  margin-top: 6px;
}
@media screen and (min-width: 1200px) {
  #document-section .document-main .question-box-advertisement {
    padding: 24px 16px;
  }
  #document-section .document-main .question-box-advertisement .question-box-image img {
    width: 26px;
  }
  #document-section .document-main .question-box-advertisement .header-top {
    font-size: 16px;
  }
  #document-section .document-main .question-box-advertisement .header-bottom {
    font-size: 20px;
  }
  #document-section .document-main .question-box-advertisement .question-box-body-text {
    font-size: 15px;
  }
}
#document-section .document-main .question-box-advertisement .question-box-textarea {
  margin-top: 14px;
}
#document-section .document-main .question-box-advertisement .question-box-textarea textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 4px;
  resize: vertical;
  border: none;
  outline: none;
  cursor: pointer;
}
#document-section .document-main .question-box-advertisement .question-box-button {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-family: RubikMedium, sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
  margin-top: 14px;
}
#document-section .related-documents h2.header-row {
  color: #000080;
  font-weight: bolder;
  font-size: 18px;
  padding-top: 28px;
  font-family: RubikMedium, serif;
  margin: 0;
  line-height: inherit;
  display: block;
}
#document-section .related-documents .service-container-row {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #document-section .related-documents .service-container-row {
    padding-bottom: 0px;
  }
}
#document-section .related-documents .service-container:hover .service-title {
  color: #1AB9F4;
}
#document-section .related-documents .service-container:hover .service-content {
  color: #2C2C2C;
}
#document-section .related-documents .service-container {
  margin-top: 15px;
}
#document-section .related-documents .service-container a {
  text-decoration: none;
}
#document-section .related-documents .service-container .service-title {
  font-family: OpenSans-Semibold, sans-serif;
  color: #2C2C2C;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px 0;
}
#document-section .related-documents .service-container .service-content {
  color: #747474;
  font-weight: 400;
  word-wrap: break-word;
  padding: 4px 0;
}
#document-section #notebank-search-form {
  border-radius: 8px;
  border: none;
  border-width: 1px;
  border-color: #D8DFE3;
  margin-top: 4px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
#document-section #notebank-search-form:focus-within .input-group .text-group-left {
  border: 1px solid #1AB9F4;
  border-radius: 8px 0px 0px 8px;
  border-right: none;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
#document-section #notebank-search-form:focus-within .input-group .text-group-icon-right {
  border: 1px solid #1AB9F4;
  border-radius: 0px 8px 8px 0px;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #document-section #notebank-search-form {
    box-shadow: none;
  }
  #document-section #notebank-search-form .input-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #document-section #notebank-search-form .input-group .text-group-left {
    display: block;
    font-size: 14px;
    border: 1px solid #D8DFE2 !important;
    border-radius: 8px;
    width: 100%;
    height: 56px;
    color: #747474;
    background-color: #fff;
    font-family: OpenSans-Regular;
  }
  #document-section #notebank-search-form .input-group .text-group-left:focus, #document-section #notebank-search-form .input-group .text-group-left:active {
    background-color: #FFFFFF;
    color: black;
    outline: 0;
    outline: none;
  }
  #document-section #notebank-search-form .input-group .text-group-icon-right {
    margin-top: 15px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #1AB9F4 !important;
    color: #1AB9F4;
    background: linear-gradient(180deg, #38DDFA 0%, #1AB9F4 100%);
    height: 56px;
    width: 100% !important;
    display: block;
    outline: none;
  }
  #document-section #notebank-search-form .input-group .text-group-icon-right:hover, #document-section #notebank-search-form .input-group .text-group-icon-right:focus {
    background: #F0F2F4;
    border: 1px solid #D8DFE2 !important;
  }
  #document-section #notebank-search-form .input-group .text-group-icon-right:hover .material-icons, #document-section #notebank-search-form .input-group .text-group-icon-right:focus .material-icons {
    color: #1AB9F4;
  }
}
#document-section #notebank-search-form .input-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#document-section #notebank-search-form .input-group .text-group-left {
  display: block;
  font-size: 14px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: 56px;
  padding-left: 16px;
  color: #747474;
  background-color: #fff;
  font-family: OpenSans-Regular;
}
#document-section #notebank-search-form .input-group .text-group-left:focus, #document-section #notebank-search-form .input-group .text-group-left:active {
  background-color: #FFFFFF;
  color: black;
  outline: 0;
  outline: none;
}
#document-section #notebank-search-form .input-group .text-group-icon-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  top: 0;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #1AB9F4;
  color: #1AB9F4;
  background: linear-gradient(180deg, #38DDFA 0%, #1AB9F4 100%);
  height: 56px;
  width: 72px;
  outline: none;
}
#document-section #notebank-search-form .input-group .text-group-icon-right:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
#document-section #notebank-search-form .input-group .text-group-icon-right:hover {
  background: #F0F2F4;
  border: 1px solid #DDD;
}
#document-section #notebank-search-form .input-group .text-group-icon-right:hover .material-icons {
  color: #1AB9F4;
}
#document-section #notebank-search-form .input-group .text-group-icon-right .material-icons {
  margin: 0 auto;
  font-size: 28px;
  color: #FFFFFF;
}

/**
 * The following classes are generated by cloud convert while converting PDF to HTML.
 * We are overriding the auto generated style here.
 */
.show-25 .pf {
  height: 25%;
}

.show-30 .pf {
  height: 30%;
}

.show-40 .pf {
  height: 40%;
}

.show-50 .pf {
  height: 50%;
}

.show-60 .pf {
  height: 60%;
}

.show-70 .pf {
  height: 70%;
}

.show-100 .pf {
  height: 100%;
}

.split-preview-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.split-preview-container h1, .split-preview-container .h1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.split-preview-container h2, .split-preview-container .h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.split-preview-container h3, .split-preview-container .h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.split-preview-container h4, .split-preview-container .h4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.split-preview-container h5, .split-preview-container .h5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.split-preview-container h6, .split-preview-container .h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.split-preview-container .pf {
  margin: 0;
  overflow-y: hidden;
}
.split-preview-container .pf .pc {
  transform-origin: top left;
}
.split-preview-container .pf.w0.h0 {
  box-shadow: none;
}

/* floating panel */
.floating-panel {
  position: absolute;
  width: 90%;
  bottom: 20%;
  left: 5%;
  padding: 16px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media screen and (min-width: 500px) {
  .floating-panel {
    width: 80%;
    left: 10%;
  }
}
@media screen and (min-width: 991px) {
  .floating-panel {
    bottom: 25%;
  }
}
.floating-panel.unlocked p {
  margin-top: 50px;
}
@media screen and (max-width: 472px) {
  .floating-panel.unlocked p {
    margin-top: 0px;
  }
}
.floating-panel p {
  font-family: Rubik;
  font-weight: 500;
  font-size: 14px;
  color: #000080;
  text-align: center;
}
@media (min-width: 400px) {
  .floating-panel p {
    font-size: 16px;
  }
}
@media screen and (min-width: 500px) {
  .floating-panel p {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .floating-panel p {
    font-size: 18px;
  }
}
.floating-panel .money {
  font-family: Rubik;
  font-weight: 500;
  font-size: 45px;
  color: #000080;
  text-align: center;
  margin-top: 30px;
}
.floating-panel .money-back-badge {
  position: absolute;
  width: 100px;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .floating-panel .money-back-badge {
    width: 80px;
  }
}
.floating-panel .locked-logo {
  padding-top: 20px;
  font-size: 48px;
  color: #000080;
}
.floating-panel .btn {
  display: block;
  width: fit-content;
  max-width: 256px;
  height: 48px;
  margin: 0 auto;
  line-height: 48px;
  font-size: 10px;
  font-family: RubikMedium, sans-serif;
}
.floating-panel .btn i.material-icons {
  color: white;
  vertical-align: middle;
}
@media screen and (min-width: 500px) {
  .floating-panel .btn {
    font-size: 12px;
    height: 64px;
    line-height: 64px;
  }
}
.floating-panel .btn:hover {
  background-color: white !important;
  color: #EE4078 !important;
  box-shadow: none;
}
.floating-panel .btn:hover i.material-icons {
  color: #EE4078;
}

.notebank-document-loading-calculation {
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.notebank-document-loading-calculation img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -65px;
}

@media screen and (max-width: 767px) {
  .small-hide {
    display: none;
  }
  .small-hide + .document-information-wrapper {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  #banner-partial-main + #document-section {
    margin-top: 125px;
  }
}

/**
 * This creates 91 classes to scale from 10% to 100%
 * Thats necessary to make documents preview works with jquery add / remove classes
 */
.scale-10 {
  -webkit-transform: scale(0.1, 0.1);
  -moz-transform: scale(0.1, 0.1);
  -o-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.scale-11 {
  -webkit-transform: scale(0.11, 0.11);
  -moz-transform: scale(0.11, 0.11);
  -o-transform: scale(0.11, 0.11);
  -ms-transform: scale(0.11, 0.11);
  transform: scale(0.11, 0.11);
}

.scale-12 {
  -webkit-transform: scale(0.12, 0.12);
  -moz-transform: scale(0.12, 0.12);
  -o-transform: scale(0.12, 0.12);
  -ms-transform: scale(0.12, 0.12);
  transform: scale(0.12, 0.12);
}

.scale-13 {
  -webkit-transform: scale(0.13, 0.13);
  -moz-transform: scale(0.13, 0.13);
  -o-transform: scale(0.13, 0.13);
  -ms-transform: scale(0.13, 0.13);
  transform: scale(0.13, 0.13);
}

.scale-14 {
  -webkit-transform: scale(0.14, 0.14);
  -moz-transform: scale(0.14, 0.14);
  -o-transform: scale(0.14, 0.14);
  -ms-transform: scale(0.14, 0.14);
  transform: scale(0.14, 0.14);
}

.scale-15 {
  -webkit-transform: scale(0.15, 0.15);
  -moz-transform: scale(0.15, 0.15);
  -o-transform: scale(0.15, 0.15);
  -ms-transform: scale(0.15, 0.15);
  transform: scale(0.15, 0.15);
}

.scale-16 {
  -webkit-transform: scale(0.16, 0.16);
  -moz-transform: scale(0.16, 0.16);
  -o-transform: scale(0.16, 0.16);
  -ms-transform: scale(0.16, 0.16);
  transform: scale(0.16, 0.16);
}

.scale-17 {
  -webkit-transform: scale(0.17, 0.17);
  -moz-transform: scale(0.17, 0.17);
  -o-transform: scale(0.17, 0.17);
  -ms-transform: scale(0.17, 0.17);
  transform: scale(0.17, 0.17);
}

.scale-18 {
  -webkit-transform: scale(0.18, 0.18);
  -moz-transform: scale(0.18, 0.18);
  -o-transform: scale(0.18, 0.18);
  -ms-transform: scale(0.18, 0.18);
  transform: scale(0.18, 0.18);
}

.scale-19 {
  -webkit-transform: scale(0.19, 0.19);
  -moz-transform: scale(0.19, 0.19);
  -o-transform: scale(0.19, 0.19);
  -ms-transform: scale(0.19, 0.19);
  transform: scale(0.19, 0.19);
}

.scale-20 {
  -webkit-transform: scale(0.2, 0.2);
  -moz-transform: scale(0.2, 0.2);
  -o-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
}

.scale-21 {
  -webkit-transform: scale(0.21, 0.21);
  -moz-transform: scale(0.21, 0.21);
  -o-transform: scale(0.21, 0.21);
  -ms-transform: scale(0.21, 0.21);
  transform: scale(0.21, 0.21);
}

.scale-22 {
  -webkit-transform: scale(0.22, 0.22);
  -moz-transform: scale(0.22, 0.22);
  -o-transform: scale(0.22, 0.22);
  -ms-transform: scale(0.22, 0.22);
  transform: scale(0.22, 0.22);
}

.scale-23 {
  -webkit-transform: scale(0.23, 0.23);
  -moz-transform: scale(0.23, 0.23);
  -o-transform: scale(0.23, 0.23);
  -ms-transform: scale(0.23, 0.23);
  transform: scale(0.23, 0.23);
}

.scale-24 {
  -webkit-transform: scale(0.24, 0.24);
  -moz-transform: scale(0.24, 0.24);
  -o-transform: scale(0.24, 0.24);
  -ms-transform: scale(0.24, 0.24);
  transform: scale(0.24, 0.24);
}

.scale-25 {
  -webkit-transform: scale(0.25, 0.25);
  -moz-transform: scale(0.25, 0.25);
  -o-transform: scale(0.25, 0.25);
  -ms-transform: scale(0.25, 0.25);
  transform: scale(0.25, 0.25);
}

.scale-26 {
  -webkit-transform: scale(0.26, 0.26);
  -moz-transform: scale(0.26, 0.26);
  -o-transform: scale(0.26, 0.26);
  -ms-transform: scale(0.26, 0.26);
  transform: scale(0.26, 0.26);
}

.scale-27 {
  -webkit-transform: scale(0.27, 0.27);
  -moz-transform: scale(0.27, 0.27);
  -o-transform: scale(0.27, 0.27);
  -ms-transform: scale(0.27, 0.27);
  transform: scale(0.27, 0.27);
}

.scale-28 {
  -webkit-transform: scale(0.28, 0.28);
  -moz-transform: scale(0.28, 0.28);
  -o-transform: scale(0.28, 0.28);
  -ms-transform: scale(0.28, 0.28);
  transform: scale(0.28, 0.28);
}

.scale-29 {
  -webkit-transform: scale(0.29, 0.29);
  -moz-transform: scale(0.29, 0.29);
  -o-transform: scale(0.29, 0.29);
  -ms-transform: scale(0.29, 0.29);
  transform: scale(0.29, 0.29);
}

.scale-30 {
  -webkit-transform: scale(0.3, 0.3);
  -moz-transform: scale(0.3, 0.3);
  -o-transform: scale(0.3, 0.3);
  -ms-transform: scale(0.3, 0.3);
  transform: scale(0.3, 0.3);
}

.scale-31 {
  -webkit-transform: scale(0.31, 0.31);
  -moz-transform: scale(0.31, 0.31);
  -o-transform: scale(0.31, 0.31);
  -ms-transform: scale(0.31, 0.31);
  transform: scale(0.31, 0.31);
}

.scale-32 {
  -webkit-transform: scale(0.32, 0.32);
  -moz-transform: scale(0.32, 0.32);
  -o-transform: scale(0.32, 0.32);
  -ms-transform: scale(0.32, 0.32);
  transform: scale(0.32, 0.32);
}

.scale-33 {
  -webkit-transform: scale(0.33, 0.33);
  -moz-transform: scale(0.33, 0.33);
  -o-transform: scale(0.33, 0.33);
  -ms-transform: scale(0.33, 0.33);
  transform: scale(0.33, 0.33);
}

.scale-34 {
  -webkit-transform: scale(0.34, 0.34);
  -moz-transform: scale(0.34, 0.34);
  -o-transform: scale(0.34, 0.34);
  -ms-transform: scale(0.34, 0.34);
  transform: scale(0.34, 0.34);
}

.scale-35 {
  -webkit-transform: scale(0.35, 0.35);
  -moz-transform: scale(0.35, 0.35);
  -o-transform: scale(0.35, 0.35);
  -ms-transform: scale(0.35, 0.35);
  transform: scale(0.35, 0.35);
}

.scale-36 {
  -webkit-transform: scale(0.36, 0.36);
  -moz-transform: scale(0.36, 0.36);
  -o-transform: scale(0.36, 0.36);
  -ms-transform: scale(0.36, 0.36);
  transform: scale(0.36, 0.36);
}

.scale-37 {
  -webkit-transform: scale(0.37, 0.37);
  -moz-transform: scale(0.37, 0.37);
  -o-transform: scale(0.37, 0.37);
  -ms-transform: scale(0.37, 0.37);
  transform: scale(0.37, 0.37);
}

.scale-38 {
  -webkit-transform: scale(0.38, 0.38);
  -moz-transform: scale(0.38, 0.38);
  -o-transform: scale(0.38, 0.38);
  -ms-transform: scale(0.38, 0.38);
  transform: scale(0.38, 0.38);
}

.scale-39 {
  -webkit-transform: scale(0.39, 0.39);
  -moz-transform: scale(0.39, 0.39);
  -o-transform: scale(0.39, 0.39);
  -ms-transform: scale(0.39, 0.39);
  transform: scale(0.39, 0.39);
}

.scale-40 {
  -webkit-transform: scale(0.4, 0.4);
  -moz-transform: scale(0.4, 0.4);
  -o-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
}

.scale-41 {
  -webkit-transform: scale(0.41, 0.41);
  -moz-transform: scale(0.41, 0.41);
  -o-transform: scale(0.41, 0.41);
  -ms-transform: scale(0.41, 0.41);
  transform: scale(0.41, 0.41);
}

.scale-42 {
  -webkit-transform: scale(0.42, 0.42);
  -moz-transform: scale(0.42, 0.42);
  -o-transform: scale(0.42, 0.42);
  -ms-transform: scale(0.42, 0.42);
  transform: scale(0.42, 0.42);
}

.scale-43 {
  -webkit-transform: scale(0.43, 0.43);
  -moz-transform: scale(0.43, 0.43);
  -o-transform: scale(0.43, 0.43);
  -ms-transform: scale(0.43, 0.43);
  transform: scale(0.43, 0.43);
}

.scale-44 {
  -webkit-transform: scale(0.44, 0.44);
  -moz-transform: scale(0.44, 0.44);
  -o-transform: scale(0.44, 0.44);
  -ms-transform: scale(0.44, 0.44);
  transform: scale(0.44, 0.44);
}

.scale-45 {
  -webkit-transform: scale(0.45, 0.45);
  -moz-transform: scale(0.45, 0.45);
  -o-transform: scale(0.45, 0.45);
  -ms-transform: scale(0.45, 0.45);
  transform: scale(0.45, 0.45);
}

.scale-46 {
  -webkit-transform: scale(0.46, 0.46);
  -moz-transform: scale(0.46, 0.46);
  -o-transform: scale(0.46, 0.46);
  -ms-transform: scale(0.46, 0.46);
  transform: scale(0.46, 0.46);
}

.scale-47 {
  -webkit-transform: scale(0.47, 0.47);
  -moz-transform: scale(0.47, 0.47);
  -o-transform: scale(0.47, 0.47);
  -ms-transform: scale(0.47, 0.47);
  transform: scale(0.47, 0.47);
}

.scale-48 {
  -webkit-transform: scale(0.48, 0.48);
  -moz-transform: scale(0.48, 0.48);
  -o-transform: scale(0.48, 0.48);
  -ms-transform: scale(0.48, 0.48);
  transform: scale(0.48, 0.48);
}

.scale-49 {
  -webkit-transform: scale(0.49, 0.49);
  -moz-transform: scale(0.49, 0.49);
  -o-transform: scale(0.49, 0.49);
  -ms-transform: scale(0.49, 0.49);
  transform: scale(0.49, 0.49);
}

.scale-50 {
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

.scale-51 {
  -webkit-transform: scale(0.51, 0.51);
  -moz-transform: scale(0.51, 0.51);
  -o-transform: scale(0.51, 0.51);
  -ms-transform: scale(0.51, 0.51);
  transform: scale(0.51, 0.51);
}

.scale-52 {
  -webkit-transform: scale(0.52, 0.52);
  -moz-transform: scale(0.52, 0.52);
  -o-transform: scale(0.52, 0.52);
  -ms-transform: scale(0.52, 0.52);
  transform: scale(0.52, 0.52);
}

.scale-53 {
  -webkit-transform: scale(0.53, 0.53);
  -moz-transform: scale(0.53, 0.53);
  -o-transform: scale(0.53, 0.53);
  -ms-transform: scale(0.53, 0.53);
  transform: scale(0.53, 0.53);
}

.scale-54 {
  -webkit-transform: scale(0.54, 0.54);
  -moz-transform: scale(0.54, 0.54);
  -o-transform: scale(0.54, 0.54);
  -ms-transform: scale(0.54, 0.54);
  transform: scale(0.54, 0.54);
}

.scale-55 {
  -webkit-transform: scale(0.55, 0.55);
  -moz-transform: scale(0.55, 0.55);
  -o-transform: scale(0.55, 0.55);
  -ms-transform: scale(0.55, 0.55);
  transform: scale(0.55, 0.55);
}

.scale-56 {
  -webkit-transform: scale(0.56, 0.56);
  -moz-transform: scale(0.56, 0.56);
  -o-transform: scale(0.56, 0.56);
  -ms-transform: scale(0.56, 0.56);
  transform: scale(0.56, 0.56);
}

.scale-57 {
  -webkit-transform: scale(0.57, 0.57);
  -moz-transform: scale(0.57, 0.57);
  -o-transform: scale(0.57, 0.57);
  -ms-transform: scale(0.57, 0.57);
  transform: scale(0.57, 0.57);
}

.scale-58 {
  -webkit-transform: scale(0.58, 0.58);
  -moz-transform: scale(0.58, 0.58);
  -o-transform: scale(0.58, 0.58);
  -ms-transform: scale(0.58, 0.58);
  transform: scale(0.58, 0.58);
}

.scale-59 {
  -webkit-transform: scale(0.59, 0.59);
  -moz-transform: scale(0.59, 0.59);
  -o-transform: scale(0.59, 0.59);
  -ms-transform: scale(0.59, 0.59);
  transform: scale(0.59, 0.59);
}

.scale-60 {
  -webkit-transform: scale(0.6, 0.6);
  -moz-transform: scale(0.6, 0.6);
  -o-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

.scale-61 {
  -webkit-transform: scale(0.61, 0.61);
  -moz-transform: scale(0.61, 0.61);
  -o-transform: scale(0.61, 0.61);
  -ms-transform: scale(0.61, 0.61);
  transform: scale(0.61, 0.61);
}

.scale-62 {
  -webkit-transform: scale(0.62, 0.62);
  -moz-transform: scale(0.62, 0.62);
  -o-transform: scale(0.62, 0.62);
  -ms-transform: scale(0.62, 0.62);
  transform: scale(0.62, 0.62);
}

.scale-63 {
  -webkit-transform: scale(0.63, 0.63);
  -moz-transform: scale(0.63, 0.63);
  -o-transform: scale(0.63, 0.63);
  -ms-transform: scale(0.63, 0.63);
  transform: scale(0.63, 0.63);
}

.scale-64 {
  -webkit-transform: scale(0.64, 0.64);
  -moz-transform: scale(0.64, 0.64);
  -o-transform: scale(0.64, 0.64);
  -ms-transform: scale(0.64, 0.64);
  transform: scale(0.64, 0.64);
}

.scale-65 {
  -webkit-transform: scale(0.65, 0.65);
  -moz-transform: scale(0.65, 0.65);
  -o-transform: scale(0.65, 0.65);
  -ms-transform: scale(0.65, 0.65);
  transform: scale(0.65, 0.65);
}

.scale-66 {
  -webkit-transform: scale(0.66, 0.66);
  -moz-transform: scale(0.66, 0.66);
  -o-transform: scale(0.66, 0.66);
  -ms-transform: scale(0.66, 0.66);
  transform: scale(0.66, 0.66);
}

.scale-67 {
  -webkit-transform: scale(0.67, 0.67);
  -moz-transform: scale(0.67, 0.67);
  -o-transform: scale(0.67, 0.67);
  -ms-transform: scale(0.67, 0.67);
  transform: scale(0.67, 0.67);
}

.scale-68 {
  -webkit-transform: scale(0.68, 0.68);
  -moz-transform: scale(0.68, 0.68);
  -o-transform: scale(0.68, 0.68);
  -ms-transform: scale(0.68, 0.68);
  transform: scale(0.68, 0.68);
}

.scale-69 {
  -webkit-transform: scale(0.69, 0.69);
  -moz-transform: scale(0.69, 0.69);
  -o-transform: scale(0.69, 0.69);
  -ms-transform: scale(0.69, 0.69);
  transform: scale(0.69, 0.69);
}

.scale-70 {
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

.scale-71 {
  -webkit-transform: scale(0.71, 0.71);
  -moz-transform: scale(0.71, 0.71);
  -o-transform: scale(0.71, 0.71);
  -ms-transform: scale(0.71, 0.71);
  transform: scale(0.71, 0.71);
}

.scale-72 {
  -webkit-transform: scale(0.72, 0.72);
  -moz-transform: scale(0.72, 0.72);
  -o-transform: scale(0.72, 0.72);
  -ms-transform: scale(0.72, 0.72);
  transform: scale(0.72, 0.72);
}

.scale-73 {
  -webkit-transform: scale(0.73, 0.73);
  -moz-transform: scale(0.73, 0.73);
  -o-transform: scale(0.73, 0.73);
  -ms-transform: scale(0.73, 0.73);
  transform: scale(0.73, 0.73);
}

.scale-74 {
  -webkit-transform: scale(0.74, 0.74);
  -moz-transform: scale(0.74, 0.74);
  -o-transform: scale(0.74, 0.74);
  -ms-transform: scale(0.74, 0.74);
  transform: scale(0.74, 0.74);
}

.scale-75 {
  -webkit-transform: scale(0.75, 0.75);
  -moz-transform: scale(0.75, 0.75);
  -o-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}

.scale-76 {
  -webkit-transform: scale(0.76, 0.76);
  -moz-transform: scale(0.76, 0.76);
  -o-transform: scale(0.76, 0.76);
  -ms-transform: scale(0.76, 0.76);
  transform: scale(0.76, 0.76);
}

.scale-77 {
  -webkit-transform: scale(0.77, 0.77);
  -moz-transform: scale(0.77, 0.77);
  -o-transform: scale(0.77, 0.77);
  -ms-transform: scale(0.77, 0.77);
  transform: scale(0.77, 0.77);
}

.scale-78 {
  -webkit-transform: scale(0.78, 0.78);
  -moz-transform: scale(0.78, 0.78);
  -o-transform: scale(0.78, 0.78);
  -ms-transform: scale(0.78, 0.78);
  transform: scale(0.78, 0.78);
}

.scale-79 {
  -webkit-transform: scale(0.79, 0.79);
  -moz-transform: scale(0.79, 0.79);
  -o-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

.scale-80 {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.scale-81 {
  -webkit-transform: scale(0.81, 0.81);
  -moz-transform: scale(0.81, 0.81);
  -o-transform: scale(0.81, 0.81);
  -ms-transform: scale(0.81, 0.81);
  transform: scale(0.81, 0.81);
}

.scale-82 {
  -webkit-transform: scale(0.82, 0.82);
  -moz-transform: scale(0.82, 0.82);
  -o-transform: scale(0.82, 0.82);
  -ms-transform: scale(0.82, 0.82);
  transform: scale(0.82, 0.82);
}

.scale-83 {
  -webkit-transform: scale(0.83, 0.83);
  -moz-transform: scale(0.83, 0.83);
  -o-transform: scale(0.83, 0.83);
  -ms-transform: scale(0.83, 0.83);
  transform: scale(0.83, 0.83);
}

.scale-84 {
  -webkit-transform: scale(0.84, 0.84);
  -moz-transform: scale(0.84, 0.84);
  -o-transform: scale(0.84, 0.84);
  -ms-transform: scale(0.84, 0.84);
  transform: scale(0.84, 0.84);
}

.scale-85 {
  -webkit-transform: scale(0.85, 0.85);
  -moz-transform: scale(0.85, 0.85);
  -o-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
}

.scale-86 {
  -webkit-transform: scale(0.86, 0.86);
  -moz-transform: scale(0.86, 0.86);
  -o-transform: scale(0.86, 0.86);
  -ms-transform: scale(0.86, 0.86);
  transform: scale(0.86, 0.86);
}

.scale-87 {
  -webkit-transform: scale(0.87, 0.87);
  -moz-transform: scale(0.87, 0.87);
  -o-transform: scale(0.87, 0.87);
  -ms-transform: scale(0.87, 0.87);
  transform: scale(0.87, 0.87);
}

.scale-88 {
  -webkit-transform: scale(0.88, 0.88);
  -moz-transform: scale(0.88, 0.88);
  -o-transform: scale(0.88, 0.88);
  -ms-transform: scale(0.88, 0.88);
  transform: scale(0.88, 0.88);
}

.scale-89 {
  -webkit-transform: scale(0.89, 0.89);
  -moz-transform: scale(0.89, 0.89);
  -o-transform: scale(0.89, 0.89);
  -ms-transform: scale(0.89, 0.89);
  transform: scale(0.89, 0.89);
}

.scale-90 {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.scale-91 {
  -webkit-transform: scale(0.91, 0.91);
  -moz-transform: scale(0.91, 0.91);
  -o-transform: scale(0.91, 0.91);
  -ms-transform: scale(0.91, 0.91);
  transform: scale(0.91, 0.91);
}

.scale-92 {
  -webkit-transform: scale(0.92, 0.92);
  -moz-transform: scale(0.92, 0.92);
  -o-transform: scale(0.92, 0.92);
  -ms-transform: scale(0.92, 0.92);
  transform: scale(0.92, 0.92);
}

.scale-93 {
  -webkit-transform: scale(0.93, 0.93);
  -moz-transform: scale(0.93, 0.93);
  -o-transform: scale(0.93, 0.93);
  -ms-transform: scale(0.93, 0.93);
  transform: scale(0.93, 0.93);
}

.scale-94 {
  -webkit-transform: scale(0.94, 0.94);
  -moz-transform: scale(0.94, 0.94);
  -o-transform: scale(0.94, 0.94);
  -ms-transform: scale(0.94, 0.94);
  transform: scale(0.94, 0.94);
}

.scale-95 {
  -webkit-transform: scale(0.95, 0.95);
  -moz-transform: scale(0.95, 0.95);
  -o-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.scale-96 {
  -webkit-transform: scale(0.96, 0.96);
  -moz-transform: scale(0.96, 0.96);
  -o-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

.scale-97 {
  -webkit-transform: scale(0.97, 0.97);
  -moz-transform: scale(0.97, 0.97);
  -o-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

.scale-98 {
  -webkit-transform: scale(0.98, 0.98);
  -moz-transform: scale(0.98, 0.98);
  -o-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}

.scale-99 {
  -webkit-transform: scale(0.99, 0.99);
  -moz-transform: scale(0.99, 0.99);
  -o-transform: scale(0.99, 0.99);
  -ms-transform: scale(0.99, 0.99);
  transform: scale(0.99, 0.99);
}

.scale-100 {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*# sourceMappingURL=services_view.css.map */
