 .gk-container {
        margin: 20px;
        padding: 10px 20px 0 20px;
        border-radius: 15px;       
        box-shadow: 0px 1px 13px #ccc;
    }
     .gk-container h4{  
        color : black;
        padding-top: 20px;        
    }
h1.gatekpper {
    margin-left: 35px;
}
    
    .divTable{
        display: table;
        width: 100%;
    }
    .divTableRow {
        display: table-row;
    }
    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
        font-weight: bold;
    }
    .divTableCell, .divTableHead {
        border: 1px solid #999999;
        display: table-cell;
        padding: 3px 10px;
        word-break: break-word;
        width: 25%;
    }
    .divTableFoot {
        background-color: #EEE;
        display: table-footer-group;
        font-weight: bold;
    }
    .divTableBody {
        display: table-row-group;
    }
    
    .divTableRow:nth-child(even){ 
        background-color: #f6f6f6;        
    }
@charset "UTF-8";
/*global styles for VZ migration*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
/* Font Face Declarations */
@font-face {
  font-family: "BrandFont";
  src: url("../../../../clientlibs/clientlib-base/resources/fonts/neue-haas-grotesk/NeueHaasGroteskText55Roman.woff") format("woff"), url("../../../../clientlibs/clientlib-base/resources/fonts/neue-haas-grotesk/NeueHaasGroteskText55Roman.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "BrandFont";
  src: url("../../../../clientlibs/clientlib-base/resources/fonts/neue-haas-grotesk/NeueHaasGroteskText75Bold.woff") format("woff"), url("../../../../clientlibs/clientlib-base/resources/fonts/neue-haas-grotesk/NeueHaasGroteskText75Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "vzicons";
  src: url("../../../../clientlibs/clientlib-base/resources/fonts/icon-fonts/vzicons.woff") format("woff"), url("../../../../clientlibs/clientlib-base/resources/fonts/icon-fonts/vzicons.ttf") format("truetype");
  font-weight: normal;
}
body {
  font-family: BrandFont, Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  background: #fff;
  color: #333;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  cursor: default;
  font-size: 0.875rem;
}
 .tiny-12 {
    width: 100%;
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80rem;
 }
 .row{
width :970px;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before, input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}
 
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  content: "\e7be";
}

 
input[type=radio] + label::before, input[type=radio]:hover + label::before {
  content: "\e7bf";
}

 
input[type=radio]:checked + label::before {
  content: "\e7c0";
}
 
input[type=checkbox] + label::before,
input[type=radio] + label::before, input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

 
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  content: "\e7be";
}

 
input[type=radio] + label::before, input[type=radio]:hover + label::before {
  content: "\e7bf";
}

 
input[type=radio]:checked + label::before {
  content: "\e7c0";
}
img {
  display: inline-block;
  vertical-align: middle;
  image-rendering: optimizeQuality;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.main {
  /*@mixin clearfix*/
  *zoom: 1;
  display: block;
  background-color: #fff;
  max-width: 80rem;
  margin: 0 auto;
  padding-top: 1.125rem;
  padding-bottom: 0.75rem;
  position: relative;
  left: 0;
}
.main:after {
  content: " ";
  display: table;
}

.main:after {
  clear: both;
}

/* Typography resets */
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #0066BB;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  color: #00478e;
}
a:focus {
  color: #333333;
}
a img {
  border: none;
}

p a,
a.underline {
  text-decoration: underline;
}

/* Default paragraph styles */
p, .p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-rendering: optimizeLegibility;
}
p aside, .p aside {
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: italic;
}

.body-font {
  font-family: BrandFont, Arial, sans-serif;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.normal-weight {
  font-weight: normal !important;
}

.normal-style {
  font-style: normal !important;
}

.no-wrap {
  white-space: nowrap;
}

.allow-wrap, .break-word {
  word-wrap: break-word;
}

.caps, .uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.defaultcase, .mixedcase, .default-case, .mixed-case {
  text-transform: none;
}

.capitalize, .title-case {
  text-transform: capitalize;
}

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 87.5%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
}

