@charset "utf-8";
/* CSS Document */
/* Desktop View */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
*:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px #2F3F52;
  box-shadow: 0px 0px #2F3F52;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px rgba(248, 246, 237, 1.00) inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #2F779E;
  box-shadow: 0px 0px rgba(248, 246, 237, 1.00);
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px rgba(248, 246, 237, 1.00) inset;
  -webkit-text-fill-color: #2F779E;
  box-shadow: 0px 0px rgba(248, 246, 237, 1.00);
}
input:focus {
  outline: none;
}
/* width */ ::-webkit-scrollbar {
  width: 14px;
}
/* Track */ ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  background: #f1f1f1;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: #7C9CC3;
  border-radius: 7px;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  background: #8ABFDC;
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 320px;
  position: relative;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  background-color: rgba(237, 237, 237, 1.00);
  box-sizing: border-box;
  overflow: auto;
}
header {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(53, 72, 93, 1.00);
  color: #EDEDED;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 66px;
  position: relative;
  text-align: right;
  z-index: 50;
  text-transform: uppercase;
}
header .left_image_container {
  position: relative;
  width: 230px;
  height: 66px;
  background-image: url('../images/global/castline_logo_sumana_white@0.5x.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: left;
  float: left;
  margin: 0px;
  padding: 5px;
  padding-left: 10px;
  border: none;
  overflow: hidden;
  box-sizing: border-box;
}
/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  header .left_image_container {
    background-image: url('../images/global/castline_logo_sumana_white@112px.png');
  }
}
header .left_image_container:hover {
  cursor: pointer;
}
header #header_content {
  max-width: 3840px;
  min-width: 266px;
  overflow: hidden;
}
header nav {
  display: block;
  overflow: hidden;
  padding: 0px;
  height: 26px;
  margin: 20px;
  /*border: #FF0004 solid thin;
*/ vertical-align: middle;
}
header nav ul#main_menu {
  margin: 0px;
  padding: 0px;
}
header nav li {
  display: inline-block;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 20px;
  text-shadow: 2px 2px 4px #3B3B3B;
  margin: 0px 14px;
  padding: 0px;
  line-height: 20px;
  vertical-align: middle;
}
.menu_item {
  float: right;
  position: relative;
  padding: 0px;
  margin: 0px;
  white-space: nowrap;
}
.menu_item:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mobile_text {
  margin: 0px;
  padding: 0px;
}
li.line {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 19px;
}
header a {
  text-decoration: none;
  color: #EDEDED;
}
nav #login_button img {
  height: 17px;
  width: auto;
  float: left;
  margin-right: 12px;
}
nav #search_button {
  cursor: pointer;
}
nav #search_button img {
  height: 17px;
  width: auto;
  float: left;
  padding: 0px;
  margin-right: 12px;
}
nav #shopping_basket img {
  height: 17px;
  width: auto;
  float: left;
  padding: 0px;
  margin-right: 12px;
}
nav img {
  -webkit-filter: drop-shadow(2px 2px 4px #3B3B3B);
  filter: drop-shadow(2px 2px 4px #3B3B3B);
}
nav #burger {
  position: relative;
  display: inline-block;
  margin: 0px 14px;
  top: 1px;
}
nav #burger:hover {
  cursor: pointer;
}
nav #burger img {
  width: 28px;
  height: 20px;
}
nav #main_menu #login_button {
  cursor: pointer;
}
/*--------------------------------------------------------------------------------- Search -------------------------------------------------------------------------------------*/
header #search_container, header #sub_menu_container {
  max-height: 0px;
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background-color: rgba(53, 72, 93, 1.00);
  color: #EDEDED;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 0px;
  box-sizing: content-box;
}
header #search_container {}
header #search_container .search {
  padding: 0px;
  margin: 0px;
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
header #search_container input#search, header #search_container #search_go_button {
  height: 26px;
  margin: 0px;
  border: 2px solid rgba(53, 72, 93, 1.00);
  background-color: rgba(243, 243, 243, 1.00);
  -webkit-appearance: none;
  padding: 0px;
  border-radius: 0;
  vertical-align: middle;
}
header #search_container input#search {
  width: 280px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0px;
  color: rgba(201, 201, 201, 1.00);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-left: none;
  padding-left: 5px;
}
header #search_container #search_go_button {
  width: 30px;
  cursor: pointer;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-right: none;
}
header #search_container #search_go_button img {
  /*    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1.00));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1.00));
*/ height: 13px;
  width: auto;
  margin: 0px;
  vertical-align: middle;
}
header #search_container #search_go_button:hover {
  background-color: rgba(205, 194, 177, 1.00);
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  cursor: pointer;
}
/*-------------------------------------------------------------------------------------- Sub Menu ---------------------------------------------------------------------------------*/
#sub_menu_container {
  max-height: 0px;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background-color: rgba(53, 72, 93, 1.00);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  width: 100%;
}
#sub_menu {
  margin: 0px;
  list-style: none;
  margin-right: 30px;
  margin-bottom: 6px;
}
#sub_menu li {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.8px;
  display: inline-block;
  text-decoration: none;
}
#sub_menu li:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
/*------------------------------------------------------------------------------ Main ----------------------------------------------------------------------------------------------*/
main {
  padding: 0px;
  margin: 0px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}
#main_content {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 1920px;
}
.container {
  margin: 0px auto;
  padding: 0px;
  display: block;
  box-sizing: border-box;
}
.column-left {
  float: left;
  width: 50%;
}
.column-right {
  float: right;
  width: 50%;
}
.purchase_banner .column-left, .purchase_banner .column-right {
  margin-bottom: 40px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.clear {
  clear: both;
}
/*---------------------------------------------------------- standard headings and paragraph text ------------------------------------------------------------*/
main input, main select {
  font-family: 'Poppins', sans-serif;
}
main #standard_content {
  font-family: 'Poppins', sans-serif;
  min-width: 320px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width:550px) {
  main #standard_content {
    text-align: center;
    padding: 6px;
    margin: 0px;
  }
}
#main_content {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
}
main h1 {
  font-family: 'Sumana', serif;
  letter-spacing: 3px;
  font-weight: 400;
  font-kerning: auto;
  font-size: 2.4em;
  text-align: center;
  text-transform: uppercase;
  margin: 10px;
  padding: 0px;
  text-shadow: 1px 1px 3px rgba(151, 151, 151, 1.00);
  line-height: 2.4em;
  white-space: normal;
}
@media all and (max-width:550px) {
  main h1 {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
}
main h2 {
  font-family: 'Sumana', serif;
  font-kerning: auto;
  font-size: 2em;
  text-transform: uppercase;
  white-space: normal;
  letter-spacing: 3px;
  font-weight: 400;
  text-align: center;
  margin: 10px;
  padding: 0px;
  text-shadow: 1px 1px 3px rgba(151, 151, 151, 1.00);
  line-height: 2em;
}
@media all and (max-width:550px) {
  main h2 {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
}
main h3 {
  letter-spacing: 3px;
  font-kerning: auto;
  font-size: 1.2em;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 500;
  text-align: left;
  margin: 10px;
  margin-left: 0px;
  padding: 0px;
  line-height: 1.2em;
}
@media all and (max-width:550px) {
  main h3 {
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
main #standard_content p, main #standard_content ul, main #standard_content ol {
  font-family: 'Poppins', sans-serif;
  font-kerning: auto;
  font-size: 1em;
  font-weight: 300;
}
main #standard_content p {
  text-align: justify;
}
main #standard_content ul li {
  list-style: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
main #standard_content ol li {
  list-style: decimal;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.small {
  font-size: 0.8em;
}
@media screen and (max-width:1024px) {
  main #standard_content p, main #standard_content ul, main #standard_content ol {
    font-size: 0.9em;
  }
}
@media screen and (max-width:550px) {
  #shopping_content {
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  main #main_content h1 {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
  }
  main #main_content h2 {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.1em;
    text-align: center;
  }
  main #main_content p {
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 300;
  }
}
main p.admintext {
  text-align: left;
  font-size: 0.9em;
  padding: 10px;
  word-wrap: break-word;
}
@media screen and (max-width:550px) {
  main p.admintext {
    text-align: left;
    font-size: 0.6em;
    padding: 10px;
    word-wrap: break-word;
  }
}
main a {
  color: hsla(201, 54%, 54%, 1.00);
  text-decoration: underline;
  text-underline-offset: 2px;
}
main a:hover {
  color: #0CB000;
  cursor: pointer;
}
/*------------------------------------------------------------------------- Purchase Banner --------------------------------------------------------------------------------*/
.purchase_banner {
  overflow: hidden;
  margin: 0px;
  padding: 14px 0px;
  background-color: rgba(59, 94, 137, 1.00);
  background-color: rgba(28, 82, 148, 1.00);
  color: #fffee8;
  position: relative;
  text-align: center;
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-kerning: auto;
  display: block;
  box-sizing: border-box;
}
.purchase_content {
  max-width: 1200px;
  position: relative;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}