kbd {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.04375rem;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h6, .h6 {
  font-family: BrandFont, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  margin-top: 0.875rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h6 small, .h6 small {
  font-size: 87.5%;
}

h1, .h1 {
  font-size: 2.25rem;
  color: #cd040b;
  line-height: 2.375rem;
}
h1 em, .h1 em {
  font-style: normal;
}

h2, .h2 {
  font-size: 1.875rem;
  color: #cd040b;
  line-height: 2rem;
}

h3, .h3 {
  font-size: 1.5rem;
  color: #cd040b;
  line-height: 1.625rem;
}

h4, .h4 {
  font-size: 1.125rem;
  color: #cd040b;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

h5, .h5 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

h6, .h6 {
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

h1.big, .h1.big {
  font-size: 3.75rem;
  line-height: 3.875rem;
}

h2.big, .h2.big {
  font-size: 3rem;
  line-height: 3.125rem;
}

h3.big, .h3.big {
  font-size: 2.25rem;
  line-height: 2.375rem;
}

h4.big, .h4.big {
  font-size: 1.875rem;
  line-height: 2rem;
}

h5.big, .h5.big {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

h6.big, .h6.big {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media only screen and (min-width: 48rem) {
  h1, .h1 {
    font-size: 3.75rem;
    line-height: 3.875rem;
  }
  h1.small, .h1.small {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }

  h2, .h2 {
    font-size: 3rem;
    line-height: 3.125rem;
  }
  h2.small, .h2.small {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  h3, .h3 {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }
  h3.small, .h3.small {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  h4, .h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  h4.small, .h4.small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  h5, .h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  h5.small, .h5.small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  h6, .h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  h6.small, .h6.small {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

/* Lists */
/* type-lists.css */
ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  list-style-position: outside;
}
/* buttons.css */
.button,
a.button {
  width: 100%;
  display: inline-block;
  min-height: 3rem;
  position: relative;
  background-image: none;
  vertical-align: middle;
  padding: 0.75rem 3.5rem 0.75rem 1.875rem;
  margin-bottom: 0;
  background-color: #cd040b;
  text-align: left;
  color: #fff;
  font-family: BrandFont, Arial, sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  -webkit-transform: rotate(0.0deg);
}
/* line 299, ../../scss/base/_global.scss */
.button:hover,
a.button:hover {
  text-decoration: none;
}
/* line 303, ../../scss/base/_global.scss */
.button::before,
a.button::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'vzicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}
/* line 56, ../../scss/components/buttons.scss */
.button::before,
a.button::before {
  position: absolute;
  font-size: 1.125rem;
  line-height: 1;
  right: 1.875rem;
  top: 50%;
  margin-top: -0.4625rem;
  -moz-transition: right 0.3s, left 0.3s, color 0.3s;
  -o-transition: right 0.3s, left 0.3s, color 0.3s;
  -webkit-transition: right 0.3s, left 0.3s, color 0.3s;
  transition: right 0.3s, left 0.3s, color 0.3s;
}
.button:before {
    content: '';
    font-size: .95rem !important;
}
.button.cta-text, .button.link-text, a.button.cta-text, a.button.link-text {
    color: #333;
    padding-left: 0;
    padding-right: 2rem;
    background-color: transparent;
    width: auto;
}
/* line 7, ../../scss/components/helpers-display.scss */
.left {
  float: left !important;
}

/* line 8, ../../scss/components/helpers-display.scss */
.right {
  float: right !important;
}

/* line 9, ../../scss/components/helpers-display.scss */
.clear {
  clear: both !important;
}

/* line 10, ../../scss/components/helpers-display.scss */
.clear-left {
  clear: left !important;
}

/* line 11, ../../scss/components/helpers-display.scss */
.clear-right {
  clear: right !important;
}

/* line 12, ../../scss/components/helpers-display.scss */
.clear-none {
  clear: none !important;
}

/* line 13, ../../scss/components/helpers-display.scss */
.float-reset,
.float-none {
  float: none !important;
}

/* line 15, ../../scss/components/helpers-display.scss */
.clearfix {
  /*@mixin clearfix*/
  *zoom: 1;
}
/* line 491, ../../scss/base/_global.scss */
.clearfix:after {
  content: " ";
  display: table;
}
/* line 492, ../../scss/base/_global.scss */
.clearfix:after {
  clear: both;
}
/* Helpers class for display */
.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

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

.vert-top {
  vertical-align: top;
}

.vert-text-top {
  vertical-align: text-top;
}

.vert-middle {
  vertical-align: middle;
}

.vert-bottom {
  vertical-align: bottom;
}

.vert-text-bottom {
  vertical-align: text-bottom;
}

.center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.uncenter {
  margin-left: 0;
  margin-right: 0;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.hide {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.no-scroll {
  overflow: hidden;
}

.border-all {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #cccccc;
}

.border-none {
  border: none !important;
  border-color: #cccccc;
}

.border-top {
  border-top-width: 1px !important;
  border-top-style: solid !important;
  border-top-color: #cccccc;
}

.border-right {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-right-color: #cccccc;
}

.border-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #cccccc;
}

.border-left {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-left-color: #cccccc;
}

.border-hoirz {
  border-top-width: 1px !important;
  border-top-style: solid !important;
  border-top-color: #cccccc;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #cccccc;
}

.border-vert {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-left-color: #cccccc;
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-right-color: #cccccc;
}

.border-top-none {
  border-top: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-all-none {
  border: none !important;
}

/* /tables.css */
table {
  background: #fff;
  margin-bottom: 1.5rem;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #000;
}
table.table-grid {
  table-layout: fixed;
}
table thead,
table tfoot {
  background: #f6f6f6;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 1.5rem 1.125rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
}
table tr th,
table tr td {
  padding: 1.125rem;
  font-size: inherit;
  vertical-align: top;
  border: 1px solid #cccccc;
}
table tr th img,
table tr td img {
  max-width: 100%;
}
table.alt-rows tr:nth-of-type(even) {
  background: #f6f6f6;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.5;
}
/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.5rem;
  padding: 0.75rem 1.3125rem 0 1.125rem;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 0.875rem;
  color: #959595;
}
blockquote cite:before {
  content: "\2014 \0020";
}

blockquote,
blockquote p {
  line-height: 1.5;
  color: #4b4b4b;
}

.display-table {
    display: table;
}

@media only screen and (min-width: 48rem){
.medium-padding-top-tiny {
    padding-top: 0.75rem !important;
        }}
@media only screen and (min-width: 30.0625rem){
.small-padding-top-zero {
    padding-top: 0rem !important;
            }}