.purchase_half_container {
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  clear: both;
}
#purchase_banner .purchase_content h4,
.purchase_banner .purchase_content h4 {
  font-family: 'Sumana', serif;
  white-space: normal;
  text-align: center;
  font-size: 2em;
  line-height: 2.4em;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 1.00);
}

#purchase_banner .purchase_content h5,
.purchase_banner .purchase_content h5 {
  white-space: normal;
  text-align: center;
  font-size: 1.4em;
  font-weight: 300;
  letter-spacing: 1.4px;
  margin: 0px;
  margin-top: 100px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.00);
  clear: both;
}

#purchase_banner .purchase_content p,
.purchase_banner .purchase_content p {
  white-space: normal;
  text-align: justify;
  font-size: 1.1em;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: normal;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.00);
  clear: both;
}

#purchase_banner .purchase_content h6,
.purchase_banner .purchase_content h6 {
  white-space: normal;
  text-align: center;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 1.00);
  margin: 0px;
  text-transform: uppercase;
}

#purchase_banner .purchase_content ul,
.purchase_banner .purchase_content ul {
  margin: 0px;
  padding: 0px;
}

#purchase_banner .purchase_content ul li,
.purchase_banner .purchase_content ul li {
  list-style: none;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  letter-spacing: 1.8px;
  padding: 0px;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 1.00);
  line-height: 1.4em;
}

#purchase_banner .purchase_content a,
.purchase_banner .purchase_content a {
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #fffee8;
}

#purchase_banner .purchase_content li.small,
.purchase_banner .purchase_content li.small {
  font-size: 0.8em;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 0.8em;
  text-align: center;
}

#purchase_banner .purchase_content #buy_windows_logo,
.purchase_banner .purchase_content #buy_windows_logo {
  height: 40px;
  width: auto;
  margin: 0px;
  float: none;
  padding-top: 6px;
  padding-bottom: 6px;
}

#purchase_banner .purchase_content #buy_max_os,
.purchase_banner .purchase_content #buy_max_os {
  height: 72px;
  width: auto;
  float: none;
  margin: 0px;
}

.app_store {
  height: 50px;
  margin: 8px;
  padding: 0px;
}

@media screen and (max-width:550px) {
  #purchase_banner .purchase_content .app_store,
  .purchase_banner .purchase_content .app_store {
    float: none;
  }
}

#purchase_banner .purchase_content input.buy_button,
.purchase_banner .purchase_content input.buy_button {
  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.7em;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 1.00);
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-transition: background-color 1s ease 0s;
  -o-transition: background-color 1s ease 0s;
  -webkit-appearance: none;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 1.00);
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

#purchase_banner .purchase_content input.large,
.purchase_banner .purchase_content input.large {
  font-size: 1em;
  border: 1px rgba(34, 41, 50, 1.00) solid;
  padding: 2px;
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: middle;
}

#purchase_banner .purchase_content input.buy_button:hover,
.purchase_banner .purchase_content input.buy_button:hover {
  background-color: #0CB000;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  color: #FFFFFF;
}

#purchase_banner .purchase_content .StrikeThrough,
.purchase_banner .purchase_content .StrikeThrough {
  text-decoration: line-through;
}

.StrikeThrough {
  text-decoration: line-through;
}

#purchase_banner .purchase_content #find_out_more_button,
.purchase_banner .purchase_content #find_out_more_button {
  padding: 10px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 30px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.8em;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 1.00);
  letter-spacing: 4px;
  cursor: pointer;
  -webkit-transition: background-color 1s ease 0s;
  -o-transition: background-color 1s ease 0s;
  -webkit-appearance: none;
  border-radius: 0px;
  clear: both;
  border: 1px solid rgba(255, 255, 255, 1.00);
  font-family: 'Poppins', sans-serif;
}

#purchase_banner .purchase_content #find_out_more_button:hover,
.purchase_banner .purchase_content #find_out_more_button:hover {
  background-color: rgba(12, 176, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 1px solid #ffffff;
}

#purchase_banner .purchase_content p.small,
.purchase_banner .purchase_content p.small {
  font-size: 0.8em;
}
/*----------------------------------------------------------------------------------------- cookie banner --------------------------------------------------------------------------*/
body #cookie_container {
  width: 100%;
  position: fixed;
  bottom: 0px;
  margin: 0px;
  padding: 4px;
  background-color: #3F638B;
  opacity: 0.8;
  z-index: 100;
  vertical-align: bottom;
  visibility: hidden;
}
body #cookie_content {
  position: relative;
  text-align: center;
  max-width: 1200px;
  opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  white-space: normal;
  margin: 0px;
  padding: 10px;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
body #cookie_content p {
  position: relative;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: 2px 2px 4px #3B3B3B;
  text-align: center;
  padding: 0px;
  margin: 0px;
  opacity: 1; /*border:  rgba(0,0,0,1.00) thin solid;*/
}
body #cookie_content input {
  position: relative;
  padding: 4px;
  line-height: 16px;
  cursor: pointer;
  background: rgba(124, 157, 195, 1.00);
  border: thin solid #000000;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 4px;
  margin-left: 20px;
  text-shadow: 1px 1px 2px #3B3B3B;
  -webkit-appearance: none;
  border-radius: 3px;
}
body #cookie_content input:hover {
  background-color: #0CB000;
  cursor: pointer;
}
body #cookie_content a {
  text-decoration: underline;
  color: #ffffff;
}
/*---------------------------------------------------------------------------------------- footer ----------------------------------------------------------------------------*/
body footer {
  margin: auto;
  min-width: 320px;
  background-color: #2B2B2B;
  text-align: center;
  min-height: 100px;
  clear: both;
  font-family: 'Poppins', sans-serif;
  padding: 10px;
}
body footer .heading {
  color: #B9B9B9;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-shadow: 2px 2px 4px #212121;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 10px;
  margin-bottom: 24px;
  font-family: 'Sumana', serif;
  display: block;
  text-transform: uppercase;
}
body footer h4 {
  color: #B9B9B9;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-shadow: 2px 2px 4px #212121;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 10px;
  margin-bottom: 24px;
  font-family: 'Sumana', serif;
}
body footer p {
  text-align: justify;
  color: #C9C9C9;
  font-weight: 200;
  letter-spacing: 0.8px;
  font-size: 0.9em;
  text-shadow: none;
  margin: 10px auto;
  display: block;
  line-height: 1.3em;
  max-width: 500px;
}
body footer p a {
  text-decoration: none;
  font-weight: 400;
  color: #C9C9C9;
}
body footer p a:hover {}
p#sign_up_text {
  text-align: center;
  max-width: 300px;
  margin: 6px auto;
}
p#social_media_tag {
  text-align: center;
  max-width: 300px;
  margin: 6px auto;
  margin-top: 0px;
}
img.socialmedia_icon {
  margin: 6px;
  margin-top: 0px;
  padding: 0px;
  width: 40px;
  height: auto;
}
body footer #footer_container {
  max-width: 1600px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
#footer_container .column-left {
  float: left;
  width: 33%;
}
#footer_container .column-right {
  float: right;
  width: 33%;
}
#footer_container .column-center {
  display: inline-block;
  width: 33%;
}
#footer_container .nav-column-left {
  float: left;
}
#footer_container .nav-column-right {
  float: right;
}
#address {
  font-size: 0.9em;
  color: #C9C9C9;
  text-shadow: 2px 2px 4px #212121;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
  -webkit-appearance: none;
  max-width: 100%;
}
#address a {
  text-decoration: none;
  color: #C9C9C9;
}
body footer hr {
  width: 95%;
  border-color: #151515;
  border-style: none;
  height: 2px;
  background-image: linear-gradient(to right, #373737, #888, #373737);
  clear: both;
}
body footer img {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#bsi-membership-badge {
  width: 180px;
  clear: both;
  margin: 10px;
  border: none;
}
#last {
  font-size: 0.8em;
  letter-spacing: 1.2px;
  line-height: 1.6em;
  font-weight: normal;
  text-align: center;
  max-width: 1024px;
}
#last a {
  color: #E1E1E1;
  text-decoration: none;
}
footer ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
footer .navigate {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  max-width: 240px;
  min-width: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}
footer .navigate li {
  text-align: right;
  display: list-item;
  list-style: none;
  white-space: nowrap;
  margin: 0px;
  line-height: 1.5em;
  font-size: 0.9em;
}
footer .navigate li .larger_arrow {
  font-size: 1.4em;
}
footer .navigate li a {
  text-decoration: none;
  color: #7C9CC3;
  font-size: 1em;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  letter-spacing: 0.6px;
}
footer .navigate li a:hover {
  color: #C9C9C9;
}
footer #mailingrecapatcha {
  width: 304px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-height: 0px;
  display: none;
}
.nowrap {
  white-space: nowrap;
}
/* Tablet View */
@media screen and (max-width:800px) {
  header .left_image_container {
    width: 54px;
    margin: 0px;
    padding: 6px;
    padding-bottom: 4px;
    text-align: left;
    background-image: url('../images/global/white_sumana_cs_logo@0.5x.png');
    background-position: left;
  }
  /* for high resolution display */
  @media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    header .left_image_container {
      background-image: url('../images/global/white_sumana_cs_logo@112px.png');
    }
  }
  #footer_container .column-left {
    float: none;
    width: 100%;
  }
  #footer_container .column-right {
    float: none;
    width: 100%;
  }
  #footer_container .column-center {
    width: 100%;
  }
  /*------------------------------------------------------------------------- Purchase Banner -------------------------------------------------------------------------------------*/
  #purchase_banner .purchase_half_container {
    width: 100%;
  }
  #purchase_banner .purchase_content h4 {
    font-size: 1.6em;
    line-height: 1em;
  }
  #purchase_banner .purchase_content h5 {
    font-size: 1.2em;
    letter-spacing: 0.2px;
  }
  #purchase_banner .purchase_content h6 {
    font-size: 1em;
    letter-spacing: 0.2px;
  }
  #purchase_banner .purchase_content ul {
    padding: 0px;
    margin: 0px;
  }
  #purchase_banner .purchase_content ul li {
    font-size: 1.1em;
    font-weight: 400;
    list-style: none;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    padding: 0px;
    white-space: normal;
    letter-spacing: 1px;
  }
  #purchase_banner .purchase_content ul li.small {
    font-size: 0.8em;
    text-align: center;
  }
  .app_store {
    padding: 3px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*----------------------------------------------------------------------------- Tablet view ----------------------------------------------------------------------------------------*/
@media screen and (max-width:610px) {
  header nav {
    margin: 18px 2px;
  }
  .mobile_text {
    width: 0px;
    overflow: hidden;
  }
  ul#main_menu {
    margin-right: 0px;
    padding: 0px;
    text-align: right;
  }
  header #search_container input#search {
    width: 240px;
    margin: 0px;
  }
  #sub_menu li {
    display: list-item;
    margin: 4px;
    margin-right: 14px;
    padding: 0px;
  }
  #sub_menu .mobile_text {
    height: 0px;
  }
  #purchase_banner .purchase_content {
    padding-left: 5px;
    padding-right: 5px;
  }
  #purchase_banner .purchase_content p {
    font-size: 0.8em;
    letter-spacing: 1px;
  }
  #purchase_banner .purchase_content ul li {
    font-size: 0.8em;
    margin: 10px;
    margin-left: 0px;
    margin-top: 30px;
    text-align: left;
    clear: both;
    letter-spacing: 0px;
  }
  #purchase_banner .purchase_content ul li.small {
    font-size: 0.7em;
    letter-spacing: 0px;
    margin: 0px;
    margin-left: 10px;
  }
  #purchase_banner .purchase_content #buy_windows_logo {
    height: 40px;
    width: auto;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #purchase_banner .purchase_content #buy_max_os {
    margin: 0px;
    height: 60px;
  }
  #purchase_banner .purchase_content #find_out_more_button {
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    margin-right: 6px;
    margin-top: 10px;
    font-size: 0.6em;
    letter-spacing: 2px;
  }
  #purchase_banner .purchase_content input.buy_button {
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0px;
    margin-left: 0px;
    margin-right: -8px;
    font-size: 0.7em;
    letter-spacing: 2px;
    float: right;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Mobile View */
@media screen and (max-width:440px) {
  body {}
  #search {
    width: 150px;
  }
  #mailing_list {
    max-width: 200px;
  }
  nav #login_button img {
    margin-right: 2px;
  }
  nav #search_button img {
    margin-right: 8px;
  }
  header li {
    margin-right: 10px;
    margin-left: 10px;
  }
  nav #burger {
    margin-left: 0px;
  }
  #purchase_banner .purchase_content li .sub_li {
    font-size: 0.9em;
    clear: both;
  }
  #purchase_banner .purchase_content li {
    margin-top: 24px;
  }
  .purchase_half_container {
    line-height: 1.8em;
    max-width: 1200px;
    font-size: 0.8em;
    box-sizing: border-box;
  }
  #purchase_banner .purchase_content h5.small {
    font-size: 1.1em;
    margin-top: 0px;
  }
}
/*-------------------------------------------------------------------------- Generic Buttons -----------------------------------------------------------------------------------------*/
main .CheckoutButton {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9em;
  line-height: 0.9em;
  font-weight: 500;
  background-color: #4a9cc9;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-transition: background-color 1s ease 0s;
  -o-transition: background-color 1s ease 0s;
  margin: 5px;
  border: 0px;
  -webkit-appearance: none;
  border-radius: 0px;
  text-transform: uppercase;
}
main .CheckoutButton:hover {
  background-color: #0CB000;
  -webkit-transition: background-color 1s ease 0s;
  -o-transition: background-color 1s ease 0s;
}
main input.CheckoutButtonDisabled {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 5px;
  font-size: 0.9em;
  line-height: 0.9em;
  font-weight: 500;
  background-color: #696969;
  color: #A4A4A4;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 3px;
  cursor: default;
  -webkit-transition: background-color 1s ease 0s;
  -o-transition: background-color 1s ease 0s;
  border: 0px;
  -webkit-appearance: none;
  border-radius: 0px;
  text-transform: uppercase;
}
@media screen and (max-width:800px) {
  main .CheckoutButton {
    font-size: 0.8em;
    margin: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 500;
  }
  main input.CheckoutButtonDisabled {
    font-size: 0.8em;
    margin: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 500;
  }
}
@media screen and (max-width:550px) {
  main .CheckoutButton {
    font-size: 0.7em;
    padding: 8px;
    letter-spacing: 1px;
    margin: 2px;
  }
  main input.CheckoutButtonDisabled {
    font-size: 0.7em;
    padding: 8px;
    letter-spacing: 1px;
    margin: 2px;
  }
}